diff options
author | tb <> | 2018-11-11 06:53:31 +0000 |
---|---|---|
committer | tb <> | 2018-11-11 06:53:31 +0000 |
commit | 1d52a77751bd718c4bc8afa60ff78c4306636cd9 (patch) | |
tree | c825763485b682e2b4d62f2c543f52d67260398e /src/lib/libcrypto/Symbols.list | |
parent | 02538eda2e860ce41169bbc6f0d2519d31eda733 (diff) | |
download | openbsd-1d52a77751bd718c4bc8afa60ff78c4306636cd9.tar.gz openbsd-1d52a77751bd718c4bc8afa60ff78c4306636cd9.tar.bz2 openbsd-1d52a77751bd718c4bc8afa60ff78c4306636cd9.zip |
Add Ribose Inc's implementation of the SM3 hashing function with
tweaks from jsing and myself. The SM2/SM3/SM4 algorithms are mandatory
for legal use of cryptography within China and [are] widely applied in
the country, covering identification/financial cards, contactless,
TPM 2.0 and PKI.
ok beck inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index ff96d369a2..c4b78dbef2 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -1598,6 +1598,7 @@ EVP_sha224 | |||
1598 | EVP_sha256 | 1598 | EVP_sha256 |
1599 | EVP_sha384 | 1599 | EVP_sha384 |
1600 | EVP_sha512 | 1600 | EVP_sha512 |
1601 | EVP_sm3 | ||
1601 | EVP_streebog256 | 1602 | EVP_streebog256 |
1602 | EVP_streebog512 | 1603 | EVP_streebog512 |
1603 | EVP_whirlpool | 1604 | EVP_whirlpool |
@@ -2337,6 +2338,9 @@ SHA512_Final | |||
2337 | SHA512_Init | 2338 | SHA512_Init |
2338 | SHA512_Transform | 2339 | SHA512_Transform |
2339 | SHA512_Update | 2340 | SHA512_Update |
2341 | SM3_Final | ||
2342 | SM3_Init | ||
2343 | SM3_Update | ||
2340 | SMIME_crlf_copy | 2344 | SMIME_crlf_copy |
2341 | SMIME_read_ASN1 | 2345 | SMIME_read_ASN1 |
2342 | SMIME_read_PKCS7 | 2346 | SMIME_read_PKCS7 |