summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crpt.c
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-06Update copyright yearMatt Caswell
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2016-08-25Don't switch password formats using global state.Andy Polyakov
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2005-05-11Fix more error codes.Bodo Möller
2004-11-24Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
1999-11-17Missing #ifdef NO_DESUlf Möller
1999-06-10Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson