diff options
author | 2016-09-22 04:28:24 +0000 | |
---|---|---|
committer | 2016-09-22 04:28:24 +0000 | |
commit | 750f5fe829838121eb771c7371b198bf588fd967 (patch) | |
tree | f3e418deedec731a684c15d2291b053977ad0137 | |
parent | If ssh receives a PACKET_DISCONNECT during userauth it will cause (diff) | |
download | wireguard-openbsd-750f5fe829838121eb771c7371b198bf588fd967.tar.xz wireguard-openbsd-750f5fe829838121eb771c7371b198bf588fd967.zip |
revert documentation update for the clearning behavior we already reverted
-rw-r--r-- | lib/libcrypto/doc/EVP_EncryptInit.pod | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/doc/EVP_EncryptInit.pod b/lib/libcrypto/doc/EVP_EncryptInit.pod index e72c101c948..7ae3fe31eac 100644 --- a/lib/libcrypto/doc/EVP_EncryptInit.pod +++ b/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<ctx>, 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 |