diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_EncryptInit.3 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3 index 050cf5a5d4..752c5a5316 100644 --- a/src/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/src/lib/libcrypto/man/EVP_EncryptInit.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_EncryptInit.3,v 1.17 2018/03/23 01:05:50 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_EncryptInit.3,v 1.18 2018/03/23 05:48:56 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 | 2 | .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 |
3 | .\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100 | 3 | .\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100 |
4 | .\" | 4 | .\" |
@@ -1302,6 +1302,19 @@ first appeared in OpenSSL 0.9.8b. | |||
1302 | These functions have been available since | 1302 | These functions have been available since |
1303 | .Ox 4.5 . | 1303 | .Ox 4.5 . |
1304 | .Pp | 1304 | .Pp |
1305 | .Fn EVP_rc4_hmac_md5 , | ||
1306 | .Fn EVP_aes_128_gcm , | ||
1307 | .Fn EVP_aes_192_gcm , | ||
1308 | .Fn EVP_aes_256_gcm , | ||
1309 | .Fn EVP_aes_128_ccm , | ||
1310 | .Fn EVP_aes_192_ccm , | ||
1311 | .Fn EVP_aes_256_ccm , | ||
1312 | .Fn EVP_aes_128_cbc_hmac_sha1 , | ||
1313 | and | ||
1314 | .Fn EVP_aes_256_cbc_hmac_sha1 | ||
1315 | first appeared in OpenSSL 1.0.1 and have been available since | ||
1316 | .Ox 5.3 . | ||
1317 | .Pp | ||
1305 | .Fn EVP_CIPHER_CTX_reset | 1318 | .Fn EVP_CIPHER_CTX_reset |
1306 | first appeared in OpenSSL 1.1.0. | 1319 | first appeared in OpenSSL 1.1.0. |
1307 | .Sh BUGS | 1320 | .Sh BUGS |