1. d85d3c9 Fix faulty free by Richard Levitte · 8 years ago
  2. e1940e9 Move SCT_LIST_free definition into a more logical place by Rob Percival · 8 years ago
  3. 73ccf3c Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64 by Rob Percival · 8 years ago
  4. 70a06fc Subtract padding from outlen in ct_base64_decode by Rob Percival · 8 years ago
  5. 08e588b Convert C++ comments to C-style comments by Rob Percival · 8 years ago
  6. 5e08606 Cast time_t to uint64_t before converting to milliseconds in ct_policy.c by Rob Percival · 8 years ago
  7. c22aa33 By default, allow SCT timestamps to be up to 5 minutes in the future by Rob Percival · 8 years ago
  8. f0f535e Don't check for time() failing in CT_POLICY_EVAL_CTX_new by Rob Percival · 8 years ago
  9. e25233d Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time() by Rob Percival · 8 years ago
  10. 1871a5a Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time by Rob Percival · 8 years ago
  11. 1fa9ffd Check that SCT timestamps are not in the future by Rob Percival · 8 years ago
  12. f3b3d7f Add -Wswitch-enum by Rich Salz · 9 years ago
  13. fa51541 SCT_set_source resets validation_status by Rob Percival · 9 years ago
  14. eb96e8b Document that o2i_SCT_signature can leave the SCT in an inconsistent state by Rob Percival · 9 years ago
  15. 63e27d4 Removes {i2o,o2i}_SCT_signature from the CT public API by Rob Percival · 9 years ago
  16. 986dbbb Prevent double-free of CTLOG public key by Rob Percival · 9 years ago
  17. cdb2a60 Internalizes SCT_verify and removes SCT_verify_v1 by Rob Percival · 9 years ago
  18. 2b201c5 Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL arg by Matt Caswell · 9 years ago
  19. 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 9 years ago
  20. 11c68ce Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functions by Rob Percival · 9 years ago
  21. a1bb770 Improves CTLOG_STORE setters by Rob Percival · 9 years ago
  22. a6f5d61 Mkae CT_log_new_from_base64 always return 0 on failure by Rob Percival · 9 years ago
  23. 1ccbe6b Removes CTLOG_new_null from the CT public API by Rob Percival · 9 years ago
  24. 700b814 Fix some style issues... by FdaSilvaYY · 9 years ago
  25. ceab33e Typo and comment fix by FdaSilvaYY · 9 years ago
  26. 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
  27. 4aed875 Improve some error management code in CT by FdaSilvaYY · 9 years ago
  28. e57036f Fix some memory error handling in CT by FdaSilvaYY · 9 years ago
  29. 68efafc Add checks on sk_TYPE_push() returned value by FdaSilvaYY · 9 years ago
  30. 4b68cb4 Specify array sizes by Kurt Roeckx · 9 years ago
  31. a9da481 Fix potential access of null pointer (pp) by Rob Percival · 9 years ago
  32. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  33. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  34. d2e9e32 Copyright consolidation 07/10 by Rich Salz · 9 years ago
  35. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  36. a4ccf06 make update by Viktor Dukhovni · 9 years ago
  37. 4334143 Suppress CT callback as appropriate by Viktor Dukhovni · 9 years ago
  38. 7def9fa Removed unused fields of CT_POLICY_EVAL_CTX by Rob Percival · 9 years ago
  39. 367071f Adds s2i function for ct_precert_poison X509 extension by Rob Percival · 9 years ago
  40. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  41. 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
  42. d57611e ct_int.h only needed by crypto/ct by Rich Salz · 9 years ago
  43. 680ddc9 constify CT_POLICY_EVAL_CTX getters by Rob Percival · 9 years ago
  44. 49e5db0 check reviewer --reviewer=emilia by Rob Percival · 9 years ago
  45. 8359b57 check reviewer --reviewer=emilia by Rob Percival · 9 years ago
  46. 80e8fdb CT: check some GeneralizedTime return values by Benjamin Kaduk · 9 years ago
  47. eac84e8 Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const by Rob Percival · 9 years ago
  48. 14db9bb Removes SCT_LIST_set_source and SCT_LIST_set0_logs by Rob Percival · 9 years ago
  49. 21b908a Makes SCT_get0_log return const CTLOG* by Rob Percival · 9 years ago
  50. 12d2d28 Makes CTLOG_STORE_get0_log_by_id return const CTLOG* by Rob Percival · 9 years ago
  51. 98af731 Improved documentation of SCT_CTX_* functions by Rob Percival · 9 years ago
  52. e5a7ac4 Updates ct_err.c by Rob Percival · 9 years ago
  53. 6d7fd9c Reset SCT validation_status if the SCT is modified by Rob Percival · 9 years ago
  54. 70279a8 Fixes "usuable" typo in ct_locl.h by Rob Percival · 9 years ago
  55. 70073f3 Treat boolean functions as booleans by Rob Percival · 9 years ago
  56. 8c92c4e Make parameters of CTLOG_get* const by Rob Percival · 9 years ago
  57. 5da65ef Extensive application of __owur to CT functions that return a boolean by Rob Percival · 9 years ago
  58. 8fbb93d Makes SCT_LIST_set_source return the number of successes by Rob Percival · 9 years ago
  59. 147e54a Fixes memory leaks in CT code by Rob Percival · 9 years ago
  60. 2508c04 Handle empty log name in "enable_logs" line of the CT log file by Rob Percival · 9 years ago
  61. 0c6ea56 Handle missing "enabled_logs" line in CT log file by Rob Percival · 9 years ago
  62. a930afb If a CT log entry in CTLOG_FILE is invalid, skip it and continue loading by Rob Percival · 9 years ago
  63. 7d054e5 CT policy validation by Rob Percival · 9 years ago
  64. 0f97a12 Move macros for reading/writing integers into ct_locl.h by Rob Percival · 9 years ago
  65. 0dfd6cf Addresses review comments from richsalz by Rob Percival · 9 years ago
  66. e9fd74a Fixes potential double free and memory leak in ct_b64.c by Rob Percival · 9 years ago
  67. 8c6afbc Verify SCT signatures by Rob Percival · 9 years ago
  68. 2882e96 Fix for potential deferencing of null pointer in o2i_SCT_signature by Rob Percival · 9 years ago
  69. 0cea883 Public API for Certificate Transparency by Rob Percival · 9 years ago
  70. 07b3ce8 Fix unified build after CT reorg by Rich Salz · 9 years ago
  71. 5ad29c5 Add more CT utility routines to be used as part of larger patch. by Adam Eijdenberg · 9 years ago
  72. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  73. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  74. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  75. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  76. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  77. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  78. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  79. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  80. ff4b7fa make update by Richard Levitte · 9 years ago
  81. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  82. 3dc9589 Fix some missing or faulty header file inclusions by Richard Levitte · 9 years ago
  83. 3c4e064 make update by Dr. Stephen Henson · 9 years ago
  84. 07bbc92 Make libssl async aware by Matt Caswell · 9 years ago
  85. 8ba708e Reorganise state machine files by Matt Caswell · 9 years ago
  86. 15db6a4 make update by Richard Levitte · 9 years ago
  87. cc79f06 Handle CT error macros separately by Richard Levitte · 9 years ago
  88. 788d72b ct_locl.h moved, reflect it in crypto/ct/Makefile by Richard Levitte · 9 years ago
  89. 338cb76 make update by Richard Levitte · 9 years ago
  90. eb6d5f9 Because ct_locl.h is used between modules, move it to internal headers by Richard Levitte · 9 years ago
  91. b84939c ct_locl.h: fix some comments by Emilia Kasper · 9 years ago
  92. 0f0cfbe Fix Windows build by Matt Caswell · 9 years ago
  93. 3149baf Initial commit for Certificate Transparency support by Adam Eijdenberg · 9 years ago