summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_EncryptInit.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert EVP manuals from pod to mdocschwarze2016-11-031-548/+0
|
* revert documentation update for the clearning behavior we already revertedbcook2016-09-221-5/+1
|
* deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()bcook2016-09-031-4/+8
| | | | | | | | | | 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@
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-111-1/+3
| | | | | | entry for them; feedback/ok schwarze
* typos in documentation; better wording, suggested by jmc@libressl-v2.3.0sobrado2015-09-221-1/+1
| | | | ok jmc@
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-111-5/+15
| | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed).
* Try and fix the horrible coding style of the example code snippets.miod2014-07-101-30/+34
|
* Attempt to (incompletely) document EVP_aes_*().miod2014-07-101-2/+14
| | | | | | | | | When EVP_des_cbc() was suggested, suggest EVP_aes_256_cbc() instead. Remove mention of EVP_des_ede3_cbc() being the algorithm of choice for S/MIME. Don't mention US-export limited RC2 algorithms, you'd better not know about them.
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-041-25/+34
| | | | ok jmc@
* Remove trailing whitespace.jim2014-05-041-8/+8
| | | | fine jmc@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* resolve conflictsdjm2006-06-271-3/+3
|
* resolve conflictsdjm2005-04-291-0/+2
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+5
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-72/+217
|
* openssl-engine-0.9.6 mergebeck2000-12-151-32/+167
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+224
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs