aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crpt.c
Commit message (Expand)AuthorAgeFilesLines
* Don't switch password formats using global state.Andy Polyakov2016-08-251-17/+1
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-221-4/+27
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper2015-09-011-0/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove duplicate code.Dr. Stephen Henson2015-03-301-8/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-41/+45
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson2006-05-151-19/+1
* improved error checking and some fixesNils Larsch2005-07-261-2/+7
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson2004-11-241-3/+3
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* Missing #ifdef NO_DESUlf Möller1999-11-171-0/+2
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-1/+1
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-2/+2
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-061-3/+6
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-061-2/+21
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+4
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-11/+4
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-2/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+104