1. 08 4月, 2013 1 次提交
  2. 07 4月, 2013 2 次提交
  3. 06 4月, 2013 18 次提交
  4. 05 4月, 2013 1 次提交
    • D
      Make TLS 1.2 ciphers work again. · 1e2d4cb0
      Dr. Stephen Henson 提交于
      Since s->method does not reflect the final client version when a client
      hello is sent for SSLv23_client_method it can't be relied on to indicate
      if TLS 1.2 ciphers should be used. So use the client version instead.
      1e2d4cb0
  5. 04 4月, 2013 7 次提交
  6. 01 4月, 2013 1 次提交
  7. 31 3月, 2013 2 次提交
  8. 30 3月, 2013 2 次提交
  9. 28 3月, 2013 4 次提交
  10. 27 3月, 2013 1 次提交
  11. 26 3月, 2013 1 次提交
    • D
      Provisional DTLS 1.2 support. · c3b344e3
      Dr. Stephen Henson 提交于
      Add correct flags for DTLS 1.2, update s_server and s_client to handle
      DTLS 1.2 methods.
      
      Currently no support for version negotiation: i.e. if client/server selects
      DTLS 1.2 it is that or nothing.
      c3b344e3