summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().tb2018-05-302-4/+4
* Add const qualifiers to the X509_SIG * and char * arguments oftb2018-05-132-4/+5
* Add const to the argument of PKCS12_pack_authsafes(3).tb2018-05-132-4/+4
* Add const to the X509_ALGOR and other arguments oftb2018-05-133-20/+23
* Add const to the attr argument of PKCS12_get_attr_gen(3).tb2018-05-132-4/+5
* Add const qualifier to the PKCS12_SAFEBAG argument oftb2018-05-132-5/+5
* Add const qualifiers to the 'pass' and 'name' arguments oftb2018-05-132-9/+9
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-2910-96/+69
* Expand ASN1_ITEM_rptr macros - no change in generated assembly.jsing2016-12-304-20/+20
* Place M_PKCS12_* compatibility macros under #ifndef LIBRESSL_INTERNAL.jsing2016-12-301-1/+5
* Expand M_PKCS12_* "compatibility" macros. No change to generated assembly.jsing2016-12-303-10/+10
* Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing2016-12-271-2/+1
* Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.jsing2016-12-271-3/+3
* Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places whenmiod2016-11-082-6/+11
* Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc().miod2016-11-051-17/+34
* Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in themiod2016-11-051-2/+3
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-041-5/+21
* 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