1. 0124f32 Add APIs for custom X509_LOOKUP_METHOD creation by Mingtao Yang · 7 years ago
  2. 83cf7ab Update copyright year by Matt Caswell · 7 years ago
  3. 55a6250 Skip CN DNS name constraint checks when not needed by Viktor Dukhovni · 7 years ago
  4. 511190b Fix undefined behaviour in X509_NAME_cmp() by Matt Caswell · 7 years ago
  5. c1c1783 Restore check of |*xn| against |name| in X509_NAME_set by Richard Levitte · 7 years ago
  6. 3cb7c5c Use void in all function definitions that do not take any arguments by Kurt Roeckx · 7 years ago
  7. 4db296d Make X509_VERIFY_PARAM_get_hostflags() take a const arg by Matt Caswell · 7 years ago
  8. 5b748de Add getter for X509_VERIFY_PARAM_get_hostflags by Matt Caswell · 7 years ago
  9. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  10. f90bc6c Add missing malloc-return-null instance by Rich Salz · 7 years ago
  11. 208056b x509/by_dir.c: Remove dead code by Dr. Matthias St. Pierre · 7 years ago
  12. 7fcdbd8 X509: add more error codes on malloc or sk_TYP_push failure by FdaSilvaYY · 7 years ago
  13. 1c70512 Don't crash if there are no trusted certs by Matt Caswell · 7 years ago
  14. 2842813 Update copyright year by Richard Levitte · 7 years ago
  15. bbf27cd Fix bugs in X509_NAME_ENTRY_set by Rich Salz · 7 years ago
  16. c4d3c19 Update copyright year by Matt Caswell · 7 years ago
  17. e6e9170 Allow NULL for some _free routines. by Rich Salz · 7 years ago
  18. 320a812 Remove some code for a contributor that we cannot find by Matt Caswell · 7 years ago
  19. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  20. 13735cf Integrate X448 and Ed448 into libcrypto by Matt Caswell · 7 years ago
  21. 0d66475 Update copyright year by Matt Caswell · 7 years ago
  22. abcf241 X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling by Pavel Kopyl · 7 years ago
  23. 3c7d094 Update copyright years on all files merged since Jan 1st 2018 by Richard Levitte · 7 years ago
  24. 40cea0a NUMERICSTRING support by Dmitry Belyavskiy · 7 years ago
  25. ae880ae Fix error handling in X509_REQ_print_ex by Bernd Edlinger · 7 years ago
  26. 7838b41 Rewrite RT3513. by Rich Salz · 7 years ago
  27. cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
  28. be63fc1 Add padding spaces before printing signature algorithm for CRLs output by Richard Levitte · 7 years ago
  29. e6cccb5 Add padding spaces before printing algo. by Yutian Li · 7 years ago
  30. 4ff71d6 Revert "Add padding spaces before printing algo." by Rich Salz · 7 years ago
  31. 26a374a Add padding spaces before printing algo. by Yutian Li · 7 years ago
  32. 157997f Fix error handling in i2d* functions. by Pavel Kopyl · 7 years ago
  33. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  34. 208fb89 Since return is inconsistent, I removed unnecessary parentheses and by KaoruToda · 7 years ago
  35. f32b0ab Remove unnecessary #include <openssl/lhash.h> directives. by Pauli · 8 years ago
  36. 1f5e0f9 Use safestack.h exclusively internally. by Pauli · 8 years ago
  37. 8545051 Guard against DoS in name constraints handling. by David Benjamin · 8 years ago
  38. 53a7376 Avoid signed vs unsigned comparison error. Introduced by #4372 by Pauli · 8 years ago
  39. 6ffaf15 Remote unrequited casts Also use strndup instead of a malloc/memcpy pair. by Pauli · 8 years ago
  40. 582e2ed Revert "Reuse strndup(), simplify code" by Pauli · 8 years ago
  41. 180794c Fix error handling/cleanup by Rich Salz · 8 years ago
  42. 07016a8 Move e_os.h to be the very first include. cryptilib.h is the second. by Pauli · 8 years ago
  43. cd420b0 Move the REF_PRINT support from e_os.h to internal/refcount.h. by Pauli · 8 years ago
  44. 677963e e_os.h removal from other headers and source files. by Pauli · 8 years ago
  45. b379fe6 NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard by Richard Levitte · 8 years ago
  46. 176db6d Use "" not <> for internal/ includes by Rich Salz · 8 years ago
  47. a1df06b This has been added to avoid the situation where some host ctype.h functions by Pauli · 8 years ago
  48. 8880983 More updates following review feedback by Matt Caswell · 8 years ago
  49. 24664a3 Remove OPENSSL_assert() from crypto/x509 by Matt Caswell · 8 years ago
  50. db854bb Avoid surpising password dialog in X509 file lookup. by Bernd Edlinger · 8 years ago
  51. a2371fa Trivial bounds checking. by Pauli · 8 years ago
  52. 0904e79 Undo commit d420ac2 by Rich Salz · 8 years ago
  53. d2916a5 Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate. by Dr. Stephen Henson · 8 years ago
  54. d3c094c Recognise Ed25519 in X509_certificate_type by Dr. Stephen Henson · 8 years ago
  55. a020f54 Remove needless type casting. by Rich Salz · 8 years ago
  56. 52df25c make error tables const and separate header file by Rich Salz · 8 years ago
  57. c3c8823 Use X509_get_signature_info() when checking security levels. by Dr. Stephen Henson · 8 years ago
  58. 786dd2c Add support for custom signature parameters by Dr. Stephen Henson · 8 years ago
  59. b5c4209 Switch command-line utils to new nameopt API. by Dmitry Belyavskiy · 8 years ago
  60. c045224 Ignore dups in X509_STORE_add_* by Rich Salz · 8 years ago
  61. 3bb0f98 OCSP Updates: error codes and multiple certificates by Todd Short · 8 years ago
  62. b6ef12c Remove duplicate X509_OBJECT free function. by David Benjamin · 8 years ago
  63. 80770da X509 time: tighten validation per RFC 5280 by Emilia Kasper · 8 years ago
  64. 01b76c2 Add -Wundef to --strict-warnings options. by Bernd Edlinger · 8 years ago
  65. 83b4049 Combined patch against master branch for the following issues: by Bernd Edlinger · 8 years ago
  66. 6195848 X509_CRL_digest() - ensure precomputed sha1 hash before returning it by Richard Levitte · 8 years ago
  67. d2a5699 Few nit's by FdaSilvaYY · 8 years ago
  68. c4a6015 Add missing braces. by Kurt Roeckx · 8 years ago
  69. c2ce477 Fix undefined behaviour when printing the X509 and CRL version by Kurt Roeckx · 8 years ago
  70. 244d7b2 Fix undefined behaviour when printing the X509 serial by Kurt Roeckx · 8 years ago
  71. d62210a Fix no-ocsp by Richard Levitte · 8 years ago
  72. 3e5d9da Make X509_Digest,others public by Rich Salz · 8 years ago
  73. 329f2f4 GH2176: Add X509_VERIFY_PARAM_get_time by Rich Salz · 8 years ago
  74. 676befb Print the X509 version signed, and convert to unsigned for the hex version. by Kurt Roeckx · 8 years ago
  75. 2b40699 CRL critical extension bugfix by Rich Salz · 8 years ago
  76. a47bc28 Add X509_VERIFY_PARAM inheritance flag set/get by Rich Salz · 8 years ago
  77. c53f735 Restore last-resort expired untrusted intermediate issuers by Viktor Dukhovni · 8 years ago
  78. 2f545ae Add support for reference counting using C11 atomics by Kurt Roeckx · 8 years ago
  79. 234b8af Simplify and clean X509_VERIFY_PARAM new/free code. by FdaSilvaYY · 8 years ago
  80. 7cb1ece Allow null in X509_CRL_METHOD_free by FdaSilvaYY · 8 years ago
  81. 6dcba07 Fix X509_NAME decode for malloc failures. by Dr. Stephen Henson · 8 years ago
  82. f3b3d7f Add -Wswitch-enum by Rich Salz · 9 years ago
  83. 4588cb4 Revert "Constify code about X509_VERIFY_PARAM" by Rich Salz · 9 years ago
  84. 81f9ce1 Constify code about X509_VERIFY_PARAM by FdaSilvaYY · 9 years ago
  85. 4a7b3a7 Un-delete still documented X509_STORE_CTX_set_verify by Viktor Dukhovni · 9 years ago
  86. 0fe9123 Constify a bit X509_NAME_get_entry by FdaSilvaYY · 9 years ago
  87. 9f5466b Constify some X509_NAME, ASN1 printing code by FdaSilvaYY · 9 years ago
  88. a026fbf Constify some inputs buffers by FdaSilvaYY · 9 years ago
  89. 8b7c51a Add some sanity checks when checking CRL scores by Matt Caswell · 9 years ago
  90. 0b7347e Add X509_getm_notBefore, X509_getm_notAfter by Dr. Stephen Henson · 9 years ago
  91. 568ce3a Constify certificate and CRL time routines. by Dr. Stephen Henson · 9 years ago
  92. 3a60d6f Avoid duplicated code. by Dr. Stephen Henson · 9 years ago
  93. 68c12bf Add X509_get0_serialNumber() and constify OCSP_cert_to_id() by Dr. Stephen Henson · 9 years ago
  94. 1122248 constify X509_REQ_get0_signature() by Dr. Stephen Henson · 9 years ago
  95. 604f6ef Convert X509_REVOKED* functions to use const getters by Matt Caswell · 9 years ago
  96. 5ebd2fc Constify X509_certificate_type() by Dr. Stephen Henson · 9 years ago
  97. 8adc1cb Constify X509_get0_signature() by Dr. Stephen Henson · 9 years ago
  98. 8900f3e Convert X509* functions to use const getters by Dr. Stephen Henson · 9 years ago
  99. 5e6089f Convert X509_CRL* functions to use const getters by Matt Caswell · 9 years ago
  100. 6eabcc8 Make X509_NAME_get0_der() conform to OpenSSL style by Matt Caswell · 9 years ago