summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-19Fix no-desRichard Levitte
2016-07-19Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-05-05Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-01-02Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-09-12Check for FIPS mode after loading config.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-06-05Don't use RC2 with PKCS#12 files in FIPS mode.Dr. Stephen Henson
2011-03-13PR: 2469Dr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-06-17Update from HEAD.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-26Update from stable branch.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-09-07Fix another warning.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2006-12-27fix return value of get_cert_chain()Nils Larsch
2006-12-21update pkcs12 help message + manpageNils Larsch
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-17New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson
2006-05-17Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson
2006-05-15Bugfix: the NONE string for PBE algorithms wasn't working.Dr. Stephen Henson
2005-05-31include opensslconf.h if OPENSSL_NO_* is usedNils Larsch
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-04-05some const fixesNils Larsch
2004-11-23Typo.Dr. Stephen Henson
2004-11-23Fix memory leak.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-02-10Typo.Dr. Stephen Henson
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-08-22Fix crahses and leaks in pkcs12 utility -chain optionDr. Stephen Henson
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-04-25Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte
2002-02-26Fix new -aes command argument handlingDr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-20Add AES support in the applications that support -des and -des3.Richard Levitte
2001-12-12Change pkcs12 so the certificates coming from -in do not get tossed ifRichard Levitte
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte