| Commit message (Expand) | Author | Age | Files | Lines |
* | Centralise loading default apps config file | Matt Caswell | 2015-10-12 | 1 | -3/+0 |
* | Change the way apps open their input and output files | Richard Levitte | 2015-09-06 | 1 | -2/+2 |
* | Make the handling of output and input formats consistent | Richard Levitte | 2015-09-06 | 1 | -2/+2 |
* | RT3998: Allow scrypt to be disabled | Rich Salz | 2015-09-04 | 1 | -2/+12 |
* | RT2547: Tighten perms on generated privkey files | Rich Salz | 2015-06-16 | 1 | -1/+7 |
* | fix warning | Dr. Stephen Henson | 2015-05-31 | 1 | -1/+1 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+3 |
* | scrypt in pkcs8 util | Dr. Stephen Henson | 2015-05-26 | 1 | -4/+35 |
* | Add function PKCS8_set0_pbe | Dr. Stephen Henson | 2015-05-26 | 1 | -4/+16 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -5/+5 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | fewer NO_ENGINE #ifdef's | Rich Salz | 2015-04-25 | 1 | -10/+4 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -181/+126 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -370/+315 |
* | Tidied up, added include to stdlib, removed "goto bad" usage | Matt Caswell | 2014-06-18 | 1 | -13/+19 |
* | Conform to whitespace conventions | rfkrocktk | 2014-06-18 | 1 | -7/+7 |
* | Added custom PBKDF2 iteration count to PKCS8 tool. | Naftuli Tzvi Kay | 2014-06-18 | 1 | -1/+8 |
* | PKCS#8 support for alternative PRFs. | Dr. Stephen Henson | 2014-03-02 | 1 | -0/+16 |
* | Tolerate PKCS#8 DSA format with negative private key. | Dr. Stephen Henson | 2010-01-22 | 1 | -0/+4 |
* | PR: 2038 | Dr. Stephen Henson | 2009-09-11 | 1 | -1/+0 |
* | Return correct exit code. | Dr. Stephen Henson | 2009-02-12 | 1 | -1/+1 |
* | Avoid leaks in pkcs8 app, tidy code up. | Dr. Stephen Henson | 2009-02-12 | 1 | -48/+24 |
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 1 | -1/+1 |
* | Reformat pkcs8 source. | Dr. Stephen Henson | 2004-06-24 | 1 | -100/+174 |
* | implement PKCS #8 / SEC1 private key format for ECC | Bodo Möller | 2003-06-25 | 1 | -0/+17 |
* | Correct a lot of printing calls. Remove extra arguments... | Richard Levitte | 2003-04-04 | 1 | -6/+5 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+8 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -2/+2 |
* | Signal an error if the entered output password didn't match itself. | Richard Levitte | 2002-10-23 | 1 | -1/+2 |
* | makedepend complains when a header file is included more than once in | Richard Levitte | 2002-10-14 | 1 | -1/+0 |
* | Make it possible to load keys from stdin, and restore that | Richard Levitte | 2002-08-01 | 1 | -1/+2 |
* | Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. | Bodo Möller | 2002-03-14 | 1 | -1/+1 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 1 | -0/+4 |
* | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe | 2001-09-12 | 1 | -1/+0 |
* | Make better use of load_cert, load_certs and load_key. | Richard Levitte | 2001-06-25 | 1 | -12/+4 |
* | Provide an application-common setup function for engines and use it | Richard Levitte | 2001-06-18 | 1 | -17/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Rewrite PKCS#12 code and remove some of the old | Dr. Stephen Henson | 2000-12-31 | 1 | -1/+1 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -0/+30 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -4/+11 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -4/+4 |
* | Make pkcs8 work again. | Dr. Stephen Henson | 2000-02-22 | 1 | -7/+13 |
* | Pass phrase reorganisation. | Dr. Stephen Henson | 2000-02-17 | 1 | -30/+14 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+1 |
* | Add command line password options to the reamining utilities, | Dr. Stephen Henson | 2000-02-08 | 1 | -14/+14 |
* | Add support for some broken PKCS#8 formats. | Dr. Stephen Henson | 2000-02-05 | 1 | -4/+15 |
* | Rename SSLeay_add_all_algorithms() et al to | Dr. Stephen Henson | 2000-02-04 | 1 | -1/+1 |
* | Fix some of the command line password stuff. New function | Dr. Stephen Henson | 2000-01-01 | 1 | -27/+85 |
* | Add PKCS#8 utility functions and add PBE options. | Dr. Stephen Henson | 1999-12-23 | 1 | -0/+11 |
* | VMS updates. | Ulf Möller | 1999-07-29 | 1 | -0/+1 |