1. 83cf7ab Update copyright year by Matt Caswell · 7 years ago
  2. 2de108d Save and restore the Windows error around TlsGetValue. by David Benjamin · 7 years ago
  3. fc6f579 Fix explicit EC curve encoding. by David Benjamin · 7 years ago
  4. d02d80b Limit scope of CN name constraints by Viktor Dukhovni · 7 years ago
  5. 0422591 Fix no-ec, no-tls1_3 and no-tls by Matt Caswell · 7 years ago
  6. 693cf80 Enable SSL_MODE_AUTO_RETRY by default by Kurt Roeckx · 7 years ago
  7. 1aac20f Fix no-ec in combination with no-dh by Matt Caswell · 7 years ago
  8. ee94ec2 Don't cache stateless tickets in TLSv1.3 by Matt Caswell · 7 years ago
  9. 8a59c08 DH: add some basic tests (and comments) by Dr. Matthias St. Pierre · 7 years ago
  10. c22365b Improve testing of tickets with post-handshake auth by Matt Caswell · 7 years ago
  11. 36ff232 Change the default number of NewSessionTickets we send to 2 by Matt Caswell · 7 years ago
  12. 73cc84a Suport TLSv1.3 draft 28 by Matt Caswell · 7 years ago
  13. ba8b48e Fix no-tls1_2 by Matt Caswell · 7 years ago
  14. 61fb592 Rework the decrypt ticket callback by Matt Caswell · 7 years ago
  15. c20e3b2 Fix mem leak in sslapi test by Matt Caswell · 7 years ago
  16. d0191fe Add a test for the ticket callbacks by Matt Caswell · 7 years ago
  17. c0638ad Fix ticket callbacks in TLSv1.3 by Matt Caswell · 7 years ago
  18. e825109 Add some more SSL_pending() and SSL_has_pending() tests by Matt Caswell · 7 years ago
  19. 0d8da77 Test an old style PSK callback with no cert will prefer SHA-256 by Matt Caswell · 7 years ago
  20. 3cb7c5c Use void in all function definitions that do not take any arguments by Kurt Roeckx · 7 years ago
  21. c3114a7 Set the ossl_shim to auto retry if not running asynchronously by Matt Caswell · 7 years ago
  22. a01b9cd Fix no-cms by Matt Caswell · 7 years ago
  23. 60155b9 Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305 by Matt Caswell · 7 years ago
  24. 61e9655 Add a DTLS test for dropped records by Matt Caswell · 7 years ago
  25. e15e92d Add a CMS API test by Matt Caswell · 7 years ago
  26. e401389 Add a test for SSL_get_shared_ciphers() by Matt Caswell · 7 years ago
  27. 6021d8e Fix a bug in create_ssl_ctx_pair() by Matt Caswell · 7 years ago
  28. c7e1075 opensslconf.h inclusion cleanup No need to buildtest on opensslconf.h by FdaSilvaYY · 7 years ago
  29. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  30. d1ae34e Use the config file from the source not the host for the tests by Kurt Roeckx · 7 years ago
  31. 9e5b50b fix: BN_swap mishandles flags by Billy Brumley · 7 years ago
  32. 6fb7b08 15-test_out_option: Refactor and don't test directory write on VMS by Richard Levitte · 7 years ago
  33. 39e32be test/recipes/15-test_out_option.t: refine tests by Richard Levitte · 7 years ago
  34. 22f0c72 [SM2_sign] add minimal EVP_PKEY functionality testing by Nicola Tuveri · 7 years ago
  35. 6862de6 Add a test to verify the ClientHello version is the same in a reneg by Matt Caswell · 7 years ago
  36. 7500bc3 Allow TLSv1.3 EC certs to use compressed points by Matt Caswell · 7 years ago
  37. 4a432af Add a test for SSL_pending() by Matt Caswell · 7 years ago
  38. 033c181 Test the state of SSL_in_init() from the info_callback by Matt Caswell · 7 years ago
  39. 7f6dfa1 Add a test for a NULL X509_STORE in X509_STORE_CTX_init by Matt Caswell · 7 years ago
  40. 6e07834 Fix no-ec by Matt Caswell · 7 years ago
  41. c4220c0 recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation. by Andy Polyakov · 7 years ago
  42. d4da95a test: Remove redundant SSL_CTX_set_max_early_data by Peter Wu · 7 years ago
  43. 01a2a65 Add support for logging early exporter secret by Peter Wu · 7 years ago
  44. cffe973 Add test for CLIENT_EARLY_TRAFFIC_SECRET key logging by Peter Wu · 7 years ago
  45. 6329ce8 Add support for logging TLS 1.3 exporter secret by Peter Wu · 7 years ago
  46. 7d4488b Extend the SSL_set_bio() tests by Matt Caswell · 7 years ago
  47. 5718fe4 Add a test for the info callback by Matt Caswell · 7 years ago
  48. 43687d6 DRBG: fix coverity issues by Dr. Matthias St. Pierre · 7 years ago
  49. dbabc86 Add a config option to disable automatic config loading by Bernd Edlinger · 7 years ago
  50. 2842813 Update copyright year by Richard Levitte · 7 years ago
  51. de5b3a8 TLSProxy/Proxy.pm: bind s_server to loopback interface. by Andy Polyakov · 7 years ago
  52. 1b9f41a test/recipes/test_genrsa.t : don't fail because of size limit changes by Richard Levitte · 7 years ago
  53. 76fd7a1 Add a test for SRP by Matt Caswell · 7 years ago
  54. f5e3115 test/asn1_time_test.c: make it work on 64-bit HP-UX. by Andy Polyakov · 7 years ago
  55. a53b5be Fix configuration of TLSv1.3 ciphersuites by Matt Caswell · 7 years ago
  56. 034cb87 Add some tests for configuring the TLSv1.3 ciphersuites by Matt Caswell · 7 years ago
  57. dc55e4f Fix a bug in ecp_nistp224.c. by David Benjamin · 7 years ago
  58. c4d3c19 Update copyright year by Matt Caswell · 7 years ago
  59. 2a70d65 Make sure we use a nonce when a nonce is required by Kurt Roeckx · 7 years ago
  60. 26db324 Fix a gcc-8 warning -Wcast-function-type by Bernd Edlinger · 7 years ago
  61. efe749c Refuse to run test_cipherlist unless shared library matches build by Richard Levitte · 7 years ago
  62. f91e026 Fix a possible crash in BN_from_montgomery_word by Bernd Edlinger · 7 years ago
  63. 9d74090 Faster fuzz test: teach the fuzz test programs to handle directories by Richard Levitte · 7 years ago
  64. dcf8b01 Tolerate a Certificate using a non-supported group on server side by Matt Caswell · 7 years ago
  65. 7814cdf Revert "Temporarily disable some tests that hang" by Matt Caswell · 7 years ago
  66. 37a3859 Temporarily disable some tests that hang by Matt Caswell · 7 years ago
  67. 75a8f1e test/test_test.c: add CRYPTO_memcmp regression test. by Andy Polyakov · 7 years ago
  68. 84e68a1 test/shlibloadtest.c: make some variables block local by Richard Levitte · 7 years ago
  69. cfaad17 test/shlibloadtest.c: fix various errors by Richard Levitte · 7 years ago
  70. b71fa7b Include "internal/dso_conf.h" where needed and appropriate by Richard Levitte · 7 years ago
  71. e613b1e aes ctr_drbg: add cavs tests by Patrick Steuer · 7 years ago
  72. 4af14b7 Add dladdr() for AIX by Matthias Kraft · 7 years ago
  73. 9e0d82f Reduce the verbosity of test_store by Matt Caswell · 7 years ago
  74. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  75. 59f124f Fix: drbgtest fails when tests are executed in random order by Dr. Matthias St. Pierre · 7 years ago
  76. 3830c19 Don't generate buildtest_*err.c by Richard Levitte · 7 years ago
  77. 7d7f683 Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version by Richard Levitte · 7 years ago
  78. 1bf2cc2 Fix no-sm2 by Matt Caswell · 7 years ago
  79. 1a54618 Fix no-posix-io compile failure by Matt Caswell · 7 years ago
  80. c2b290c Fix no-psk by Matt Caswell · 7 years ago
  81. 8a5ed9d Apply system_default configuration on SSL_CTX_new(). by Tomas Mraz · 7 years ago
  82. 440bce8 Add a multithread rand test by Kurt Roeckx · 7 years ago
  83. 4e66475 Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN by Jack Lloyd · 7 years ago
  84. dceb99a Support SM2 ECIES scheme via EVP by Jack Lloyd · 7 years ago
  85. 3d328a4 Add SM2 signature and ECIES schemes by Jack Lloyd · 7 years ago
  86. c911e5d Fix bio callback backward compatibility by Bernd Edlinger · 7 years ago
  87. 66a925e Fix no-ec by Matt Caswell · 7 years ago
  88. 78fb537 Add a test for 0RTT replay protection by Matt Caswell · 7 years ago
  89. 32305f8 Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3 by Matt Caswell · 7 years ago
  90. 00c8f1b Stop test/shlibloadtest.c from failing in a regression test by Richard Levitte · 7 years ago
  91. dd07e68 Fix miscellaneous typos in docs and source by Dr. Matthias St. Pierre · 7 years ago
  92. eb23813 Propagate the request for prediction resistance to the get entropy call by Kurt Roeckx · 7 years ago
  93. f297e4e Add code to run test, get malloc counts by Rich Salz · 7 years ago
  94. f929439 Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key() by Matt Caswell · 7 years ago
  95. 0f987bd Add some test vectors for testing raw 448/25519 keys by Matt Caswell · 7 years ago
  96. 4665244 Add PrivateKeyRaw and PublicKeyRaw support to evp_test by Matt Caswell · 7 years ago
  97. 9442c8d Update the tests to use the new EVP_PKEY_new_private_key() function by Matt Caswell · 7 years ago
  98. 35a164e Fix no-ec by Matt Caswell · 7 years ago
  99. 65865cb Fix test_out_option by Patrick Steuer · 7 years ago
  100. 7482690 Fix clienthellotest for new TLSv1.3 ciphersuite configuration by Matt Caswell · 7 years ago