CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2016/09/03 08:54:25

Modified files:
        lib/libcrypto/doc: EVP_EncryptInit.pod 
        lib/libcrypto/evp: evp_enc.c 

Log message:
deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()

This switches EVP_CipherFinal() to work as EVP_EncryptFinal() and
EVP_DecryptFinal() do, always clearing the cipher context on completion.
Indicate that, since it is not possible to tell whether this function will
clear the context (the API has changed over time in OpenSSL), it is better to
use the _ex() variants and explicitly clear instead.

ok beck@

Reply via email to