CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/19 13:50:03
Modified files:
lib/libcrypto/man: EVP_EncryptInit.3 EVP_aes_128_cbc.3
Log message:
Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP
AES wrap modes, the function EVP_CIPHER_CTX_set_flags(3) needed to
set it, and the companion functions EVP_CIPHER_CTX_clear_flags(3)
and EVP_CIPHER_CTX_test_flags(3).
With help and an OK from tb@.
