summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle CMS PEM headers.jsing2019-09-061-1/+11
* Check return value of EVP_EncodeUpdate() in PEM_write_bio().tb2018-08-241-2/+3
* Add const qualifier to the 'name', 'header', and 'data' arguments oftb2018-05-131-4/+5
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-3/+2
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-11/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-38/+31
* unifdef OPENSSL_NO_CMSjsing2016-10-191-10/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-11/+11
* Drop stupid (int) casts for the arguments of malloc() and friends. This ismiod2015-07-191-2/+2
* Make sure the `reject negative sizes' logic introduced in 1.34 is actuallymiod2015-07-161-3/+4
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-111-1/+10
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-111-10/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Replace assert() and OPENSSL_assert() calls with proper error return paths.miod2015-02-101-4/+10
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-4/+3
* Make sure PEM_def_callback() correctly handles negative buffer sizes; all usesmiod2014-07-231-10/+17
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-6/+7
* 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-2/+4
* delete some casts. ok miodtedu2014-07-101-2/+2
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Avoid the use of an uninitialised variable. In reality, this is a non-issuejsing2014-06-011-2/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-15/+0
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-1/+1
* More KNF.jsing2014-04-211-2/+2
* KNF.jsing2014-04-211-504/+532
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-6/+6
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-14/+14
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-1/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-15/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-10/+17
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+0
* resolve conflicts, fix local changesdjm2010-10-011-15/+85
* resolve conflictsdjm2009-01-091-0/+3
* resolve conflictsdjm2008-09-061-14/+19
* resolve conflictsdjm2005-04-291-5/+10
* merge 0.9.7dmarkus2004-04-081-8/+11
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-11/+15
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-6/+8
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-2/+5
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-241/+37
* openssl-engine-0.9.6 mergebeck2000-12-151-13/+13
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-31/+191
* OpenSSL 0.9.4 mergebeck1999-09-291-116/+157
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+762