diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_EncryptInit.pod | 6 |
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 | |||
170 | identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and | 170 | identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and |
171 | EVP_CipherFinal_ex(). In previous releases of OpenSSL they also used to clean | 171 | EVP_CipherFinal_ex(). In previous releases of OpenSSL they also used to clean |
172 | up the B<ctx>, but this is no longer done and EVP_CIPHER_CTX_clean() | 172 | up the B<ctx>, but this is no longer done and EVP_CIPHER_CTX_clean() |
173 | must be called to free any context resources. As of LibreSSL 2.4, | 173 | must be called to free any context resources. |
174 | EVP_EncryptFinal() and EVP_DecryptFinal() will always clean up, and | ||
175 | EVP_CipherFinal() also cleans up as of LibreSSL 2.5. The use of | ||
176 | EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() is not | ||
177 | recommended. | ||
178 | 174 | ||
179 | EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj() | 175 | EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj() |
180 | return an EVP_CIPHER structure when passed a cipher name, a NID or an | 176 | return an EVP_CIPHER structure when passed a cipher name, a NID or an |