summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2019-03-17 18:07:41 +0000
committertb <>2019-03-17 18:07:41 +0000
commitfb0b540c39c782c9152081c2021f54363e04307c (patch)
treedd2e39bee98dd971a0881b58b8d9c80b4aed5bb3 /src/lib/libcrypto/Symbols.list
parent373c84ef2291a7b228066cf92fe5b23e39cd35aa (diff)
downloadopenbsd-fb0b540c39c782c9152081c2021f54363e04307c.tar.gz
openbsd-fb0b540c39c782c9152081c2021f54363e04307c.tar.bz2
openbsd-fb0b540c39c782c9152081c2021f54363e04307c.zip
Provide EVP_aes_{128,192,256}_wrap(). This is a compatible
implementation based on the one in OpenSSL 1.0.2r which is still freely licensed. The functions are undocumented in OpenSSL. To use them, one needs to set the undocumented EVP_CIPHER_CTX_FLAG_WRAP_ALLOW flag on the EVP_CIPHER_CTX. resolves #505 ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index 63e3ee45ac..9fdf723f87 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -1515,6 +1515,7 @@ EVP_aes_128_ctr
1515EVP_aes_128_ecb 1515EVP_aes_128_ecb
1516EVP_aes_128_gcm 1516EVP_aes_128_gcm
1517EVP_aes_128_ofb 1517EVP_aes_128_ofb
1518EVP_aes_128_wrap
1518EVP_aes_128_xts 1519EVP_aes_128_xts
1519EVP_aes_192_cbc 1520EVP_aes_192_cbc
1520EVP_aes_192_ccm 1521EVP_aes_192_ccm
@@ -1526,6 +1527,7 @@ EVP_aes_192_ctr
1526EVP_aes_192_ecb 1527EVP_aes_192_ecb
1527EVP_aes_192_gcm 1528EVP_aes_192_gcm
1528EVP_aes_192_ofb 1529EVP_aes_192_ofb
1530EVP_aes_192_wrap
1529EVP_aes_256_cbc 1531EVP_aes_256_cbc
1530EVP_aes_256_cbc_hmac_sha1 1532EVP_aes_256_cbc_hmac_sha1
1531EVP_aes_256_ccm 1533EVP_aes_256_ccm
@@ -1537,6 +1539,7 @@ EVP_aes_256_ctr
1537EVP_aes_256_ecb 1539EVP_aes_256_ecb
1538EVP_aes_256_gcm 1540EVP_aes_256_gcm
1539EVP_aes_256_ofb 1541EVP_aes_256_ofb
1542EVP_aes_256_wrap
1540EVP_aes_256_xts 1543EVP_aes_256_xts
1541EVP_bf_cbc 1544EVP_bf_cbc
1542EVP_bf_cfb 1545EVP_bf_cfb