summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
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
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-19Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-11Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte
2000-08-11Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte
2000-08-11The pkcs12 had no way of getting a CA file or path to be used whenRichard Levitte
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-16Typesafety Thought Police part 3.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-03-01'rand'/'-rand' documentation.Bodo Möller
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-12Make pkcs12 and smime applications seed random numberDr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-11-12Merge some common functionality in the apps, deleteDr. Stephen Henson
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-08-02avoid some NO_<cipher> problemsBodo Möller
1999-07-29Tidy up pkcs12 application.Dr. Stephen Henson
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-05-27Free up 'out' before exiting pkcs12 application.Dr. Stephen Henson
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson