summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/pmeth_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wire up PKEY methods for RSA-PSS.jsing2019-11-011-2/+6
* Provide EVP_PKEY_CTX_md().jsing2019-10-291-7/+15
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-8/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-13/+11
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-5/+19
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-2/+7
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-3/+1
* KNF.jsing2014-05-071-220/+238
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* import OpenSSL-1.0.1cdjm2012-10-131-1/+54
* import OpenSSL 1.0.0edjm2011-11-031-0/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+538