mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-22 13:13:42 +08:00
jni api
This commit is contained in:
@@ -56,6 +56,13 @@ static const nid_triple sigoid_srt[] = {
|
||||
NID_dh_cofactor_kdf},
|
||||
{NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512,
|
||||
NID_dh_cofactor_kdf},
|
||||
{NID_sm2sign_with_sm3, NID_sm3, NID_X9_62_id_ecPublicKey},
|
||||
{NID_sm2sign_with_sha1, NID_sha1, NID_sm2sign},
|
||||
{NID_sm2sign_with_sha256, NID_sha256, NID_sm2sign},
|
||||
{NID_sm2sign_with_sha512, NID_sha512, NID_sm2sign},
|
||||
{NID_sm2sign_with_sha224, NID_sha224, NID_sm2sign},
|
||||
{NID_sm2sign_with_sha384, NID_sha384, NID_sm2sign},
|
||||
{NID_sm2sign_with_rmd160, NID_ripemd160, NID_sm2sign},
|
||||
};
|
||||
|
||||
static const nid_triple *const sigoid_srt_xref[] = {
|
||||
@@ -71,29 +78,36 @@ static const nid_triple *const sigoid_srt_xref[] = {
|
||||
&sigoid_srt[12],
|
||||
&sigoid_srt[30],
|
||||
&sigoid_srt[35],
|
||||
&sigoid_srt[41],
|
||||
&sigoid_srt[6],
|
||||
&sigoid_srt[10],
|
||||
&sigoid_srt[46],
|
||||
&sigoid_srt[11],
|
||||
&sigoid_srt[13],
|
||||
&sigoid_srt[24],
|
||||
&sigoid_srt[20],
|
||||
&sigoid_srt[32],
|
||||
&sigoid_srt[37],
|
||||
&sigoid_srt[42],
|
||||
&sigoid_srt[14],
|
||||
&sigoid_srt[21],
|
||||
&sigoid_srt[33],
|
||||
&sigoid_srt[38],
|
||||
&sigoid_srt[45],
|
||||
&sigoid_srt[15],
|
||||
&sigoid_srt[22],
|
||||
&sigoid_srt[34],
|
||||
&sigoid_srt[39],
|
||||
&sigoid_srt[43],
|
||||
&sigoid_srt[16],
|
||||
&sigoid_srt[23],
|
||||
&sigoid_srt[19],
|
||||
&sigoid_srt[31],
|
||||
&sigoid_srt[36],
|
||||
&sigoid_srt[44],
|
||||
&sigoid_srt[25],
|
||||
&sigoid_srt[26],
|
||||
&sigoid_srt[27],
|
||||
&sigoid_srt[28],
|
||||
&sigoid_srt[40],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user