1. 3881d81 New option no-ssl3-method which removes SSLv3_*method by Dr. Stephen Henson · 10 years ago
  2. d663df2 Tighten session ticket handling by Emilia Kasper · 10 years ago
  3. c800c27 Process signature algorithms in ClientHello late. by Dr. Stephen Henson · 10 years ago
  4. b5ff559 Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617 by Tim Hudson · 11 years ago
  5. be0d851 psk_client_callback, 128-byte id bug. by Adam Langley · 11 years ago
  6. f2be92b Fixed out-of-bounds read errors in ssl3_get_key_exchange. by Matt Caswell · 11 years ago
  7. 9e72d49 Fix SRP authentication ciphersuites. by Dr. Stephen Henson · 11 years ago
  8. 0989790 Check SRP parameters early. by Dr. Stephen Henson · 11 years ago
  9. 1716003 Fix DTLS anonymous EC(DH) denial of service by Emilia Käsper · 11 years ago
  10. b948ee2 Remove all RFC5878 code. by Dr. Stephen Henson · 11 years ago
  11. 3b77f01 Accept CCS after sending finished. by Dr. Stephen Henson · 11 years ago
  12. fb8d9dd Make tls_session_secret_cb work with CVE-2014-0224 fix. by Dr. Stephen Henson · 11 years ago
  13. a91be10 Fix for CVE-2014-0224 by Dr. Stephen Henson · 11 years ago
  14. a5362db Fix CVE-2014-3470 by Dr. Stephen Henson · 11 years ago
  15. b362cca Security framework. by Dr. Stephen Henson · 11 years ago
  16. 66f96fe Check return value of ssl3_output_cert_chain by Dr. Stephen Henson · 11 years ago
  17. 8b8e5be Allow return of supported ciphers. by Dr. Stephen Henson · 11 years ago
  18. 4773916 fix WIN32 warnings by Dr. Stephen Henson · 11 years ago
  19. 0a60287 Fix whitespace, new-style comments. by Ben Laurie · 11 years ago
  20. e9add06 Re-add alert variables removed during rebase Whitespace fixes by Scott Deboy · 11 years ago
  21. ac20719 Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. by Scott Deboy · 11 years ago
  22. 0ebc965 Support retries in certificate callback by Dr. Stephen Henson · 11 years ago
  23. 5a21cad use SSL_kDHE throughout instead of SSL_kEDH by Daniel Kahn Gillmor · 11 years ago
  24. 4082fea use SSL_kECDHE throughout instead of SSL_kEECDH by Daniel Kahn Gillmor · 11 years ago
  25. 2016265 Do not include a timestamp in the Client/ServerHello Random field. by Nick Mathewson · 11 years ago
  26. 40088d8 DTLS version usage fixes. by Dr. Stephen Henson · 12 years ago
  27. 226751a Set TLS v1.2 disabled mask properly. by Dr. Stephen Henson · 12 years ago
  28. 5eda213 More cleanup. by Ben Laurie · 12 years ago
  29. a6a48e8 Make it build. by Ben Laurie · 12 years ago
  30. 3608618 Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions) by Scott Deboy · 12 years ago
  31. 478b50c misspellings fixes by https://github.com/vlajos/misspell_fixer by Veres Lajos · 12 years ago
  32. 4544f0a Suite B support for DTLS 1.2 by Dr. Stephen Henson · 12 years ago
  33. c6913ee Dual DTLS version methods. by Dr. Stephen Henson · 12 years ago
  34. fbbaacc Update fixed DH requirements. by Dr. Stephen Henson · 12 years ago
  35. c3b344e Provisional DTLS 1.2 support. by Dr. Stephen Henson · 12 years ago
  36. cbd6489 Use enc_flags when deciding protocol variations. by Dr. Stephen Henson · 12 years ago
  37. 173e72e DTLS revision. by Dr. Stephen Henson · 12 years ago
  38. d47c01a perform sanity checks on server certificate type as soon as it is received instead of waiting until server key exchange by Dr. Stephen Henson · 13 years ago
  39. becfdb9 give more meaningful error if presented with wrong certificate type by server by Dr. Stephen Henson · 13 years ago
  40. 2ea8035 Add three Suite B modes to TLS code, supporting RFC6460. by Dr. Stephen Henson · 13 years ago
  41. 6dbb621 Make tls1_check_chain return a set of flags indicating checks passed by Dr. Stephen Henson · 13 years ago
  42. ec4a50b Abort handshake if signature algorithm used not supported by peer. by Dr. Stephen Henson · 13 years ago
  43. d18b716 check EC tmp key matches preferences by Dr. Stephen Henson · 13 years ago
  44. b7bfe69 New function ssl_set_client_disabled to set masks for any ciphersuites by Dr. Stephen Henson · 13 years ago
  45. 9f27b1e Add new ctrl to retrieve client certificate types, print out by Dr. Stephen Henson · 13 years ago
  46. 18d7158 Add certificate callback. If set this is called whenever a certificate by Dr. Stephen Henson · 13 years ago
  47. 71fa451 Version skew reduction: trivia (I hope). by Ben Laurie · 13 years ago
  48. a9e1c50 RFC 5878 support. by Ben Laurie · 13 years ago
  49. 09e4e4b Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> by Dr. Stephen Henson · 13 years ago
  50. ce33b42 oops, not yet ;-) by Dr. Stephen Henson · 13 years ago
  51. 579d553 update NEWS by Dr. Stephen Henson · 13 years ago
  52. 800e1cd Additional workaround for PR#2771 by Dr. Stephen Henson · 13 years ago
  53. f4e1169 Modify client hello version when renegotiating to enhance interop with by Dr. Stephen Henson · 13 years ago
  54. c526ed4 Revise ssl code to use a CERT_PKEY structure when outputting a by Dr. Stephen Henson · 13 years ago
  55. 08e4ea4 initialise dh_clnt by Dr. Stephen Henson · 13 years ago
  56. 0d60939 add support for use of fixed DH client certificates by Dr. Stephen Henson · 13 years ago
  57. 8e1dc4d Support for fixed DH ciphersuites. by Dr. Stephen Henson · 13 years ago
  58. 4817504 PR: 2658 by Dr. Stephen Henson · 13 years ago
  59. f3d781b PR: 2326 Submitted by: Tianjie Mao <tjmao@tjmao.net> Reviewed by: steve by Dr. Stephen Henson · 13 years ago
  60. ebba6c4 PR: 1794 by Dr. Stephen Henson · 13 years ago
  61. 6f31dd7 Fix NPN implementation for renegotiation. (Problem pointed out by Ben Murphy.) by Bodo Möller · 13 years ago
  62. c519e89 Fix session handling. by Bodo Möller · 14 years ago
  63. d09677a Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support and by Dr. Stephen Henson · 14 years ago
  64. ca93357 fix memory leak by Dr. Stephen Henson · 14 years ago
  65. 238b636 use TLS1_get_version macro to check version so TLS v1.2 changes don't interfere with DTLS by Dr. Stephen Henson · 14 years ago
  66. 086e32a Implement FIPS_mode and FIPS_mode_set by Dr. Stephen Henson · 14 years ago
  67. 855a54a Provisional support for TLS v1.2 client authentication: client side only. by Dr. Stephen Henson · 14 years ago
  68. 8f82912 Process signature algorithms during TLS v1.2 client authentication. by Dr. Stephen Henson · 14 years ago
  69. a2f9200 Initial TLS v1.2 client support. Include a default supported signature by Dr. Stephen Henson · 14 years ago
  70. 23bc796 Fix broken SRP error/function code assignment. by Dr. Stephen Henson · 14 years ago
  71. edc032b Add SRP support. by Ben Laurie · 14 years ago
  72. a3654f0 Include openssl/crypto.h first in several other files so FIPS renaming by Dr. Stephen Henson · 14 years ago
  73. 88f2a4c CVE-2010-4180 fix (from OpenSSL_1_0_0-stable) by Bodo Möller · 14 years ago
  74. 5759425 PR: 2314 by Dr. Stephen Henson · 14 years ago
  75. bf48836 Fixes to NPN from Adam Langley. by Ben Laurie · 15 years ago
  76. 44959ee PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 15 years ago
  77. ee2ffc2 Add Next Protocol Negotiation. by Ben Laurie · 15 years ago
  78. 2b13f80 algorithms field has changed in 1.0.0 and later: update by Dr. Stephen Henson · 15 years ago
  79. c1ca9d3 Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and by Dr. Stephen Henson · 15 years ago
  80. 17ebc10 PR: 2161 Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve. by Dr. Stephen Henson · 15 years ago
  81. d5e7f2f PR: 1949 Submitted by: steve@openssl.org by Dr. Stephen Henson · 15 years ago
  82. dd792d6 Missing commit from change ofr compress_meth to unsigned by Dr. Stephen Henson · 15 years ago
  83. 2be3d6e Client side compression algorithm sanity checks: ensure old compression by Dr. Stephen Henson · 15 years ago
  84. 13f6d57 Add support for magic cipher suite value (MCSV). Make secure renegotiation by Dr. Stephen Henson · 15 years ago
  85. 8025e25 PR: 2121 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 15 years ago
  86. 4996844 PR: 2115 by Dr. Stephen Henson · 15 years ago
  87. 4b4ba6a Generate stateless session ID just after the ticket is received instead by Dr. Stephen Henson · 15 years ago
  88. 213f08a Don't attempt session resumption if no ticket is present and session by Dr. Stephen Henson · 15 years ago
  89. 3e24d43 oops! by Dr. Stephen Henson · 15 years ago
  90. b57329b PR: 2085 by Dr. Stephen Henson · 15 years ago
  91. a25f33d Submitted by: Julia Lawall <julia@diku.dk> by Dr. Stephen Henson · 16 years ago
  92. f0288f0 Submitted by: Artem Chuprina <ran@cryptocom.ru> Reviewed by: steve@openssl.org by Dr. Stephen Henson · 16 years ago
  93. ef236ec Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
  94. 8711efb Updates from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
  95. 477fd45 PR: 1835 by Dr. Stephen Henson · 16 years ago
  96. bab5340 Updatde from stable branch. by Dr. Stephen Henson · 16 years ago
  97. 6ba71a7 Handle the unlikely event that BIO_get_mem_data() returns -ve. by Ben Laurie · 16 years ago
  98. 12bf56c PR: 1574 Submitted by: Jouni Malinen <j@w1.fi> Approved by: steve@openssl.org by Dr. Stephen Henson · 16 years ago
  99. 6343829 Revert the size_t modifications from HEAD that had led to more by Geoff Thorpe · 16 years ago
  100. 7b80841 Make -DKSSL_DEBUG work again. by Dr. Stephen Henson · 16 years ago