This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2025-01-06 13:26:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0f183675b8
openssl
/
crypto
/
sm2
/
build.info
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add SM2 signature and ECIES schemes Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4793)
2018-01-25 00:56:02 +08:00
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
Add SM2 private key range validation According to the relevant standards, the valid range for SM2 private keys is [1, n-1), where n is the order of the curve generator. For this reason we cannot reuse the EC validation function as it is, and we introduce a new internal function `sm2_key_private_check()`. Partially fixes https://github.com/openssl/openssl/issues/8435 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13359)
2020-11-10 07:11:48 +08:00
sm2_sign.c sm2_crypt.c sm2_err.c sm2_key.c
Add SM2 signature and ECIES schemes Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4793)
2018-01-25 00:56:02 +08:00
Reference in New Issue
Copy Permalink