1. 09 Apr, 2013 3 commits
    • Dr. Stephen Henson's avatar
      Suite B support for DTLS 1.2 · 4544f0a6
      Dr. Stephen Henson authored
      Check for Suite B support using method flags instead of version numbers:
      anything supporting TLS 1.2 cipher suites will also support Suite B.
      
      Return an error if an attempt to use DTLS 1.0 is made in Suite B mode.
      4544f0a6
    • Dr. Stephen Henson's avatar
      Always return errors in ssl3_get_client_hello · c56f5b8e
      Dr. Stephen Henson authored
      If we successfully match a cookie don't set return value to 2 as this
      results in other error conditions returning 2 as well.
      
      Instead set return value to -2 which can be checked later if everything
      else is OK.
      c56f5b8e
    • Dr. Stephen Henson's avatar
      Dual DTLS version methods. · c6913eeb
      Dr. Stephen Henson authored
      Add new methods DTLS_*_method() which support both DTLS 1.0 and DTLS 1.2 and
      pick the highest version the peer supports during negotiation.
      
      As with SSL/TLS options can change this behaviour specifically
      SSL_OP_NO_DTLSv1 and SSL_OP_NO_DTLSv1_2.
      c6913eeb
  2. 08 Apr, 2013 2 commits
  3. 07 Apr, 2013 1 commit
  4. 06 Apr, 2013 19 commits
  5. 04 Apr, 2013 7 commits
  6. 03 Apr, 2013 1 commit
  7. 31 Mar, 2013 3 commits
  8. 29 Mar, 2013 2 commits
  9. 28 Mar, 2013 2 commits