summaryrefslogtreecommitdiff
path: root/doc/man3/EVP_EncryptInit.pod
Commit message (Expand)AuthorAgeFilesLines
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+17
* Update the algorithm fetching documentation linksMatt Caswell2021-04-081-1/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-0/+6
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-1/+1
* doc: update cipher documentation to include the new init functions with paramsPauli2021-03-121-33/+63
* Update copyright yearMatt Caswell2021-03-111-1/+1
* changes to match the updated context gettable/settable calls for ciphersPauli2021-02-261-8/+31
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-3/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* doc: Fix documentation of EVP_EncryptUpdate().Pauli2020-07-171-4/+9
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+44
* Fix typos and repeated wordsGustaf Neumann2020-07-051-4/+4
* 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