summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/ameth_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sort standard_methods by pkey_id.inoguchi2019-11-021-4/+4
* Wire up ASN.1 methods for RSA-PSS.jsing2019-11-011-1/+5
* Add consts to EVP_PKEY_asn1_set_private()tb2018-08-241-2/+2
* As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no needtb2018-05-241-42/+10
* Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3).tb2018-05-131-2/+2
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-5/+19
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-2/+12
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-3/+3
* More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSLmiod2014-07-111-2/+7
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* 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
* nuke unused test programs; ok jsingderaadt2014-06-221-14/+1
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-4/+2
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-3/+1
* More KNF.jsing2014-04-181-76/+80
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-22/+11
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-61/+61
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* import OpenSSL-1.0.1cdjm2012-10-131-1/+11
* import OpenSSL 1.0.0edjm2011-11-031-1/+1
* import OpenSSL-1.0.0adjm2010-10-011-0/+4
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+446