summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* sync with OpenSSL:schwarze2017-08-201-4/+14
| | | | | | | | | | | | | | 1. mention three additional functions for stitched ciphers from Steven Collison <steven at raycoll dot com> via OpenSSL commit 209fac9f Mar 28 12:46:07 2017 -0700 2. fix wrong data type of an automatic variable in an example from Paul Yang <paulyang dot inf at gmail dot com> via OpenSSL commit 719b289d May 22 23:18:45 2017 +0800 3. fix memory leak in sample encryption code and check return value of fopen from Greg Zaverucha <gregz at microsoft dot com> via OpenSSL commit 519a5d1e Jun 27 17:38:25 2017 -0700
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-5/+8
| | | | related to X.509 with .Vt such that they can be searched for.
* Add Copyright and license.schwarze2016-11-261-143/+390
| | | | | | | | | | | | | | | Merge from OpenSSL: Document EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_free(3), EVP_chacha20(3). Drop duplicate .Nm EVP_idea_cbc. Add some missing EVP_aes_*() function names in the NAME section. In the SYNOPSIS, list prototypes, not #defines. Some typo fixes, some additional information, some wording improvements. In the CIPHER LISTING, drop the useless "void" arguments. Document GCM and CCM. Drop some prehistoric EXAMPLES that OpenSSL deleted as well. While here, mention that EVP_CIPHER_CTX_free(3) accepts NULL. Also move some text from RETURN VALUES to DESCRIPTION.
* various cleanup;jmc2016-11-211-26/+28
|
* first pass; ok schwarzejmc2016-11-061-2/+5
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+939