diff options
author | tb <> | 2019-03-17 18:07:41 +0000 |
---|---|---|
committer | tb <> | 2019-03-17 18:07:41 +0000 |
commit | fb0b540c39c782c9152081c2021f54363e04307c (patch) | |
tree | dd2e39bee98dd971a0881b58b8d9c80b4aed5bb3 /src/lib/libcrypto/Symbols.list | |
parent | 373c84ef2291a7b228066cf92fe5b23e39cd35aa (diff) | |
download | openbsd-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.list | 3 |
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 | |||
1515 | EVP_aes_128_ecb | 1515 | EVP_aes_128_ecb |
1516 | EVP_aes_128_gcm | 1516 | EVP_aes_128_gcm |
1517 | EVP_aes_128_ofb | 1517 | EVP_aes_128_ofb |
1518 | EVP_aes_128_wrap | ||
1518 | EVP_aes_128_xts | 1519 | EVP_aes_128_xts |
1519 | EVP_aes_192_cbc | 1520 | EVP_aes_192_cbc |
1520 | EVP_aes_192_ccm | 1521 | EVP_aes_192_ccm |
@@ -1526,6 +1527,7 @@ EVP_aes_192_ctr | |||
1526 | EVP_aes_192_ecb | 1527 | EVP_aes_192_ecb |
1527 | EVP_aes_192_gcm | 1528 | EVP_aes_192_gcm |
1528 | EVP_aes_192_ofb | 1529 | EVP_aes_192_ofb |
1530 | EVP_aes_192_wrap | ||
1529 | EVP_aes_256_cbc | 1531 | EVP_aes_256_cbc |
1530 | EVP_aes_256_cbc_hmac_sha1 | 1532 | EVP_aes_256_cbc_hmac_sha1 |
1531 | EVP_aes_256_ccm | 1533 | EVP_aes_256_ccm |
@@ -1537,6 +1539,7 @@ EVP_aes_256_ctr | |||
1537 | EVP_aes_256_ecb | 1539 | EVP_aes_256_ecb |
1538 | EVP_aes_256_gcm | 1540 | EVP_aes_256_gcm |
1539 | EVP_aes_256_ofb | 1541 | EVP_aes_256_ofb |
1542 | EVP_aes_256_wrap | ||
1540 | EVP_aes_256_xts | 1543 | EVP_aes_256_xts |
1541 | EVP_bf_cbc | 1544 | EVP_bf_cbc |
1542 | EVP_bf_cfb | 1545 | EVP_bf_cfb |