summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the horrific EVP_aes_128_ccm(3) API out of the important,schwarze2024-12-201-50/+4
* New manual page EVP_aes_128_gcm(3).schwarze2024-12-171-54/+4
* Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)schwarze2024-12-081-51/+5
* Mention the key lengths of some encryption algorithms.schwarze2024-11-091-14/+27
* Unify description of the obsolete ENGINE parametertb2024-07-211-6/+6
* Rename some argument placeholders to be less cryptic,schwarze2023-12-261-49/+52
* Some cleanup:schwarze2023-12-011-71/+33
* EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze2023-12-011-62/+10
* Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),schwarze2023-08-311-448/+15
* write documentation for EVP_CIPHER_CTX_copy(3)schwarze2023-08-261-4/+86
* add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES sectionschwarze2023-08-161-2/+11
* Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,schwarze2023-08-151-11/+4
* Remove most mentions of contexts on the stack.tb2022-08-311-9/+2
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-6/+6
* Use unsigned char instead of u_char for two prototypes (like everywheretb2021-10-141-4/+4
* double word fix; from martin vahlensieckjmc2021-01-051-3/+3
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
* tweak previous; ok tbjmc2020-01-261-3/+3
* Document the change in EVP_chacha20(3).tb2020-01-261-3/+5
* The length of the IV of EVP_chacha20 is currently 64 bits, not 96.tb2020-01-221-3/+3
* document but do not recommend EVP_Cipher(3);schwarze2019-08-151-3/+52
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+6
* import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,schwarze2019-03-211-1/+3
* Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.schwarze2019-03-211-19/+3
* Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:schwarze2019-03-211-52/+4
* add a handful of missing functionsschwarze2019-03-211-5/+38
* Bring back EVP_chacha20 list item that was accidentally removedtb2019-03-211-2/+3
* Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPschwarze2019-03-191-2/+44
* Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):schwarze2019-03-181-72/+7
* Document SM4; related to evp.h rev. 1.73.schwarze2019-03-181-3/+7
* fix some cases of spaces before full stops, where none were neccessary;jmc2019-03-101-3/+3
* tweak previous;jmc2018-09-121-2/+2
* Add some accessor functions:djm2018-09-121-2/+33
* Remove extra "and" in "These functions and have been available"tb2018-08-281-3/+3
* typo: an nonce -> a noncetb2018-08-261-3/+3
* missing "const" in seven prototypes;schwarze2018-03-291-16/+16
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-21/+33
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-2/+3
* crypto HISTORY up to 1.0.1; researched from OpenSSL gitschwarze2018-03-231-1/+14
* crypto HISTORY up to 0.9.8h; researched from OpenSSL gitschwarze2018-03-231-2/+7
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+6
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+3
* crypto HISTORY up to 0.9.6; researched from OpenSSL gitschwarze2018-03-221-2/+12
* crypto HISTORY up to 0.9.3; researched from OpenSSL gitschwarze2018-03-211-2/+5
* crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitschwarze2018-03-211-1/+5
* evp.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-4/+9
* evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-3/+58
* Garbage collect RC5 documentation.schwarze2018-02-271-22/+3
* In evp.h rev. 1.57 2018/02/17 16:54:08,schwarze2018-02-191-70/+96
* Mention two more block cipher modes that actually exist in our tree;schwarze2018-02-141-8/+30