aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
Commit message (Expand)AuthorAgeFilesLines
...
* EVP_EncryptInit.pod: fix examplePatrick Steuer2020-05-281-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-0/+4
* Fix some typosVeres Lajos2019-12-111-1/+1
* Difference between EVP_CipherInit and EVP_CipherInit_exDmitry Belyavskiy2019-12-081-0/+9
* Fix some broken doc linksRich Salz2019-11-151-12/+12
* Fix L<> entries without sectionsRich Salz2019-10-311-1/+1
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-1/+10
* EVP: add missing common functionalityRichard Levitte2019-10-171-7/+8
* Fix EVP_Cipher() for provided cipher implementationsRichard Levitte2019-10-111-0/+18
* POD: stop abusing commentRichard Levitte2019-10-111-1/+1
* Consistent naming for context gettable param queries .Pauli2019-09-271-6/+6
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-0/+5
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-111-0/+9
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-2/+20
* Do not have duplicate section headsRich Salz2019-08-271-2/+2
* Add missing EVP param utility functionsRichard Levitte2019-08-151-0/+29
* Add gcm ciphers (aes and aria) to providers.Shane Lontis2019-07-311-0/+2
* Document the provider CIPHER operationMatt Caswell2019-07-301-2/+5
* Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte2019-07-231-1/+11
* Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte2019-07-231-0/+5
* Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte2019-07-231-0/+7
* Documentation: Move the description of the fetching functionsRichard Levitte2019-07-221-4/+19
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-081-1/+3
* Update ChaCha20-Poly1305 documentationMatt Caswell2019-03-061-1/+3
* man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre2018-12-151-1/+1
* Add RFC5297 AES-SIV supportTodd Short2018-12-121-0/+43
* Following the license change, modify the boilerplates in doc/man3/Richard Levitte2018-12-061-1/+1
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-1/+1
* Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin2018-04-021-1/+0
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-14/+0
* Fix propotype to include the const qualifierKurt Roeckx2018-03-111-7/+7
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-0/+14
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Avoid mentioning uninitialised contexts.Pauli2018-02-191-2/+1
* doc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_keyPatrick Steuer2017-12-091-0/+8
* Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY2017-11-281-2/+2
* Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse2017-10-311-165/+148
* EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer2017-10-101-2/+3
* Correct GCM docs.Dr. Stephen Henson2017-08-231-3/+2
* Fix sample codeGreg Zaverucha2017-06-291-0/+6
* doc/man3: reformat the function prototypes in the synopsesBeat Bolli2017-06-081-21/+15
* doc/man3: use the documented coding style in the example codeBeat Bolli2017-06-081-86/+86
* Add missing commas in pod filesKurt Roeckx2017-05-251-1/+1
* Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang2017-05-231-1/+1
* doc: Add stitched ciphers to EVP_EncryptInit.podSteven Collison2017-03-291-2/+4
* Remove doc reference to non-existant GCM examplePauli2017-03-071-2/+0
* Fix various doc nits.Rich Salz2016-12-131-2/+2
* EVP docs: chacha20, chacha20-poly1305enkore2016-11-121-1/+13