mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Add ECDSA with curve P-256
for TLS testing
This commit is contained in:
@@ -752,6 +752,11 @@ typedef struct {
|
||||
BLOCK_CIPHER_KEY server_write_key;
|
||||
|
||||
int quiet;
|
||||
|
||||
// handshake state for state machine
|
||||
int state;
|
||||
SM3_CTX sm3_ctx;
|
||||
SM2_SIGN_CTX sign_ctx;
|
||||
} TLS_CONNECT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user