1. f9ea4de Fix warning in ssl2_enc by Matt Caswell · 10 years ago
  2. eceef8f Remove more references to dtls1_enc by Matt Caswell · 10 years ago
  3. 81ec01b Check EVP_Cipher return values for SSL2 by Matt Caswell · 10 years ago
  4. 4b87706 Delete unused file by Matt Caswell · 10 years ago
  5. fe78f08 Add checks to the return value of EVP_Cipher to prevent silent encryption failure. by Matt Caswell · 10 years ago
  6. fc3968a Remove redundant checks in ssl_cert_dup. This was causing spurious error messages when using GOST by Matt Caswell · 10 years ago
  7. f672038 Add include of ssl.h which is required by srtp.h by Matt Caswell · 10 years ago
  8. 8a35dbb Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask by Matt Caswell · 10 years ago
  9. 3a07658 Corrected comments in ssl.h about SSLv23_method and friends by Matt Caswell · 10 years ago
  10. 7255ca9 Fix SuiteB chain checking logic. by Dr. Stephen Henson · 10 years ago
  11. 9e189b9 Do not resume a session if the negotiated protocol version does not match by David Benjamin · 10 years ago
  12. e94a6c0 Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset by Emilia Kasper · 10 years ago
  13. de2c750 Always require an advertised NewSessionTicket message. by Emilia Kasper · 10 years ago
  14. 980bc1e Remove ssl3_check_finished. by Emilia Kasper · 10 years ago
  15. 7b3ba508 Set s->hit when resuming from external pre-shared secret. by Emilia Kasper · 10 years ago
  16. a06cd5d Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext. by Emilia Kasper · 10 years ago
  17. 3881d81 New option no-ssl3-method which removes SSLv3_*method by Dr. Stephen Henson · 10 years ago
  18. 5a3d8ee Only handle RI extension for SSLv3 by Dr. Stephen Henson · 10 years ago
  19. e469af8 Process signature algorithms before deciding on certificate. by Dr. Stephen Henson · 10 years ago
  20. bcb245a Added references to RFC 7027 by Matt Caswell · 10 years ago
  21. 1a14b47 Prevent use of binary curves when OPENSSL_NO_EC2M is defined by Dr. Stephen Henson · 10 years ago
  22. cffeacd Updated comment references to draft-ietf-tls-ecc-12 to refer to RFC4492 instead by Matt Caswell · 10 years ago
  23. f756f1f Additional output for ssltest. by Dr. Stephen Henson · 10 years ago
  24. de94222 Add SSL_CONF support to ssltest. by Dr. Stephen Henson · 10 years ago
  25. d663df2 Tighten session ticket handling by Emilia Kasper · 10 years ago
  26. fd28a41 Fix ssltest logic when some protocols are compiled out. by Emilia Kasper · 10 years ago
  27. 14e14bf Copy negotiated parameters in SSL_set_SSL_CTX. by Dr. Stephen Henson · 10 years ago
  28. c800c27 Process signature algorithms in ClientHello late. by Dr. Stephen Henson · 10 years ago
  29. 98f1ac7 Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation. by Bodo Moeller · 10 years ago
  30. 8cb3023 When processing ClientHello.cipher_suites, don't ignore cipher suites by Bodo Moeller · 10 years ago
  31. 392fa7a Keep old method in case of an unsupported protocol by Kurt Roeckx · 10 years ago
  32. 62f45cc Fix no-ssl3 configuration option by Geoff Thorpe · 10 years ago
  33. 7482705 Fix for session tickets memory leak. by Dr. Stephen Henson · 10 years ago
  34. 3dd814a Fix SRTP compile issues for windows by Matt Caswell · 10 years ago
  35. e659eff Fix for SRTP Memory Leak by Matt Caswell · 10 years ago
  36. cf6da05 Support TLS_FALLBACK_SCSV. by Bodo Moeller · 10 years ago
  37. f301420 Disable encrypt them mac for SSL 3.0 and stream ciphers (RC4 only). by Dr. Stephen Henson · 10 years ago
  38. 4b6dee2 Parse custom extensions after internal extensions. by Dr. Stephen Henson · 11 years ago
  39. 92c7846 RT3544: Remove MWERKS support by Rich Salz · 11 years ago
  40. 455b65d RT3067: simplify patch by Emilia Kasper · 11 years ago
  41. 294d1e3 RT3066: rewrite RSA padding checks to be slightly more constant time. by Emilia Kasper · 11 years ago
  42. b5ff559 Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617 by Tim Hudson · 11 years ago
  43. 4eadd11 RT3506: typo's in ssltest by Kurt Cancemi · 11 years ago
  44. af4c6e3 RT3301: Discard too-long heartbeat requests by Erik Auerswald · 11 years ago
  45. 683cd7c RT2843: Remove another spurious close-comment token by Martin Olsson · 11 years ago
  46. 6b0dc6e RT2842: Remove spurious close-comment marker. by Martin Olsson · 11 years ago
  47. be0d851 psk_client_callback, 128-byte id bug. by Adam Langley · 11 years ago
  48. f47e203 Fix comments, add new test. by Dr. Stephen Henson · 11 years ago
  49. 0cfefe4 Rename some callbacks, fix alignment. by Dr. Stephen Henson · 11 years ago
  50. 8cafe9e Use consistent function naming. by Dr. Stephen Henson · 11 years ago
  51. c846a5f New function SSL_extension_supported(). by Dr. Stephen Henson · 11 years ago
  52. 33f653a New extension callback features. by Dr. Stephen Henson · 11 years ago
  53. de2a9e3 Callback revision. by Dr. Stephen Henson · 11 years ago
  54. 707b026 Remove serverinfo checks. by Dr. Stephen Henson · 11 years ago
  55. 28ea0a0 Add custom extension sanity checks. by Dr. Stephen Henson · 11 years ago
  56. ecf4d66 Custom extension revision. by Dr. Stephen Henson · 11 years ago
  57. 5a3d21c Constant-time utilities by Emilia Kasper · 11 years ago
  58. be0477a RT 3060: amend patch by Emilia Kasper · 11 years ago
  59. 96208cb RT2848: Remove extra NULL check by Martin Olsson · 11 years ago
  60. 3609b02 RT2724: Remove extra declaration by John Fitzgibbon · 11 years ago
  61. f756fb4 RT1815: More const'ness improvements by Justin Blanchard · 11 years ago
  62. 7504878 Add support for Camellia HMAC-Based cipher suites from RFC6367 by Hubert Kario · 11 years ago
  63. f2be92b Fixed out-of-bounds read errors in ssl3_get_key_exchange. by Matt Caswell · 11 years ago
  64. 01e438f RT3023: Redundant logical expressions by Hans Wennborg · 11 years ago
  65. b83294f Revision of custom extension code. by Dr. Stephen Henson · 11 years ago
  66. 06f5d12 Include error messages on extension check failure. by Dr. Stephen Henson · 11 years ago
  67. f0ca9cc make depend by Emilia Kasper · 11 years ago
  68. 9e72d49 Fix SRP authentication ciphersuites. by Dr. Stephen Henson · 11 years ago
  69. 693b71f RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1 by Viktor Szakats · 11 years ago
  70. 6d03125 RT 1505: Use SSL3_AL_FATAL not "2" by Matthieu Crapet · 11 years ago
  71. 0989790 Check SRP parameters early. by Dr. Stephen Henson · 11 years ago
  72. 80bd7b4 Fix SRP ciphersuite DoS vulnerability. by Dr. Stephen Henson · 11 years ago
  73. fb0bc2b Fix race condition in ssl_parse_serverhello_tlsext by Gabor Tyukasz · 11 years ago
  74. 1716003 Fix DTLS anonymous EC(DH) denial of service by Emilia Käsper · 11 years ago
  75. 280b1f1 Fix protocol downgrade bug in case of fragmented packets by David Benjamin · 11 years ago
  76. 4f2011d Remove some duplicate DTLS code. by Adam Langley · 11 years ago
  77. f666333 Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fragment would cause *ok to be clear, but the return value would still be the number of bytes read. by Matt Caswell · 11 years ago
  78. b74d1d2 Fix return code for truncated DTLS fragment. by Adam Langley · 11 years ago
  79. d0a4b7d Fix memory leak from zero-length DTLS fragments. by Adam Langley · 11 years ago
  80. 1250f12 Fix DTLS handshake message size checks. by Matt Caswell · 11 years ago
  81. 11e7982 Added comment for the frag->reassembly == NULL case as per feedback from Emilia by Matt Caswell · 11 years ago
  82. bff1ce4 Avoid double free when processing DTLS packets. by Adam Langley · 11 years ago
  83. e0fc796 Add conditional unit testing interface. by Dr. Stephen Henson · 11 years ago
  84. 50bba68 Update heartbeat_test #includes by Mike Bland · 11 years ago
  85. 6017a55 Use testutil registry in heartbeat_test by Mike Bland · 11 years ago
  86. c8d710d Fix DTLS certificate requesting code. by Dr. Stephen Henson · 11 years ago
  87. ec5a992 Use more common name for GOST key exchange. by Dr. Stephen Henson · 11 years ago
  88. 924e5ed Add names of GOST algorithms. by Peter Mosmans · 11 years ago
  89. 021e504 Please Clang's sanitizer. by Andy Polyakov · 11 years ago
  90. 0e7a32b s3_pkt.c: fix typo. by Andy Polyakov · 11 years ago
  91. d2ab55e Reduce casting nastiness. by Ben Laurie · 11 years ago
  92. 7f6e957 Don't limit message sizes in ssl3_get_cert_verify. by Dr. Stephen Henson · 11 years ago
  93. b948ee2 Remove all RFC5878 code. by Dr. Stephen Henson · 11 years ago
  94. 7cb472b Make disabling last cipher work. by Thijs Alkemade · 11 years ago
  95. 22a10c8 Fix possible buffer overrun. by Ben Laurie · 11 years ago
  96. e67ddd1 RT 1528; misleading debug print, "pre-master" should be "master key" by Rich Salz · 11 years ago
  97. 04f545a RT 1530; fix incorrect comment by Rich Salz · 11 years ago
  98. df8ef5f RT 1229; typo in comment "dont't"->"don't" by Rich Salz · 11 years ago
  99. 2580ab4 Fix warning. by Dr. Stephen Henson · 11 years ago
  100. e3ba6a5 Make depend. by Ben Laurie · 11 years ago