| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various missing option help messages ... | FdaSilvaYY | 2016-09-19 | 1 | -1/+1 |
* | Constify certificate and CRL time routines. | Dr. Stephen Henson | 2016-08-19 | 1 | -3/+3 |
* | Constify char* input parameters in apps code | FdaSilvaYY | 2016-08-17 | 1 | -1/+1 |
* | Convert X509_CRL* functions to use const getters | Matt Caswell | 2016-08-17 | 1 | -2/+2 |
* | Corrupt signature in place. | Dr. Stephen Henson | 2016-08-17 | 1 | -2/+1 |
* | Corrupt signature earlier. | Dr. Stephen Henson | 2016-08-16 | 1 | -7/+8 |
* | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). | Dr. Stephen Henson | 2016-08-16 | 1 | -3/+2 |
* | X509_STORE_CTX accessors. | Rich Salz | 2016-05-17 | 1 | -2/+2 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | GH932: Add more help messages to some apps options. | FdaSilvaYY | 2016-05-04 | 1 | -4/+4 |
* | Check for a NULL return value from a call to X509_STORE_CTX_new() | Matt Caswell | 2016-04-29 | 1 | -1/+1 |
* | Make many X509_xxx types opaque. | Rich Salz | 2016-04-15 | 1 | -12/+12 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+2 |
* | New function X509_get0_pubkey | Dr. Stephen Henson | 2015-12-14 | 1 | -2/+1 |
* | Centralise loading default apps config file | Matt Caswell | 2015-10-12 | 1 | -3/+0 |
* | Add support for -no-CApath and -no-CAfile options | Matt Caswell | 2015-09-25 | 1 | -4/+14 |
* | Change the way apps open their input and output files | Richard Levitte | 2015-09-06 | 1 | -1/+1 |
* | Make the handling of output and input formats consistent | Richard Levitte | 2015-09-06 | 1 | -1/+1 |
* | make X509_CRL opaque | Dr. Stephen Henson | 2015-09-02 | 1 | -2/+7 |
* | Make "oneline" the default for nameopt | Richard Levitte | 2015-07-07 | 1 | -0/+5 |
* | Standardize handling of #ifdef'd options. | Rich Salz | 2015-06-02 | 1 | -8/+8 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+3 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -1/+1 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -187/+130 |
* | ifdef cleanup, part 4a: '#ifdef undef' | Rich Salz | 2015-01-24 | 1 | -9/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -370/+336 |
* | Add option to generate old hash format. | Tim Hudson | 2014-04-03 | 1 | -0/+18 |
* | initial support for delta CRL generations by diffing two full CRLs | Dr. Stephen Henson | 2012-12-04 | 1 | -2/+53 |
* | add -badsig option to corrupt CRL signatures for testing too | Dr. Stephen Henson | 2012-12-02 | 1 | -1/+6 |
* | New option to add CRLs for s_client and s_server. | Dr. Stephen Henson | 2012-12-02 | 1 | -50/+0 |
* | add option to get a certificate or CRL from a URL | Dr. Stephen Henson | 2012-12-02 | 1 | -0/+6 |
* | Add support for -crlnumber option in crl utility. | Dr. Stephen Henson | 2008-10-22 | 1 | -2/+19 |
* | some const fixes | Nils Larsch | 2005-04-05 | 1 | -2/+2 |
* | use SHA-1 as the default digest for the apps/openssl commands | Nils Larsch | 2005-04-02 | 1 | -1/+1 |
* | Don't return an error with crl -noout. | Dr. Stephen Henson | 2004-11-11 | 1 | -1/+5 |
* | Add usage string for -fingerprint. | Richard Levitte | 2003-03-31 | 1 | -0/+1 |
* | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | Fix escaping when using the -subj option of "openssl req", document | Lutz Jänicke | 2002-04-30 | 1 | -4/+9 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 1 | -0/+3 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -1/+5 |
* | Use apps_shutdown() in all applications, in case someone decides not | Richard Levitte | 2001-06-23 | 1 | -0/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -2/+2 |
* | format strings | Ulf Möller | 2001-02-06 | 1 | -1/+1 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -2/+18 |
* | Fix c_rehash script, add -fingerprint option to crl. | Dr. Stephen Henson | 2000-05-18 | 1 | -0/+29 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+2 |
* | New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c... | Dr. Stephen Henson | 2000-01-09 | 1 | -1/+1 |
* | Modify the X509 V3 extension lookup code. | Dr. Stephen Henson | 1999-12-01 | 1 | -2/+0 |
* | Various CRL enhancements tidies and workaround for broken CRLs. | Dr. Stephen Henson | 1999-09-18 | 1 | -5/+71 |
* | Reinitialize global variables when necessary (for monolith application). | Bodo Möller | 1999-09-03 | 1 | -0/+1 |