From 24803e8b1a8ceacaf15f228058401a4add0be4e1 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Thu, 22 Sep 2016 04:28:24 +0000 Subject: revert documentation update for the clearning behavior we already reverted --- src/lib/libcrypto/doc/EVP_EncryptInit.pod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/doc/EVP_EncryptInit.pod b/src/lib/libcrypto/doc/EVP_EncryptInit.pod index e72c101c94..7ae3fe31ea 100644 --- a/src/lib/libcrypto/doc/EVP_EncryptInit.pod +++ b/src/lib/libcrypto/doc/EVP_EncryptInit.pod @@ -170,11 +170,7 @@ EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() are identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and EVP_CipherFinal_ex(). In previous releases of OpenSSL they also used to clean up the B, but this is no longer done and EVP_CIPHER_CTX_clean() -must be called to free any context resources. As of LibreSSL 2.4, -EVP_EncryptFinal() and EVP_DecryptFinal() will always clean up, and -EVP_CipherFinal() also cleans up as of LibreSSL 2.5. The use of -EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() is not -recommended. +must be called to free any context resources. EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj() return an EVP_CIPHER structure when passed a cipher name, a NID or an -- cgit v1.2.3-55-g6feb