1. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  2. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  3. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  4. b5c4209 Switch command-line utils to new nameopt API. by Dmitry Belyavskiy · 8 years ago
  5. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  6. 12d56b2 Fix various missing option help messages ... by FdaSilvaYY · 9 years ago
  7. 568ce3a Constify certificate and CRL time routines. by Dr. Stephen Henson · 9 years ago
  8. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
  9. 5e6089f Convert X509_CRL* functions to use const getters by Matt Caswell · 9 years ago
  10. a075408 Corrupt signature in place. by Dr. Stephen Henson · 9 years ago
  11. 0f022f5 Corrupt signature earlier. by Dr. Stephen Henson · 9 years ago
  12. 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 9 years ago
  13. 6ddbb4c X509_STORE_CTX accessors. by Rich Salz · 9 years ago
  14. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  15. 16e1b28 GH932: Add more help messages to some apps options. by FdaSilvaYY · 9 years ago
  16. 7001571 Check for a NULL return value from a call to X509_STORE_CTX_new() by Matt Caswell · 9 years ago
  17. f0e0fd5 Make many X509_xxx types opaque. by Rich Salz · 9 years ago
  18. 0335851 argv was set but unused by Kurt Roeckx · 9 years ago
  19. c01ff88 New function X509_get0_pubkey by Dr. Stephen Henson · 9 years ago
  20. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  21. 2b6bcb7 Add support for -no-CApath and -no-CAfile options by Matt Caswell · 10 years ago
  22. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  23. d303b9d Make the handling of output and input formats consistent by Richard Levitte · 10 years ago
  24. e3e5719 make X509_CRL opaque by Dr. Stephen Henson · 10 years ago
  25. f1cece5 Make "oneline" the default for nameopt by Richard Levitte · 10 years ago
  26. 9c3bcfa Standardize handling of #ifdef'd options. by Rich Salz · 10 years ago
  27. 296f54e Restore module loading by Richard Levitte · 10 years ago
  28. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  29. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  30. a2b18e6 ifdef cleanup, part 4a: '#ifdef undef' by Rich Salz · 10 years ago
  31. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  32. de2d97c Add option to generate old hash format. by Tim Hudson · 11 years ago
  33. 2e8cb10 initial support for delta CRL generations by diffing two full CRLs by Dr. Stephen Henson · 12 years ago
  34. 139cd16 add -badsig option to corrupt CRL signatures for testing too by Dr. Stephen Henson · 12 years ago
  35. fdb78f3 New option to add CRLs for s_client and s_server. by Dr. Stephen Henson · 12 years ago
  36. 95ea531 add option to get a certificate or CRL from a URL by Dr. Stephen Henson · 12 years ago
  37. ac78624 Add support for -crlnumber option in crl utility. by Dr. Stephen Henson · 16 years ago
  38. 7d72723 some const fixes by Nils Larsch · 20 years ago
  39. 12bdb64 use SHA-1 as the default digest for the apps/openssl commands by Nils Larsch · 20 years ago
  40. 10f92aa Don't return an error with crl -noout. by Dr. Stephen Henson · 20 years ago
  41. 03eeb07 Add usage string for -fingerprint. PR: 560 by Richard Levitte · 22 years ago
  42. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  43. c0455cb Fix escaping when using the -subj option of "openssl req", document by Lutz Jänicke · 23 years ago
  44. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  45. 79aa04e Make the necessary changes to work with the recent "ex_data" overhaul. by Geoff Thorpe · 24 years ago
  46. c04f8cf Use apps_shutdown() in all applications, in case someone decides not by Richard Levitte · 24 years ago
  47. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  48. 4327aae format strings by Ulf Möller · 24 years ago
  49. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  50. 439df50 Fix c_rehash script, add -fingerprint option to crl. by Dr. Stephen Henson · 25 years ago
  51. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  52. 25f923d New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code. by Dr. Stephen Henson · 25 years ago
  53. 08cba61 Modify the X509 V3 extension lookup code. by Dr. Stephen Henson · 25 years ago
  54. 090d848 Various CRL enhancements tidies and workaround for broken CRLs. by Dr. Stephen Henson · 26 years ago
  55. b74ba29 Reinitialize global variables when necessary (for monolith application). by Bodo Möller · 26 years ago
  56. 74678cc Additional user data argument to pem_password_cb function type by Bodo Möller · 26 years ago
  57. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  58. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  59. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  60. 2f0cd19 Fix `openssl crl -noout -text' combination where `-noout' killed the `-text' by Ralf S. Engelschall · 26 years ago
  61. 0ca5f8b Overhaul 'crl' application, add a proper X509_CRL_print function and start by Dr. Stephen Henson · 26 years ago
  62. 9b5cc15 Continued patches so certificates and CRLs now can support and use by Dr. Stephen Henson · 26 years ago
  63. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  64. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  65. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago