mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Update TLS alert
This commit is contained in:
@@ -1639,6 +1639,11 @@ int tlcp_send(TLS_CONNECT *conn, const uint8_t *in, size_t inlen, size_t *sentle
|
||||
int tls_send_alert(TLS_CONNECT *conn, int alert);
|
||||
int tls_send_warning(TLS_CONNECT *conn, int alert);
|
||||
|
||||
int tls12_send_alert(TLS_CONNECT *conn, int alert);
|
||||
int tls12_send_warning(TLS_CONNECT *conn, int alert);
|
||||
int tlcp_send_alert(TLS_CONNECT *conn, int alert);
|
||||
int tlcp_send_warning(TLS_CONNECT *conn, int alert);
|
||||
|
||||
|
||||
int tls13_send_alert(TLS_CONNECT *conn, int alert);
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ extern "C" {
|
||||
|
||||
|
||||
#define GMSSL_VERSION_NUM 30200
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1049"
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1050"
|
||||
|
||||
int gmssl_version_num(void);
|
||||
const char *gmssl_version_str(void);
|
||||
|
||||
Reference in New Issue
Block a user