summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_key.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-03-11Update copyright yearMatt Caswell
2021-02-28crypto: add additional argument to KDF derive callsPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-08-20Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb
2020-08-14Move PKCS#12 KDF to provider.Pauli
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2016-11-15Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson
2016-04-28Don't leak memory on error in PKCS12_key_gen_uniMatt Caswell
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free cleanup almost the finaleRich Salz
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2010-11-22add pice of PR#2295 not committed to HEADDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-06-17Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-03-07Check that a password was actually passed, or the user will just getRichard Levitte
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
1999-10-30*** empty log message ***Ulf Möller
1999-05-05Remove unreachable return statements.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie