1. fba140c str[n]casecmp => OPENSSL_strncasecmp by Dmitry Belyavskiy · 3 years ago
  2. d71151a [ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3 by Nicola Tuveri · 3 years, 1 month ago
  3. 8fff986 Cleanup record length checks for KTLS by Bernd Edlinger · 3 years, 2 months ago
  4. d5f9166 Move e_os.h to include/internal by Richard Levitte · 3 years, 2 months ago
  5. 2ff286c Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix by Dr. David von Oheimb · 3 years, 4 months ago
  6. 1287dab fix some code with obvious wrong coding style by x2018 · 3 years, 5 months ago
  7. 8c590a2 test/ssl_old_test.c: Do NULL pointer check before its use by Jiasheng Jiang · 3 years, 5 months ago
  8. 34563be test/ssl_old_test.c: Fix potential leak by Peiwei Hu · 3 years, 6 months ago
  9. fd009d7 test: remove TODOs by Pauli · 3 years, 10 months ago
  10. ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
  11. a763ca1 Stop disabling TLSv1.3 if ec and dh are disabled by Matt Caswell · 4 years, 2 months ago
  12. 4333b89 Update copyright year by Richard Levitte · 4 years, 2 months ago
  13. 59b6425 ssl_old_test.c: Replace use of deprecated EC functions by Tomas Mraz · 4 years, 2 months ago
  14. 5b5eea4 Deprecate EC_KEY + Update ec apps to use EVP_PKEY by Shane Lontis · 4 years, 2 months ago
  15. 3a1ee3c Drop OPENSSL_NO_RSA everywhere by Richard Levitte · 4 years, 3 months ago
  16. bca7ad6 Use adapted test_get_libctx() for simpler test setup and better error reporting by Dr. David von Oheimb · 4 years, 4 months ago
  17. 20f8bc7 test cleanup: move helper .c and .h files to test/helpers/ by Dr. David von Oheimb · 4 years, 4 months ago[Renamed (99%) from test/ssltest_old.c]
  18. 5658470 endecode_test.c: Significant speedup in generating DH and DHX keys by Dr. David von Oheimb · 4 years, 4 months ago
  19. 6955e3f Re-enable testing of ciphersuites by Matt Caswell · 4 years, 4 months ago
  20. d3d2c0d Adapt ssltest_old to not use deprecated DH APIs by Matt Caswell · 4 years, 4 months ago
  21. b425001 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX by Dr. Matthias St. Pierre · 4 years, 6 months ago
  22. d8652be Run the withlibctx.pl script by Matt Caswell · 4 years, 6 months ago
  23. 24c4ea9 Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK by Matt Caswell · 4 years, 7 months ago
  24. 6ac1cd1 Fix safestack issues in ssl.h by Matt Caswell · 4 years, 7 months ago
  25. 8c2bfd2 Add SSL_get[01]_peer_certificate() by Todd Short · 4 years, 9 months ago
  26. 852c2ed In OpenSSL builds, declare STACK for datatypes ... by Rich Salz · 5 years ago
  27. 33388b4 Update copyright year by Matt Caswell · 5 years ago
  28. be9d82b Teach ssl_test_old to use the FIPS provider for its tests by Matt Caswell · 5 years ago
  29. 63215d0 Teach ssl_test_old how to run tests in a non-default library context by Matt Caswell · 5 years ago
  30. ada66e7 Deprecate the low level Diffie-Hellman functions. by Pauli · 5 years ago
  31. 742ccab Deprecate most of debug-memory by Rich Salz · 5 years ago
  32. 573e4bf Adapt two test programs that were using now deprecated functions by Richard Levitte · 5 years ago
  33. 6b10d29 Remove NextStep support by Rich Salz · 6 years ago
  34. 3c83c5b Ignore cipher suites when setting cipher list by Sam Roberts · 6 years ago
  35. 5c587fb Use (D)TLS_MAX_VERSION_INTERNAL internally by Kurt Roeckx · 6 years ago
  36. 909f1a2 Following the license change, modify the boilerplates in test/ by Richard Levitte · 6 years ago
  37. a51c9f6 Added missing signature algorithm reflection functions by Viktor Dukhovni · 6 years ago
  38. 3cb7c5c Use void in all function definitions that do not take any arguments by Kurt Roeckx · 7 years ago
  39. de5b3a8 TLSProxy/Proxy.pm: bind s_server to loopback interface. by Andy Polyakov · 7 years ago
  40. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  41. 7d7f683 Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version by Richard Levitte · 7 years ago
  42. f865b08 Split configuration of TLSv1.3 ciphers from older ciphers by Matt Caswell · 7 years ago
  43. cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
  44. 3a63c0e Resolve warnings in VC-WIN32 build, which allows to add /WX. by Andy Polyakov · 7 years ago
  45. 07016a8 Move e_os.h to be the very first include. cryptilib.h is the second. by Pauli · 8 years ago
  46. 0e97f1e (Re)move some things from e_os.h by Rich Salz · 8 years ago
  47. 176db6d Use "" not <> for internal/ includes by Rich Salz · 8 years ago
  48. b99fe5f Remove tests dependence on e_os.h by Pauli · 8 years ago
  49. 44e6995 Fix some Typos and indents by FdaSilvaYY · 8 years ago
  50. 75e2c87 Switch from ossl_rand to DRBG rand by Rich Salz · 8 years ago
  51. c2500f6 Test cleaning and modernisation by Pauli · 8 years ago
  52. f367ac2 Use randomness not entropy by Rich Salz · 8 years ago
  53. c80149d Merge Nokia copyright notice into standard by Rich Salz · 8 years ago
  54. aa8f3d7 Modify Sun copyright to follow OpenSSL style by Rich Salz · 8 years ago
  55. 69687aa More typo fixes by FdaSilvaYY · 8 years ago
  56. ea1ecd9 Port SRP tests to the new test framework by Emilia Kasper · 8 years ago
  57. a633f26 Remove some commented out code in the tests by Matt Caswell · 8 years ago
  58. b53338c Clean up references to FIPS by Emilia Kasper · 8 years ago
  59. aff8c12 Move extension data into sub-structs by Rich Salz · 8 years ago
  60. e304d3e Remove a hack from ssl_test_old by Matt Caswell · 8 years ago
  61. 582a17d Add the SSL_METHOD for TLSv1.3 and all other base changes required by Matt Caswell · 8 years ago
  62. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
  63. 1c72f70 Use more X509_REQ_get0_pubkey & X509_get0_pubkey by FdaSilvaYY · 9 years ago
  64. 93b8981 Useless includes by FdaSilvaYY · 9 years ago
  65. 2a7de0f Fixes to get -ansi working by Jeffrey Walton · 9 years ago
  66. 440e5d8 Copyright consolidation 02/10 by Rich Salz · 9 years ago
  67. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  68. a263f32 Remove proxy tests. Add verify callback tests. by Emilia Kasper · 9 years ago
  69. 5a22cf9 Replace cipherlist test by Emilia Kasper · 9 years ago
  70. f0e0fd5 Make many X509_xxx types opaque. by Rich Salz · 9 years ago
  71. 1595ca0 Fix the no-nextprotoneg option by Matt Caswell · 9 years ago
  72. 0aeddcf Make DH opaque by Matt Caswell · 9 years ago
  73. 4334143 Suppress CT callback as appropriate by Viktor Dukhovni · 9 years ago
  74. 6985304 Rename ssltest -> ssltest_old by Emilia Kasper · 9 years ago[Renamed from test/ssltest.c]
  75. b7dffce Add session reuse tests. by Kurt Roeckx · 9 years ago
  76. f9e5503 Fix no-sock by Matt Caswell · 9 years ago
  77. 748f254 Sort cipher-list at runtime. by Rich Salz · 9 years ago
  78. b536958 Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CT by Rob Percival · 9 years ago
  79. 885e601 Use version flexible method instead of fixed version by Kurt Roeckx · 9 years ago
  80. 0d5301a Use minimum and maximum protocol version instead of version fixed methods by Kurt Roeckx · 9 years ago
  81. 1fc7d66 Fix usage of OPENSSL_NO_*_METHOD by Kurt Roeckx · 9 years ago
  82. 2e52e7d Remove the old threading API by Matt Caswell · 9 years ago
  83. f58cee8 Fix memory leak in ssltest by Matt Caswell · 9 years ago
  84. 16203f7 Convert CRYPTO_LOCK_SSL_* to new multi-threading API by Alessandro Ghedini · 9 years ago
  85. b2d6aed Fix error in ssltest by Matt Caswell · 9 years ago
  86. b76998b Fix build; ssltest by Rich Salz · 9 years ago
  87. 817cd0d GH787: Fix ALPN by Todd Short · 9 years ago
  88. dd696a5 Extends s_client to allow a basic CT policy to be enabled by Rob Percival · 9 years ago
  89. ed29e82 Adds CT validation to SSL connections by Rob Percival · 9 years ago
  90. 8793f01 Clean up the tests for auto-init/de-init by Matt Caswell · 9 years ago
  91. 541e956 If memory debugging enabled return error on leaks. by Dr. Stephen Henson · 9 years ago
  92. 6339ece Use BIO_snprintf() rather than snprintf() by Richard Levitte · 9 years ago
  93. 75d5bd4 Refactoring BIO: add a test, using test/ssltest by Richard Levitte · 9 years ago
  94. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  95. 6b01bed Support disabling any or all TLS or DTLS versions by Viktor Dukhovni · 9 years ago
  96. c2e2731 Enable/disable crypto-mdebug just like other features by Viktor Dukhovni · 9 years ago
  97. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  98. 4a640fb Fix declarations and constification for inline stack. by Dr. Stephen Henson · 9 years ago
  99. 7946ab3 Add support for minimum and maximum protocol version by Kurt Roeckx · 9 years ago
  100. a470fda unload modules in ssltest by Dr. Stephen Henson · 9 years ago