summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2018-11-20Update copyright yearMatt Caswell
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-29Fix memory leak.František Bořánek
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson
2014-03-01Fix memory leak.Dr. Stephen Henson
2013-09-18Fix warning.Dr. Stephen Henson
2013-06-05Don't use RC2 with PKCS#12 files in FIPS mode.Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-02-27PR: 2737Dr. Stephen Henson
2011-06-03Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-03-28PR: 1696Dr. Stephen Henson
2009-06-17Update from HEAD.Dr. Stephen Henson
2009-04-04Fix warning.Ben Laurie
2009-04-02Make PKCS12_parse() handle some PKCS#12 files which have their own ideasDr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-02Fix warnings.Ben Laurie
2008-06-26Update from stable branch.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-16Remove redundant PREDECLARE statement.Dr. Stephen Henson
2006-05-17PKCS#12 mac key length should equal digest length.Dr. Stephen Henson
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson
2006-05-15Add feature to PKCS12_create() if the encryption NID corresponds to aDr. Stephen Henson
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2005-06-30Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller