diff options
author | Paul Yang <kaishen.yy@antfin.com> | 2020-03-04 16:49:43 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-22 09:18:09 +0200 |
commit | d0b79f8631c0f522c514175be4e4fbe984cf8f6c (patch) | |
tree | 4606888f35caaf5c2d6646ac4da4d98d75ab5d56 /crypto/err/openssl.txt | |
parent | Add SM2 key management (diff) | |
download | openssl-d0b79f8631c0f522c514175be4e4fbe984cf8f6c.tar.xz openssl-d0b79f8631c0f522c514175be4e4fbe984cf8f6c.zip |
Add SM2 signature algorithm to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12536)
Diffstat (limited to 'crypto/err/openssl.txt')
-rw-r--r-- | crypto/err/openssl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 3c2fa4a4e7..775bf6f3c4 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -1231,6 +1231,8 @@ SM2_F_SM2_COMPUTE_USERID_DIGEST:101:sm2_compute_userid_digest SM2_F_SM2_COMPUTE_Z_DIGEST:113:sm2_compute_z_digest SM2_F_SM2_DECRYPT:102:sm2_decrypt SM2_F_SM2_ENCRYPT:103:sm2_encrypt +SM2_F_SM2_INTERNAL_SIGN:116: +SM2_F_SM2_INTERNAL_VERIFY:117: SM2_F_SM2_PLAINTEXT_SIZE:104:sm2_plaintext_size SM2_F_SM2_SIGN:105:sm2_sign SM2_F_SM2_SIG_GEN:106:sm2_sig_gen |