Skip to content
  1. Apr 09, 2013
    • 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. Apr 08, 2013
  3. Apr 07, 2013
  4. Apr 06, 2013
  5. Apr 04, 2013
  6. Apr 03, 2013
  7. Mar 31, 2013
  8. Mar 29, 2013
  9. Mar 28, 2013