summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem_seal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-5/+5
* Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTXmiod2016-11-051-8/+22
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* 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/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* more: no need for null check before freederaadt2014-05-301-4/+2
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-2/+2
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-6/+0
* More KNF.jsing2014-04-211-1/+1
* KNF.jsing2014-04-211-91/+95
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+4
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* resolve conflictsdjm2008-09-061-0/+2
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-14/+17
* openssl-engine-0.9.6 mergebeck2000-12-151-4/+4
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+6
* OpenSSL 0.9.4 mergebeck1999-09-291-27/+14
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+191