1. 5469600 Document UI_METHOD and UI_STRING, both useful for UI_METHOD creators by Richard Levitte · 8 years ago
  2. d61461a Use the callbacks from the SSL object instead of the SSL_CTX object by Pauli · 8 years ago
  3. fb68fba Encourage having external tests in multiple test recipes by Richard Levitte · 8 years ago
  4. d3bc980 Avoid questionable use of the value of a pointer by Bernd Edlinger · 8 years ago
  5. 22cef4e Split test/recipes/03_test_internal.t into individual tests by Richard Levitte · 8 years ago
  6. d063132 Document how to select / deselect test group numbers by Richard Levitte · 8 years ago
  7. f282e95 Add HelloRetryRequest text to s_client/s_server by Todd Short · 8 years ago
  8. b41f6b6 Fix some RSA documentation by Matt Caswell · 8 years ago
  9. 42c28b6 Use the new TLSv1.3 certificate_required alert where appropriate by Matt Caswell · 8 years ago
  10. 717afd9 Add a test to check that if a PSK extension is not last then we fail by Matt Caswell · 8 years ago
  11. 652a6b7 Check that the PSK extension is last by Matt Caswell · 8 years ago
  12. 0b1f266 Fixup previous merge. by Bernd Edlinger · 8 years ago
  13. e5fd8ca Make it possible to select or deselect test groups by number by Richard Levitte · 8 years ago
  14. 2b305ab Make the output of enc -ciphers identical even if run several times in a session. by Pauli · 8 years ago
  15. f125430 Exit the loop on failure by Jon Spillett · 8 years ago
  16. b35fb00 Add some TLS13 values to s_client/s_server by Todd Short · 8 years ago
  17. 777f170 Limit the output of the enc -ciphers command to just the ciphers enc can by Pauli · 8 years ago
  18. 6aad939 this change will prevent undefined behavior when src and dst are equal (memcpy), effectively allowing setting length only in both functions. by Roberto Guimaraes · 8 years ago
  19. 4f7b76b Fix no-comp by Matt Caswell · 8 years ago
  20. 75e314f Fix the number of tests to skip if TLSv1.3 is disabled by Matt Caswell · 8 years ago
  21. 774c909 Add a test for records not on the record boundary by Matt Caswell · 8 years ago
  22. 524420d Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundary by Matt Caswell · 8 years ago
  23. b8c4961 Provide a function to test whether we have unread records pending by Matt Caswell · 8 years ago
  24. c1f84df Remove doc reference to non-existant GCM example by Pauli · 8 years ago
  25. 9015d34 Get pointer type right in BIO_ssl_shutdown() by Rich Salz · 8 years ago
  26. f8418d8 crypto/x86_64cpuid.pl: move extended feature detection upwards. by Andy Polyakov · 8 years ago
  27. ee6d9df test: add chacha_internal_test. by Andy Polyakov · 8 years ago
  28. bf580d5 Increase the password buffer size to APP_PASS_LEN. by Pauli · 8 years ago
  29. cadb015 Unix Makefile: Have manual generation use the same perl script as Windows and VMS by Richard Levitte · 8 years ago
  30. 579a674 util/process_docs.pl: make it possible to add a suffix to man docs by Richard Levitte · 8 years ago
  31. c1074ce Add a test to check that we correctly handle record overflows by Matt Caswell · 8 years ago
  32. 4321969 Tweak the TLSv1.3 record overflow limits by Matt Caswell · 8 years ago
  33. febb0af Fix double free in cookie generation. by Kurt Roeckx · 8 years ago
  34. 6556519 Remove some duplicate manpage entries by Rich Salz · 8 years ago
  35. 44eb65c Add documentation on platform specific checks by Richard Levitte · 8 years ago
  36. d192a3a Add a platform specific configuration checker by Richard Levitte · 8 years ago
  37. 6979583 Fix an endless loop in rsa_builtin_keygen. by Rich Salz · 8 years ago
  38. e498d95 Fix no-ec by Matt Caswell · 8 years ago
  39. 548d015 Fix a test failure with no-tls1_1 by Matt Caswell · 8 years ago
  40. 593a2aa Fix no-psk by Matt Caswell · 8 years ago
  41. e6941c7 Don't call memcmp with a NULL pointer by Matt Caswell · 8 years ago
  42. ee70022 Add a test for TLSv1.3 cookies by Matt Caswell · 8 years ago
  43. cfef502 Add basic TLSv1.3 cookie support by Matt Caswell · 8 years ago
  44. 6356716 appveyor.yml: call upon cmd to redirect stderr. by Andy Polyakov · 8 years ago
  45. 8b0d424 apps/s_client.c: harden ldap_ExtendedResponse_parse. by Andy Polyakov · 8 years ago
  46. 312e938 Fix a memory leak on an error path by Matt Caswell · 8 years ago
  47. d080866 Ensure we don't call memcpy with a NULL pointer by Matt Caswell · 8 years ago
  48. 8336ca1 Update and add test by Dr. Stephen Henson · 8 years ago
  49. 5528d68 Set specific error is we have no valid signature algorithms set by Dr. Stephen Henson · 8 years ago
  50. b0e9ab9 Signature algorithm enhancement. by Dr. Stephen Henson · 8 years ago
  51. 8f12296 Disallow zero length signature algorithms by Dr. Stephen Henson · 8 years ago
  52. 224b4e3 Don't allow DSA for TLS 1.3 by Dr. Stephen Henson · 8 years ago
  53. dbaa069 use OSSLzu instead of lu format for size_t display by edelangh · 8 years ago
  54. d734582 Reset executable bits on files where not needed. by Bernd Edlinger · 8 years ago
  55. f2bcff4 Update the cipher(1) documentation to explicitly state that the RSA cipher by Pauli · 8 years ago
  56. 332dc4f sh_malloc & sh_free prototype change to match POSIX by Rich Salz · 8 years ago
  57. 42f50fd Silence some more clang warnings by Matt Caswell · 8 years ago
  58. 30d1bab Silence some clang warnings by Matt Caswell · 8 years ago
  59. 83750d9 More early data documentation updates following feedback by Matt Caswell · 8 years ago
  60. cd9f7f6 Update the API documentation for the latest early data changes by Matt Caswell · 8 years ago
  61. 09f2887 Update early data API for writing to unauthenticated clients by Matt Caswell · 8 years ago
  62. 0665b4e Rename SSL_write_early() to SSL_write_early_data() by Matt Caswell · 8 years ago
  63. f533fbd Rename SSL_read_early() to SSL_read_early_data() by Matt Caswell · 8 years ago
  64. ef466ac Updates to the early data documentation by Matt Caswell · 8 years ago
  65. ade1e88 Updates to s_server and s_client for the latest early_data API changes by Matt Caswell · 8 years ago
  66. 3eaa417 Make SSL_write_early_finish() an internal only function by Matt Caswell · 8 years ago
  67. 5f98203 Add early_data tests by Matt Caswell · 8 years ago
  68. f7e393b Various fixes required to allow SSL_write/SSL_read during early data by Matt Caswell · 8 years ago
  69. d7f8783 Enable the server to call SSL_write() without stopping the ability to call SSL_read_early() by Matt Caswell · 8 years ago
  70. 564547e Enable the client to call SSL_read() without stopping the ability to call SSL_write_early() by Matt Caswell · 8 years ago
  71. 4004ce5 Introduce a new early_data state in the state machine by Matt Caswell · 8 years ago
  72. bc908c6 Improve the early data sanity check in SSL_do_handshake() by Matt Caswell · 8 years ago
  73. 6437b80 Add documentation for the new s_client and s_server early_data options by Matt Caswell · 8 years ago
  74. 0a5ece5 Tighten sanity checks when calling early data functions by Matt Caswell · 8 years ago
  75. fd6c102 Add documentation for the early data functions by Matt Caswell · 8 years ago
  76. f5b519c Make SSL_get_early_data_status() take a const by Matt Caswell · 8 years ago
  77. 46dcb94 Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a const by Matt Caswell · 8 years ago
  78. fcc4757 Add a SSL_SESSION_get_max_early_data() function by Matt Caswell · 8 years ago
  79. 7daf715 Don't attempt to write more early_data than we know the server will accept by Matt Caswell · 8 years ago
  80. f637004 Only accept early_data if the negotiated ALPN is the same by Matt Caswell · 8 years ago
  81. a832b5e Skip early_data if appropriate after a HelloRetryRequest by Matt Caswell · 8 years ago
  82. 38df5a4 Don't accept early_data if we are going to issue a HelloRetryRequest by Matt Caswell · 8 years ago
  83. 538bea6 Add extra validation parsing the server-to-client early_data extension by Matt Caswell · 8 years ago
  84. 329114f Remove some TLSv1.3 TODOs that are no longer relevant by Matt Caswell · 8 years ago
  85. 2c604cb Validate the ticket age for resumed sessions by Matt Caswell · 8 years ago
  86. 6746648 Ensure the max_early_data option to s_server can be 0 by Matt Caswell · 8 years ago
  87. bfa9a9a Provide a default value for max_early_data by Matt Caswell · 8 years ago
  88. 70ef40a Check max_early_data against the amount of early data we actually receive by Matt Caswell · 8 years ago
  89. 67f78ea Make sure we reset the read sequence when skipping records by Matt Caswell · 8 years ago
  90. 1010936 Disallow handshake messages in the middle of early_data by Matt Caswell · 8 years ago
  91. c117af6 Fix seg fault when sending early_data using CCM ciphersuites by Matt Caswell · 8 years ago
  92. 576eb39 Get s_client to report on whether early data was accepted or not by Matt Caswell · 8 years ago
  93. b2cc7f3 Implement client side parsing of the early_data extension by Matt Caswell · 8 years ago
  94. e065518 Add a "-early_data" option to s_server by Matt Caswell · 8 years ago
  95. fe5e20f Fix changing of the cipher state when dealing with early data by Matt Caswell · 8 years ago
  96. 1ea4d09 Construct the server side early_data extension by Matt Caswell · 8 years ago
  97. d781d24 Provide an SSL_read_early() function for reading early data by Matt Caswell · 8 years ago
  98. 6cb4226 Change the cipher state when sending early data by Matt Caswell · 8 years ago
  99. d49e23e Implement the early data changes required in tls13_change_cipher_state() by Matt Caswell · 8 years ago
  100. 923ac82 Add an option to s_client to send early_data by Matt Caswell · 8 years ago