mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 03:44:15 +08:00
Fix TLCP CertificateRequest
This commit is contained in:
@@ -1507,13 +1507,14 @@ int tls_derive_key_block(TLS_CONNECT *conn);
|
||||
int tls_init_application_keys(TLS_CONNECT *conn);
|
||||
|
||||
|
||||
int tls_update_transcript(TLS_CONNECT *conn, const uint8_t *record);
|
||||
|
||||
int tls_compute_verify_data(const DIGEST *digest, const uint8_t master_secret[48],
|
||||
const char *label, const DIGEST_CTX *dgst_ctx, uint8_t verify_data[12]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int tls13_update_client_application_keys(TLS_CONNECT *conn);
|
||||
int tls13_update_server_application_keys(TLS_CONNECT *conn);
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ extern "C" {
|
||||
|
||||
|
||||
#define GMSSL_VERSION_NUM 30200
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1060"
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1061"
|
||||
|
||||
int gmssl_version_num(void);
|
||||
const char *gmssl_version_str(void);
|
||||
|
||||
Reference in New Issue
Block a user