summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem_pkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-3/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-7/+6
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+6
* 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
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* More KNF.jsing2014-04-211-4/+4
* KNF.jsing2014-04-211-99/+108
* Restore beck's rev 1.7: snprintf() was reviewed.guenther2014-04-201-2/+4
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-8/+101
* resolve conflictsdjm2008-09-061-4/+8
* resolve conflictsdjm2005-04-291-0/+1
* merge 0.9.7dmarkus2004-04-081-0/+4
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-0/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+139