summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-07-29print out MAC algorithmDr. Stephen Henson
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-18Fix no-desMatt Caswell
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08Use accessors in pkcs12 app.Dr. Stephen Henson
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
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