aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-14/+19
* -inkey can be an identifier, not just a fileRich Salz2017-05-211-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Support broken PKCS#12 key generation.Dr. Stephen Henson2016-08-251-4/+23
* Avoid more compiler warnings for use of uninitialised variablesRichard Levitte2016-08-221-1/+1
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-19/+21
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-7/+7
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-3/+3
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-161-2/+2
* print out MAC algorithmDr. Stephen Henson2016-07-291-3/+7
* Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson2016-07-081-9/+63
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-041-4/+5
* Make many X509_xxx types opaque.Rich Salz2016-04-151-8/+15
* Fix "no-ui" configurationRichard Levitte2016-03-311-14/+39
* Fix no-desMatt Caswell2016-03-181-1/+3
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-1/+3
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-2/+2
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* fix various formatting issuesDr. Stephen Henson2016-02-081-1/+3
* Use new namesDr. Stephen Henson2016-02-081-4/+4
* Use accessors in pkcs12 app.Dr. Stephen Henson2016-02-081-11/+19
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-9/+4
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-26/+16
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-2/+14
* Change the way apps open their input and output filesRichard Levitte2015-09-061-7/+12
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-3/+5
* Increase buffer size for passwords in pkcs12 CLIRodger Combs2015-06-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-9/+9
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* Remove needless bio_err argumentRich Salz2015-04-291-6/+6
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-454/+256
* free NULL cleanup 9Rich Salz2015-04-111-5/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-4/+6
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-783/+867
* PR: 2469Dr. Stephen Henson2011-03-131-1/+1