summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
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