1. cf6da05 Support TLS_FALLBACK_SCSV. by Bodo Moeller · 10 years ago
  2. 707b026 Remove serverinfo checks. by Dr. Stephen Henson · 11 years ago
  3. 7504878 Add support for Camellia HMAC-Based cipher suites from RFC6367 by Hubert Kario · 11 years ago
  4. 9e72d49 Fix SRP authentication ciphersuites. by Dr. Stephen Henson · 11 years ago
  5. 8892ce7 Constification - mostly originally from Chromium. by Ben Laurie · 11 years ago
  6. e633248 Add SHA256 Camellia ciphersuites from RFC5932 by PK · 11 years ago
  7. 447280c SRP ciphersuite correction. by Dr. Stephen Henson · 11 years ago
  8. 1bea384 Update strength_bits for 3DES. by Dr. Stephen Henson · 11 years ago
  9. b362cca Security framework. by Dr. Stephen Henson · 11 years ago
  10. 09599b5 Auto DH support. by Dr. Stephen Henson · 11 years ago
  11. daddd9a Option to set current cert to server certificate. by Dr. Stephen Henson · 11 years ago
  12. c53a530 Oops, get selection logic right. by Dr. Stephen Henson · 11 years ago
  13. e9add06 Re-add alert variables removed during rebase Whitespace fixes by Scott Deboy · 11 years ago
  14. ac20719 Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. by Scott Deboy · 11 years ago
  15. a51f767 Return per-certificate chain if extra chain is NULL. by Dr. Stephen Henson · 11 years ago
  16. 0f78819 New ctrl to set current certificate. by Dr. Stephen Henson · 11 years ago
  17. 4b5cce6 Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHA by Daniel Kahn Gillmor · 11 years ago
  18. 889f39c change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility) by Daniel Kahn Gillmor · 11 years ago
  19. 5a21cad use SSL_kDHE throughout instead of SSL_kEDH by Daniel Kahn Gillmor · 11 years ago
  20. 4082fea use SSL_kECDHE throughout instead of SSL_kEECDH by Daniel Kahn Gillmor · 11 years ago
  21. 7b6b246 Additional "chain_cert" functions. by Rob Stradling · 11 years ago
  22. e0ffd12 Enable PSK in FIPS mode. by Dr. Stephen Henson · 11 years ago
  23. cbf8123 Tidy up comments. by Rob Stradling · 12 years ago
  24. d89cd38 Fix compilation with no-ec and/or no-tlsext. by Rob Stradling · 12 years ago
  25. 3608618 Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions) by Scott Deboy · 12 years ago
  26. dece320 Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. by Rob Stradling · 12 years ago
  27. 14536c8 Make no-ec compilation work. by Dr. Stephen Henson · 12 years ago
  28. 42082ed Return 1 when setting ECDH auto mode. by Dr. Stephen Henson · 12 years ago
  29. 6f017a8 Support ALPN. by Adam Langley · 12 years ago
  30. a398f82 Add support for arbitrary TLS extensions. by Trevor · 12 years ago
  31. 4221c0d Enable TLS 1.2 ciphers in DTLS 1.2. by Dr. Stephen Henson · 12 years ago
  32. cbd6489 Use enc_flags when deciding protocol variations. by Dr. Stephen Henson · 12 years ago
  33. 173e72e DTLS revision. by Dr. Stephen Henson · 12 years ago
  34. 84bafb7 Print out point format list for clients too. by Dr. Stephen Henson · 12 years ago
  35. 20b431e Add support for printing out and retrieving EC point formats extension. by Dr. Stephen Henson · 12 years ago
  36. 323fa64 If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" as by Dr. Stephen Henson · 13 years ago
  37. 94a209d Add ctrl and utility functions to retrieve raw cipher list sent by client in by Dr. Stephen Henson · 13 years ago
  38. 33a8de6 new ctrl to retrive value of received temporary key in server key exchange message, print out details in s_client by Dr. Stephen Henson · 13 years ago
  39. 319354e store and print out message digest peer signed with in TLS 1.2 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. 74ecfab Add support for certificate stores in CERT structure. This makes it by Dr. Stephen Henson · 13 years ago
  42. 9f27b1e Add new ctrl to retrieve client certificate types, print out by Dr. Stephen Henson · 13 years ago
  43. 3dbc46d Separate client and server permitted signature algorithm support: by default by Dr. Stephen Henson · 13 years ago
  44. 0f39bab Function tls1_check_ec_server_key is now redundant as we make by Dr. Stephen Henson · 13 years ago
  45. d61ff83 Add new "valid_flags" field to CERT_PKEY structure which determines what by Dr. Stephen Henson · 13 years ago
  46. 0f229cc Add support for application defined signature algorithms for use with by Dr. Stephen Henson · 13 years ago
  47. 195b9ee Fix memory leak. by Ben Laurie · 13 years ago
  48. 32e62d1 Fix memory leak. by Ben Laurie · 13 years ago
  49. a9e1c50 RFC 5878 support. by Ben Laurie · 13 years ago
  50. efb19e1 PR: 2806 Submitted by: PK <runningdoglackey@yahoo.com> by Dr. Stephen Henson · 13 years ago
  51. d3ddf02 Disable SHA-2 ciphersuites in < TLS 1.2 connections. by Bodo Möller · 13 years ago
  52. a435263 Add support for automatic ECDH temporary key parameter selection. When by Dr. Stephen Henson · 13 years ago
  53. fd2b65c Tidy up EC parameter check code: instead of accessing internal structures by Dr. Stephen Henson · 13 years ago
  54. d0595f1 Initial revision of ECC extension handling. by Dr. Stephen Henson · 13 years ago
  55. 156421a oops, revert unrelated patches by Dr. Stephen Henson · 13 years ago
  56. 61ad826 update FAQ, NEWS by Dr. Stephen Henson · 13 years ago
  57. e7f8ff4 New ctrls to retrieve supported signature algorithms and curves and by Dr. Stephen Henson · 13 years ago
  58. 74b4b49 SSL export fixes (from Adam Langley) [original from 1.0.1] by Dr. Stephen Henson · 13 years ago
  59. 1df80b6 PR: 2704 Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> by Dr. Stephen Henson · 13 years ago
  60. f71c6e5 Add support for distinct certificate chains per key type and per SSL structure. by Dr. Stephen Henson · 13 years ago
  61. 8e1dc4d Support for fixed DH ciphersuites. by Dr. Stephen Henson · 13 years ago
  62. 4817504 PR: 2658 by Dr. Stephen Henson · 13 years ago
  63. f9b0b45 New ctrl values to clear or retrieve extra chain certs from an SSL_CTX. by Dr. Stephen Henson · 13 years ago
  64. f2fc307 PR: 1794 by Dr. Stephen Henson · 13 years ago
  65. e0af040 Add TLS exporter. by Ben Laurie · 13 years ago
  66. 3ddc06f In ssl3_clear, preserve s3->init_extra along with s3->rbuf. by Bodo Möller · 13 years ago
  67. e792828 (EC)DH memory handling fixes. by Bodo Möller · 14 years ago
  68. 28dd49f Expand range of ctrls for AES GCM to support retrieval and setting of by Dr. Stephen Henson · 14 years ago
  69. 31475a3 oops, remove debug option by Dr. Stephen Henson · 14 years ago
  70. d09677a Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support and by Dr. Stephen Henson · 14 years ago
  71. 1c13c12 Set SSL_FIPS flag in ECC ciphersuites. by Dr. Stephen Henson · 14 years ago
  72. 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
  73. 7409d7a Initial incomplete TLS v1.2 support. New ciphersuites added, new version by Dr. Stephen Henson · 14 years ago
  74. edc032b Add SRP support. by Ben Laurie · 14 years ago
  75. bf48836 Fixes to NPN from Adam Langley. by Ben Laurie · 15 years ago
  76. f16176d Patch from PR #1833 was broken: there's no s->s3->new_session by Bodo Möller · 15 years ago
  77. 44959ee PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 15 years ago
  78. ee2ffc2 Add Next Protocol Negotiation. by Ben Laurie · 15 years ago
  79. c6bec6e PR: 2072 by Dr. Stephen Henson · 15 years ago
  80. caa97ef Update from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  81. ef236ec Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
  82. cc7399e Changes from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  83. 0eab41f If we're going to return errors (no matter how stupid), then we should by Ben Laurie · 16 years ago
  84. e19106f Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros by Dr. Stephen Henson · 16 years ago
  85. babb379 Type-checked (and modern C compliant) OBJ_bsearch. by Ben Laurie · 16 years ago
  86. 3ad74ed Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a new by Dr. Stephen Henson · 17 years ago
  87. 8671b89 Memory saving patch. by Ben Laurie · 17 years ago
  88. 8a2062f Update from stable branch. by Dr. Stephen Henson · 17 years ago
  89. 0e1dba9 1. Changes for s_client.c to make it return non-zero exit code in case by Dr. Stephen Henson · 17 years ago
  90. 67c8e7f Support for certificate status TLS extension. by Dr. Stephen Henson · 18 years ago
  91. 02c27b1 properly handle length-zero opaque PRF input values by Bodo Möller · 18 years ago
  92. 761772d Implement the Opaque PRF Input TLS extension by Bodo Möller · 18 years ago
  93. 8102566 Update ssl code to support digests other than MD5+SHA1 in handshake. by Dr. Stephen Henson · 18 years ago
  94. 94d511c Add ctrls to set and get RFC4507bis keys to enable several contexts to by Dr. Stephen Henson · 18 years ago
  95. 367eb1f Fix warning and make no-tlsext work. by Dr. Stephen Henson · 18 years ago
  96. 6434abb RFC4507 (including RFC4507bis) TLS stateless session resumption support by Dr. Stephen Henson · 18 years ago
  97. b948e2c Update ssl library to support EVP_PKEY MAC API. Include generic MAC support. by Dr. Stephen Henson · 18 years ago
  98. cb1bab1 All ciphersuites should have a strength designator. by Bodo Möller · 18 years ago
  99. 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
  100. 9981a51 Stage 1 GOST ciphersuite support. by Dr. Stephen Henson · 18 years ago