summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2015-06-06Increase buffer size for passwords in pkcs12 CLIRodger Combs
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-03-13PR: 2469Dr. Stephen Henson
2010-05-15oops, revert test patchDr. Stephen Henson
2010-05-15PR: 2253Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-06-17Rename asc2uni and uni2asc functions to avoid clashes.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