summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/n_pkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete key formatstb2022-01-141-435/+0
* Indent goto labels for diffability.jsing2021-12-251-4/+4
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.bcook2018-08-051-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-13/+11
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-161-3/+1
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-161-3/+11
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-161-3/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4
* Fix several crash causing defects from OpenSSL.tedu2015-03-191-5/+5
* Remove initialisers with default values from the ASN1 data structures.jsing2015-02-111-17/+1
* Expand most of the ASN1_SEQUENCE* and associated macros, making the datajsing2015-02-111-10/+68
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-101-3/+51
* No need to include asn1_mac.h here.miod2014-07-121-2/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+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
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-6/+0
* Rather than sprinkling magical numbers everywhere, we can use sizeof()beck2014-04-231-4/+4
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-1/+1
* More KNF.jsing2014-04-191-101/+102
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-20/+10
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-33/+33
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* resolve conflictsdjm2012-10-131-14/+24
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+1
* resolve conflictsdjm2008-09-061-19/+30
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+3
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+4
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-182/+123
* openssl-engine-0.9.6 mergebeck2000-12-151-11/+51
* OpenSSL 0.9.5 mergebeck2000-03-191-9/+16
* OpenSSL 0.9.4 mergebeck1999-09-291-45/+21
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+365