Age | Commit message (Expand) | Author |
2021-06-15 | spkac: allow digests other than MD5 to be used for signing | Pauli |
2021-05-06 | Update copyright year | Matt Caswell |
2021-05-06 | Make the -inform option to be respected if possible | Tomas Mraz |
2021-05-05 | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb |
2020-12-15 | Check non-option arguments | Rich Salz |
2020-05-15 | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb |
2020-04-23 | Update copyright year | Matt Caswell |
2020-03-09 | spkac: Check return values of NETSCAPE_SPKI functions | Vladimir Panteleev |
2020-03-07 | cmdline app: add provider commandline options. | Pauli |
2019-11-08 | Add "sections" to -help output | Rich Salz |
2018-12-06 | Following the license change, modify the boilerplates in apps/ | Richard Levitte |
2018-04-26 | Fix mixed indentation (and other whitespace issues) | Dr. Matthias St. Pierre |
2018-02-13 | Update copyright year | Matt Caswell |
2018-01-31 | apps: Don't include progs.h in apps.h | Richard Levitte |
2017-10-18 | Remove parentheses of return. | KaoruToda |
2017-09-29 | Remove unnecessary #include <openssl/lhash.h> directives. | Pauli |
2017-06-10 | Fix possible usage of NULL pointers in apps/spkac.c | Paul Yang |
2017-06-09 | Add support for using engine-backed keys in spkac | Luke Faraone |
2016-10-19 | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte |
2016-10-14 | Constify command options | FdaSilvaYY |
2016-09-19 | Fix various missing option help messages ... | FdaSilvaYY |
2016-08-24 | Fix some resource leaks in the apps | Matt Caswell |
2016-05-17 | Copyright consolidation 01/10 | Rich Salz |
2016-02-20 | argv was set but unused | Kurt Roeckx |
2015-11-09 | Continue standardisation of malloc handling in apps | Matt Caswell |
2015-10-12 | Centralise loading default apps config file | Matt Caswell |
2015-09-06 | Change the way apps open their input and output files | Richard Levitte |
2015-05-29 | Restore module loading | Richard Levitte |
2015-05-28 | RT3876: Only load config when needed | Rich Salz |
2015-05-01 | free null cleanup finale | Rich Salz |
2015-04-25 | fewer NO_ENGINE #ifdef's | Rich Salz |
2015-04-24 | Big apps cleanup (option-parsing, etc) | Rich Salz |
2015-01-22 | Run util/openssl-format-source -v -c . | Matt Caswell |
2014-12-30 | mark all block comments that need format preserving so that | Tim Hudson |
2009-01-07 | Updatde from stable branch. | Dr. Stephen Henson |
2008-11-05 | Update obsolete email address... | Dr. Stephen Henson |
2005-04-05 | some const fixes | Nils Larsch |
2003-01-30 | Add the possibility to build without the ENGINE framework. | Richard Levitte |
2002-12-03 | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte |
2002-08-01 | Make it possible to load keys from stdin, and restore that | Richard Levitte |
2002-02-22 | Config code updates. | Dr. Stephen Henson |
2001-09-12 | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe |
2001-06-28 | Modify apps to use NCONF code instead of old CONF code. | Dr. Stephen Henson |
2001-06-25 | Make better use of load_cert, load_certs and load_key. | Richard Levitte |
2001-06-18 | Provide an application-common setup function for engines and use it | Richard Levitte |
2001-02-20 | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte |
2000-10-26 | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte |
2000-09-20 | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte |
2000-06-01 | There have been a number of complaints from a number of sources that names | Richard Levitte |
2000-03-05 | Add missing include (only MONOLITH builds were possible without it). | Bodo Möller |