aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* oops, revert test patchDr. Stephen Henson2010-05-151-10/+0
* PR: 2253Dr. Stephen Henson2010-05-151-0/+10
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-6/+6
* Rename asc2uni and uni2asc functions to avoid clashes.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