mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-17 13:56:25 +08:00
some bug fix
This commit is contained in:
@@ -5067,6 +5067,10 @@
|
||||
#define NID_sm9hash1 1172
|
||||
#define OBJ_sm9hash1 OBJ_sm_scheme,302L,4L
|
||||
|
||||
#define SN_sm9hash2 "sm9hash2"
|
||||
#define NID_sm9hash2 1209
|
||||
#define OBJ_sm9hash2 OBJ_sm_scheme,303L,7L
|
||||
|
||||
#define SN_sm9kdf "sm9kdf"
|
||||
#define NID_sm9kdf 1173
|
||||
#define OBJ_sm9kdf OBJ_sm_scheme,302L,5L
|
||||
@@ -5107,6 +5111,14 @@
|
||||
#define NID_sm9hash1_with_sha256 1182
|
||||
#define OBJ_sm9hash1_with_sha256 OBJ_sm9hash1,2L
|
||||
|
||||
#define SN_sm9hash2_with_sm3 "sm9hash2-with-sm3"
|
||||
#define NID_sm9hash2_with_sm3 1210
|
||||
#define OBJ_sm9hash2_with_sm3 OBJ_sm9hash2,1L
|
||||
|
||||
#define SN_sm9hash2_with_sha256 "sm9hash2-with-sha256"
|
||||
#define NID_sm9hash2_with_sha256 1211
|
||||
#define OBJ_sm9hash2_with_sha256 OBJ_sm9hash2,2L
|
||||
|
||||
#define SN_sm9kdf_with_sm3 "sm9kdf-with-sm3"
|
||||
#define NID_sm9kdf_with_sm3 1183
|
||||
#define OBJ_sm9kdf_with_sm3 OBJ_sm9kdf,1L
|
||||
|
||||
Reference in New Issue
Block a user