summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12 (follow)
Commit message (Expand)AuthorAgeFilesLines
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-6/+4
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-304-10/+10
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-301-2/+2
* Correct spelling of OPENSSL_cleanse.jsing2015-09-103-8/+10
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-2/+2
* Expand another ASN.1 template macro that snuck through last time around.jsing2015-07-251-2/+8
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-251-56/+294
* Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg2015-05-151-2/+3
* Attempt to correctly free temporary storage upon error. With help frommiod2015-02-141-15/+18
* Try and fix a bunch of memory leaks upon error;miod2015-02-143-12/+33
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-091-5/+101
* Delete a lot of #if 0 code in libressl.doug2015-02-071-8/+1
* In PKCS12_setup_mac(), do not assign p12->mac->salt->length until the allocationmiod2014-10-221-8/+9
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-6/+5
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+7
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-1113-30/+35
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-102-2/+7
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-103-4/+10
* One sure hopes that OPENSSL_cleanse will:jsing2014-07-101-2/+2
* Remove DEBUG_KEYGEN and DEBUG_DECRYPT support.miod2014-07-102-49/+2
* KNF.jsing2014-07-0816-656/+757
* tags as requested by miod and teduderaadt2014-06-1216-16/+16
* Fix a leak that can occur when len == 0, and as a result we leak a \0 byte.logan2014-06-041-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-175-20/+20
* we don't use these files for buildingtedu2014-04-151-81/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-5/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-205/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-8/+23
* resolve conflictsdjm2012-10-134-13/+26
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-16/+22
* resolve conflicts, fix local changesdjm2010-10-0112-543/+134
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-92/+85
|\
| * import OpenSSL-1.0.0adjm2010-10-011-92/+85
* | resolve conflictsdjm2009-04-061-0/+3
* | resolve conflictsdjm2009-01-0915-15/+26
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-85/+92
|\|
| * import openssl-0.9.8jdjm2009-01-091-85/+92
* | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-9/+17
* | resolve conflictsdjm2008-09-0611-151/+341
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-282/+153
|\|
| * import of OpenSSL 0.9.8hdjm2008-09-061-282/+153
* | resolve conflictsdjm2006-06-275-52/+85
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\|
| * import of openssl-0.9.7jdjm2006-06-271-1/+1
* | resolve conflictsdjm2005-04-294-12/+29
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+415
|\|
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+415
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-125-7/+7
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-3/+3