summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbcook <>2016-09-22 04:28:24 +0000
committerbcook <>2016-09-22 04:28:24 +0000
commit24803e8b1a8ceacaf15f228058401a4add0be4e1 (patch)
tree3e6d37f0c02527e68029402024969ccd47b091ee /src/lib
parent9c39f482053578cd14ef5b179253da998be17454 (diff)
downloadopenbsd-24803e8b1a8ceacaf15f228058401a4add0be4e1.tar.gz
openbsd-24803e8b1a8ceacaf15f228058401a4add0be4e1.tar.bz2
openbsd-24803e8b1a8ceacaf15f228058401a4add0be4e1.zip
revert documentation update for the clearning behavior we already reverted
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/doc/EVP_EncryptInit.pod6
1 files changed, 1 insertions, 5 deletions
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
170identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and 170identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and
171EVP_CipherFinal_ex(). In previous releases of OpenSSL they also used to clean 171EVP_CipherFinal_ex(). In previous releases of OpenSSL they also used to clean
172up the B<ctx>, but this is no longer done and EVP_CIPHER_CTX_clean() 172up the B<ctx>, but this is no longer done and EVP_CIPHER_CTX_clean()
173must be called to free any context resources. As of LibreSSL 2.4, 173must be called to free any context resources.
174EVP_EncryptFinal() and EVP_DecryptFinal() will always clean up, and
175EVP_CipherFinal() also cleans up as of LibreSSL 2.5. The use of
176EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() is not
177recommended.
178 174
179EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj() 175EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
180return an EVP_CIPHER structure when passed a cipher name, a NID or an 176return an EVP_CIPHER structure when passed a cipher name, a NID or an