summaryrefslogtreecommitdiff
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-787/+871
* Don't use RC2 with PKCS#12 files in FIPS mode.Dr. Stephen Henson2013-05-301-1/+8
* PR: 2469Dr. Stephen Henson2011-03-131-1/+1
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-6/+6
* Update from HEAD.Dr. Stephen Henson2009-06-171-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Update from stable branch.Dr. Stephen Henson2008-06-261-2/+8
* More type-checking.Ben Laurie2008-06-041-6/+6
* Fix another warning.Dr. Stephen Henson2007-09-071-1/+1
* Add SEED encryption algorithm.Bodo Möller2007-04-231-1/+7
* fix return value of get_cert_chain()Nils Larsch2006-12-271-7/+13
* update pkcs12 help message + manpageNils Larsch2006-12-211-0/+4
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-1/+10
* Fix warnings.Dr. Stephen Henson2006-05-261-0/+1
* New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson2006-05-171-1/+18
* Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson2006-05-171-2/+4
* Bugfix: the NONE string for PBE algorithms wasn't working.Dr. Stephen Henson2006-05-151-23/+23
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-311-2/+3
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+4
* some const fixesNils Larsch2005-04-051-2/+2
* Typo.Dr. Stephen Henson2004-11-231-1/+1
* Fix memory leak.Dr. Stephen Henson2004-11-231-5/+12
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+3
* Typo.Dr. Stephen Henson2003-02-101-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-031-139/+94
* Fix crahses and leaks in pkcs12 utility -chain optionDr. Stephen Henson2002-08-221-6/+4
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1
* Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte2002-04-251-1/+4
* Fix new -aes command argument handlingDr. Stephen Henson2002-02-261-3/+3
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add AES support in the applications that support -des and -des3.Richard Levitte2002-02-201-0/+9
* Change pkcs12 so the certificates coming from -in do not get tossed ifRichard Levitte2001-12-121-2/+8
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+3
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-16/+11
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-13/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-0/+7
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-10/+10
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+23
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-3/+10
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-191-4/+4