aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in pkcs12 -exportDmitry Belyavskiy2017-02-211-0/+3
* Don't switch password formats using global state.Andy Polyakov2016-08-251-50/+2
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-221-8/+76
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-2/+2
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-10/+12
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-12/+19
* fix various formatting issuesDr. Stephen Henson2016-02-081-1/+1
* Reorganise functions.Dr. Stephen Henson2016-02-081-0/+30
* more PKCS12 opacityDr. Stephen Henson2016-02-081-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-8/+8
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-1/+1
* GOST PKCS12 supportMatt Caswell2015-09-211-3/+38
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-5/+6
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-2/+2
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-109/+113
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-4/+8
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-2/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* PKCS#12 mac key length should equal digest length.Dr. Stephen Henson2006-05-171-3/+3
* Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson2005-06-301-0/+6
* Fix more error codes.Bodo Möller2005-05-111-7/+7
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+4
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-4/+4
* Improve back compatibility.Ben Laurie2001-12-091-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+3
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-0/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-4/+1
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-031-1/+1
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-021-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+4
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-0/+2
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-3/+3
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Work with -pedantic!Ben Laurie1999-04-231-5/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+7
* Massive constification.Ben Laurie1999-04-171-1/+1