summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_aes_128_cbc.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-241-6/+6
| | | | and for flagging which pages to check;
* new manual page AES_encrypt(3)schwarze2019-08-281-2/+3
|
* Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPschwarze2019-03-191-2/+27
| | | | | | | 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@.
* Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):schwarze2019-03-181-0/+311
both resulting pages are still long. Mention a number of missing functions. Add some text from the OpenSSL 1.1.1 EVP_aes.pod manual page, which is still under a free license. Add missing HISTORY information. Triggered by tb@ providing EVP_aes_{128,192,256}_wrap(3) in evp.h rev. 1.74.