summaryrefslogtreecommitdiff
path: root/crypto/evp/cmeth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell2021-07-281-0/+1
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+5
* Update copyright yearMatt Caswell2020-08-061-1/+1
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reverting check to correctDmitry Belyavskiy2019-09-051-1/+1
* Disallow change EVP_CIPHER properties once setDmitry Belyavskiy2019-09-051-0/+27
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-29/+12
* Add a mechnism to save the name of fetched methodsRichard Levitte2019-07-231-0/+1
* Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell2019-06-281-1/+1
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-2/+30
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-2/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-121-0/+199