diff options
author | tb <> | 2019-03-17 17:42:37 +0000 |
---|---|---|
committer | tb <> | 2019-03-17 17:42:37 +0000 |
commit | c8acd603ab3f519a4bfe159fe808dc94fb3d7b1d (patch) | |
tree | e7748056894786129bb207a2b1e279e8dd2d2eb9 /src/lib/libcrypto/Symbols.list | |
parent | 06bdba97e3fb8c99bcbb5665009130127e348e06 (diff) | |
download | openbsd-c8acd603ab3f519a4bfe159fe808dc94fb3d7b1d.tar.gz openbsd-c8acd603ab3f519a4bfe159fe808dc94fb3d7b1d.tar.bz2 openbsd-c8acd603ab3f519a4bfe159fe808dc94fb3d7b1d.zip |
Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.
This is an ISC licensed version based on the sources by Ribose Inc
that were ported to OpenSSL in 2017.
Patch from Daniel Wyatt with minor tweaks.
ok inoguchi, jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 7ea2c5d135..63e3ee45ac 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -1631,6 +1631,11 @@ EVP_sha256 | |||
1631 | EVP_sha384 | 1631 | EVP_sha384 |
1632 | EVP_sha512 | 1632 | EVP_sha512 |
1633 | EVP_sm3 | 1633 | EVP_sm3 |
1634 | EVP_sm4_cbc | ||
1635 | EVP_sm4_cfb128 | ||
1636 | EVP_sm4_ctr | ||
1637 | EVP_sm4_ecb | ||
1638 | EVP_sm4_ofb | ||
1634 | EVP_streebog256 | 1639 | EVP_streebog256 |
1635 | EVP_streebog512 | 1640 | EVP_streebog512 |
1636 | EVP_whirlpool | 1641 | EVP_whirlpool |
@@ -2373,6 +2378,9 @@ SHA512_Update | |||
2373 | SM3_Final | 2378 | SM3_Final |
2374 | SM3_Init | 2379 | SM3_Init |
2375 | SM3_Update | 2380 | SM3_Update |
2381 | SM4_decrypt | ||
2382 | SM4_encrypt | ||
2383 | SM4_set_key | ||
2376 | SMIME_crlf_copy | 2384 | SMIME_crlf_copy |
2377 | SMIME_read_ASN1 | 2385 | SMIME_read_ASN1 |
2378 | SMIME_read_PKCS7 | 2386 | SMIME_read_PKCS7 |