1. f3021ac Allow the ca application to use EdDSA by Matt Caswell · 7 years ago
  2. aebd0e5 Fix memory leaks in CA related functions. by Pavel Kopyl · 7 years ago
  3. 25642ad Fix openssl ca, to correctly make output file binary when using -spkac by Richard Levitte · 7 years ago
  4. a4107d7 Add missing index_index() when reloading OCSP responder by Viktor Dukhovni · 7 years ago
  5. 0198512 Fix a memory leak in the ca application by Matt Caswell · 7 years ago
  6. 5af8844 Allow multiple entries without a Subject even if unique_subject == yes by Matt Caswell · 7 years ago
  7. 2cedf79 Report a readable error on a duplicate cert in ca app by Matt Caswell · 7 years ago
  8. c845ff0 Revert "Don't allow an empty Subject when creating a Certificate" by Matt Caswell · 7 years ago
  9. 62e394d Revert "Don't crash on a missing Subject in index.txt" by Matt Caswell · 7 years ago
  10. 5905396 do_body: fix heap-use-after-free. by Pavel Kopyl · 7 years ago
  11. 0d502c3 Check the return code from ASN1_TIME_diff() by Matt Caswell · 7 years ago
  12. bc2a0dd The function X509_gmtime_adj() can fail by Matt Caswell · 7 years ago
  13. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  14. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  15. 1e05c6d Don't crash on a missing Subject in index.txt by Matt Caswell · 7 years ago
  16. e505f1e Don't allow an empty Subject when creating a Certificate by Matt Caswell · 7 years ago
  17. df36429 Useless conf != NULL test by FdaSilvaYY · 7 years ago
  18. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  19. b589581 Some cleanups to apps/ca.c by FdaSilvaYY · 7 years ago
  20. e3713c3 Remove email addresses from source code. by Rich Salz · 7 years ago
  21. 4881d84 Make sure that a cert with extensions gets version number 2 (v3) by Richard Levitte · 8 years ago
  22. 9590da2 Remove the X_OK define, it is unused. by Pauli · 8 years ago
  23. ffb4683 Add random serial# support. by Rich Salz · 8 years ago
  24. 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
  25. 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
  26. 04e6271 Introduce ASN1_TIME_set_string_X509 API by Rich Salz · 8 years ago
  27. bd91e3c Fix a bundle of trailing spaces in several files by Paul Yang · 8 years ago
  28. b5c4209 Switch command-line utils to new nameopt API. by Dmitry Belyavskiy · 8 years ago
  29. 9fa36f5 Remove some commented out code in the apps by Matt Caswell · 8 years ago
  30. e627a13 Code health: Remove obvious VAX C fixups by Richard Levitte · 8 years ago
  31. 0fbaef9 Fix some more memory leaks with TXT_DB_insert. by Bernd Edlinger · 8 years ago
  32. 9ad52c5 Fix a few memleaks in TXT_DB. by Bernd Edlinger · 8 years ago
  33. 20967af Add Sieve support (RFC 5804) to s_client ("-starttls sieve") by Robert Scheck · 8 years ago
  34. 07a38fd Fix some style and indent issue simplify some code. by FdaSilvaYY · 8 years ago
  35. 0db1fb3 Fix use before assignment by FdaSilvaYY · 8 years ago
  36. dfc3ffe Introduce PATH_MAX and NAME_MAX by FdaSilvaYY · 8 years ago
  37. 3a19b22 Simplify and fix usage of three string array variable... by FdaSilvaYY · 8 years ago
  38. 229bd12 Fix a double free in ca command line by Matt Caswell · 8 years ago
  39. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  40. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  41. 06a79af Fix some magic values about revocation info type... by FdaSilvaYY · 9 years ago
  42. 2d87ee6 Closing output file from inside the loop who open it by FdaSilvaYY · 9 years ago
  43. 568ce3a Constify certificate and CRL time routines. by Dr. Stephen Henson · 9 years ago
  44. dc047d3 Set certificate times in one function. by Dr. Stephen Henson · 9 years ago
  45. d6073e2 Small nits and cleanups by FdaSilvaYY · 9 years ago
  46. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
  47. 69b86d4 two typo fixes by FdaSilvaYY · 9 years ago
  48. 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 9 years ago
  49. b4b42ce Fix doc and help about ca -valid option by FdaSilvaYY · 9 years ago
  50. 69b017f Constify two internal methods - append_ia5 - old_entry_print by FdaSilvaYY · 9 years ago
  51. 22293ea Ignore the serial number for now and just do the rest. by Richard J. Moore · 9 years ago
  52. 1421aea Make some more X509 functions const. by Richard J. Moore · 9 years ago
  53. fefa4d5 Unused variable, and cleanups by FdaSilvaYY · 9 years ago
  54. edbff8d Code factorisation and simplification by FdaSilvaYY · 9 years ago
  55. f6c460e Fix double calls to strlen by FdaSilvaYY · 9 years ago
  56. cdd202f Simplify code related to tmp_email_dn. by FdaSilvaYY · 9 years ago
  57. 8bf7804 Indent and dead code cleanup by FdaSilvaYY · 9 years ago
  58. fba1366 Locally declare some variables by FdaSilvaYY · 9 years ago
  59. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  60. c821def Don't load same config file twice. by Dr. Stephen Henson · 9 years ago
  61. 2e66d3d Fix: failed to open config file if not specified when using CA commands by Hansruedi Patzen · 9 years ago
  62. 16e1b28 GH932: Add more help messages to some apps options. by FdaSilvaYY · 9 years ago
  63. 7b8cc9b Deprecate OBJ_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  64. 6e863f0 fix memory leak in ca by Dr. Stephen Henson · 9 years ago
  65. f6c006e Fix a possible leak on NETSCAPE_SPKI_verify failure. by FdaSilvaYY · 9 years ago
  66. c513747 Use X509_REQ_get0_pubkey by FdaSilvaYY · 9 years ago
  67. 1fbab1d Remove Netware and OS/2 by Rich Salz · 9 years ago
  68. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  69. 18295f0 Make sure to use unsigned char for is*() functions by Richard Levitte · 9 years ago
  70. dd95897 Fix engine key support in utilities. by Dr. Stephen Henson · 9 years ago
  71. 6755ff1 commands help cleanup by A J Mohan Rao · 9 years ago
  72. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  73. c01ff88 New function X509_get0_pubkey by Dr. Stephen Henson · 9 years ago
  74. f8547f6 Use SHA256 not MD5 as default digest. by Rich Salz · 9 years ago
  75. cc9d665 Have the few apps that accessed EVP_MD directly use accessors instead by Richard Levitte · 9 years ago
  76. 96487cd Continue standardisation of malloc handling in apps by Matt Caswell · 9 years ago
  77. 070c233 Remove useless code by Alessandro Ghedini · 9 years ago
  78. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  79. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  80. d303b9d Make the handling of output and input formats consistent by Richard Levitte · 10 years ago
  81. a8d8e06 Avoid direct X509 structure access by Dr. Stephen Henson · 10 years ago
  82. 124055a make X509_REQ opaque by Dr. Stephen Henson · 10 years ago
  83. f1cece5 Make "oneline" the default for nameopt by Richard Levitte · 10 years ago
  84. e58ddf0 Fix argument processing error from the option parsing change over. by Tim Hudson · 10 years ago
  85. 296f54e Restore module loading by Richard Levitte · 10 years ago
  86. cc01d21 RT3876: Only load config when needed by Rich Salz · 10 years ago
  87. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  88. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  89. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  90. b6d3cb5 RT1369: don't do "helpful" access check. by Rich Salz · 10 years ago
  91. bdcb1a2 more OSSL_NELEM cases by Dr. Stephen Henson · 10 years ago
  92. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  93. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  94. 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
  95. 68dc682 In apps, malloc or die by Rich Salz · 10 years ago
  96. 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
  97. 2ace745 free NULL cleanup 8 by Rich Salz · 10 years ago
  98. 2fa45e6 use isxdigit and apps_tohex by Rich Salz · 10 years ago
  99. ecf3a1f Remove needless bio_err argument by Rich Salz · 10 years ago
  100. b196e7d remove malloc casts by Rich Salz · 10 years ago