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
2024-12-15 06:01:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d079f2744
openssl
/
crypto
/
sm3
/
build.info
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
SM3: Add SM3 hash function SM3 is a secure hash function which is part of the Chinese "Commercial Cryptography" suite of algorithms which use is required for certain commercial applications in China. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4616)
2017-10-26 01:19:02 +08:00
LIBS=../../libcrypto
Cleanup legacy digest methods. Macros have been added to generate the simple legacy methods. Engines and EVP_MD_METH_get methods still require access to the old legacy methods, so they needed to be added back in. They may only be removed after engines are deprecated and removed. Removed some unnecessary #includes and #ifndef guards (which are done in build.info instead). Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10602)
2019-12-18 12:46:01 +08:00
IF[{- !$disabled{sm3} -}]
SOURCE[../../libcrypto]=sm3.c legacy_sm3.c
ENDIF
Reference in New Issue
Copy Permalink