1. e6623cf Fix safestack issues in x509.h by Matt Caswell · 4 years, 5 months ago
  2. 0807370 NonStop port updates for 3.0.0. by Randall S. Becker · 4 years, 5 months ago
  3. 64713cb apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified by Chris Novakovic · 4 years, 5 months ago
  4. 5a0991d Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and x509 apps by Dr. David von Oheimb · 4 years, 5 months ago
  5. 2a33470 Make better use of new load_cert_pass() variant of load_cert() in apps/ by Dr. David von Oheimb · 4 years, 6 months ago
  6. b3c5aad apps: make use of OSSL_STORE for generalized certs and CRLs loading by Dr. David von Oheimb · 4 years, 6 months ago
  7. 57c05c5 apps: Correct and extend diagnostics of parse_name() by Dr. David von Oheimb · 4 years, 7 months ago
  8. 6725682 Add X509 related libctx changes. by Shane Lontis · 4 years, 6 months ago
  9. 1337a3a Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber by Dr. David von Oheimb · 4 years, 7 months ago
  10. 6d382c7 Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c by Dr. David von Oheimb · 4 years, 9 months ago
  11. 9d5aca6 Add function load_csr(file,format,desc) to apps/lib/apps.c by David von Oheimb · 7 years ago
  12. 852c2ed In OpenSSL builds, declare STACK for datatypes ... by Rich Salz · 5 years ago
  13. 33388b4 Update copyright year by Matt Caswell · 4 years, 9 months ago
  14. 8cc86b8 Constify various mostly X509-related parameter types in crypto/ and apps/ by Dr. David von Oheimb · 4 years, 10 months ago
  15. 2292c8e APPS: Remove all traces of special SM2 treatment. by Richard Levitte · 5 years ago
  16. d462b5f Add -section option to 'req' command by Rich Salz · 5 years ago
  17. 6bd4e3f cmdline app: add provider commandline options. by Pauli · 5 years ago
  18. 92de469 Document command parameters. by Rich Salz · 5 years ago
  19. 5388f98 Add "sections" to -help output by Rich Salz · 5 years ago
  20. bc42bd6 Support SM2 certificate signing by Paul Yang · 6 years ago
  21. 69f6b3c apps/ca.c: only output DER with SPKAC input and when -out is chosen by Richard Levitte · 6 years ago
  22. dffa752 Following the license change, modify the boilerplates in apps/ by Richard Levitte · 6 years ago
  23. aeec793 Fix: 'openssl ca' command crashes when used with 'rand_serial' option by Dr. Matthias St. Pierre · 6 years ago
  24. 46d0850 typo-fixes: miscellaneous typo fixes by agnosticdev · 6 years ago
  25. aabbc24 Improve the usability of the ca app using EdDSA by Matt Caswell · 6 years ago
  26. 991f035 apps/ca: fix useless get before delete. by FdaSilvaYY · 7 years ago
  27. 63871d9 openssl ca: open the output file as late as possible by Richard Levitte · 7 years ago
  28. f3021ac Allow the ca application to use EdDSA by Matt Caswell · 7 years ago
  29. aebd0e5 Fix memory leaks in CA related functions. by Pavel Kopyl · 7 years ago
  30. 25642ad Fix openssl ca, to correctly make output file binary when using -spkac by Richard Levitte · 7 years ago
  31. a4107d7 Add missing index_index() when reloading OCSP responder by Viktor Dukhovni · 7 years ago
  32. 0198512 Fix a memory leak in the ca application by Matt Caswell · 7 years ago
  33. 5af8844 Allow multiple entries without a Subject even if unique_subject == yes by Matt Caswell · 7 years ago
  34. 2cedf79 Report a readable error on a duplicate cert in ca app by Matt Caswell · 7 years ago
  35. c845ff0 Revert "Don't allow an empty Subject when creating a Certificate" by Matt Caswell · 7 years ago
  36. 62e394d Revert "Don't crash on a missing Subject in index.txt" by Matt Caswell · 7 years ago
  37. 5905396 do_body: fix heap-use-after-free. by Pavel Kopyl · 7 years ago
  38. 0d502c3 Check the return code from ASN1_TIME_diff() by Matt Caswell · 7 years ago
  39. bc2a0dd The function X509_gmtime_adj() can fail by Matt Caswell · 7 years ago
  40. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  41. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  42. 1e05c6d Don't crash on a missing Subject in index.txt by Matt Caswell · 7 years ago
  43. e505f1e Don't allow an empty Subject when creating a Certificate by Matt Caswell · 7 years ago
  44. df36429 Useless conf != NULL test by FdaSilvaYY · 7 years ago
  45. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  46. b589581 Some cleanups to apps/ca.c by FdaSilvaYY · 7 years ago
  47. e3713c3 Remove email addresses from source code. by Rich Salz · 7 years ago
  48. 4881d84 Make sure that a cert with extensions gets version number 2 (v3) by Richard Levitte · 7 years ago
  49. 9590da2 Remove the X_OK define, it is unused. by Pauli · 7 years ago
  50. ffb4683 Add random serial# support. by Rich Salz · 7 years ago
  51. 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
  52. 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
  53. 04e6271 Introduce ASN1_TIME_set_string_X509 API by Rich Salz · 8 years ago
  54. bd91e3c Fix a bundle of trailing spaces in several files by Paul Yang · 8 years ago
  55. b5c4209 Switch command-line utils to new nameopt API. by Dmitry Belyavskiy · 8 years ago
  56. 9fa36f5 Remove some commented out code in the apps by Matt Caswell · 8 years ago
  57. e627a13 Code health: Remove obvious VAX C fixups by Richard Levitte · 8 years ago
  58. 0fbaef9 Fix some more memory leaks with TXT_DB_insert. by Bernd Edlinger · 8 years ago
  59. 9ad52c5 Fix a few memleaks in TXT_DB. by Bernd Edlinger · 8 years ago
  60. 20967af Add Sieve support (RFC 5804) to s_client ("-starttls sieve") by Robert Scheck · 8 years ago
  61. 07a38fd Fix some style and indent issue simplify some code. by FdaSilvaYY · 8 years ago
  62. 0db1fb3 Fix use before assignment by FdaSilvaYY · 8 years ago
  63. dfc3ffe Introduce PATH_MAX and NAME_MAX by FdaSilvaYY · 8 years ago
  64. 3a19b22 Simplify and fix usage of three string array variable... by FdaSilvaYY · 8 years ago
  65. 229bd12 Fix a double free in ca command line by Matt Caswell · 8 years ago
  66. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  67. 44c83eb Constify command options by FdaSilvaYY · 9 years ago
  68. 06a79af Fix some magic values about revocation info type... by FdaSilvaYY · 8 years ago
  69. 2d87ee6 Closing output file from inside the loop who open it by FdaSilvaYY · 8 years ago
  70. 568ce3a Constify certificate and CRL time routines. by Dr. Stephen Henson · 8 years ago
  71. dc047d3 Set certificate times in one function. by Dr. Stephen Henson · 8 years ago
  72. d6073e2 Small nits and cleanups by FdaSilvaYY · 8 years ago
  73. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 8 years ago
  74. 69b86d4 two typo fixes by FdaSilvaYY · 8 years ago
  75. 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 8 years ago
  76. b4b42ce Fix doc and help about ca -valid option by FdaSilvaYY · 8 years ago
  77. 69b017f Constify two internal methods - append_ia5 - old_entry_print by FdaSilvaYY · 9 years ago
  78. 22293ea Ignore the serial number for now and just do the rest. by Richard J. Moore · 9 years ago
  79. 1421aea Make some more X509 functions const. by Richard J. Moore · 9 years ago
  80. fefa4d5 Unused variable, and cleanups by FdaSilvaYY · 9 years ago
  81. edbff8d Code factorisation and simplification by FdaSilvaYY · 9 years ago
  82. f6c460e Fix double calls to strlen by FdaSilvaYY · 9 years ago
  83. cdd202f Simplify code related to tmp_email_dn. by FdaSilvaYY · 9 years ago
  84. 8bf7804 Indent and dead code cleanup by FdaSilvaYY · 9 years ago
  85. fba1366 Locally declare some variables by FdaSilvaYY · 9 years ago
  86. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  87. c821def Don't load same config file twice. by Dr. Stephen Henson · 9 years ago
  88. 2e66d3d Fix: failed to open config file if not specified when using CA commands by Hansruedi Patzen · 9 years ago
  89. 16e1b28 GH932: Add more help messages to some apps options. by FdaSilvaYY · 9 years ago
  90. 7b8cc9b Deprecate OBJ_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  91. 6e863f0 fix memory leak in ca by Dr. Stephen Henson · 9 years ago
  92. f6c006e Fix a possible leak on NETSCAPE_SPKI_verify failure. by FdaSilvaYY · 9 years ago
  93. c513747 Use X509_REQ_get0_pubkey by FdaSilvaYY · 9 years ago
  94. 1fbab1d Remove Netware and OS/2 by Rich Salz · 9 years ago
  95. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  96. 18295f0 Make sure to use unsigned char for is*() functions by Richard Levitte · 9 years ago
  97. dd95897 Fix engine key support in utilities. by Dr. Stephen Henson · 9 years ago
  98. 6755ff1 commands help cleanup by A J Mohan Rao · 9 years ago
  99. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  100. c01ff88 New function X509_get0_pubkey by Dr. Stephen Henson · 9 years ago