1. 07 Apr, 2013 1 commit
  2. 06 Apr, 2013 19 commits
  3. 04 Apr, 2013 7 commits
  4. 03 Apr, 2013 1 commit
  5. 31 Mar, 2013 3 commits
  6. 29 Mar, 2013 2 commits
  7. 28 Mar, 2013 4 commits
  8. 26 Mar, 2013 3 commits
    • Matt Caswell's avatar
      Make binary curve ASN.1 work in FIPS mode. · 94782e0e
      Matt Caswell authored
      Don't check for binary curves by checking methods: the values will
      be different in FIPS mode as they are redirected to the validated module
      version.
      94782e0e
    • Dr. Stephen Henson's avatar
      Provisional DTLS 1.2 support. · c3b344e3
      Dr. Stephen Henson authored
      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
    • Dr. Stephen Henson's avatar
      Remove versions test from dtls1_buffer_message · 9cf0f187
      Dr. Stephen Henson authored
      Since this is always called from DTLS code it is safe to assume the header
      length should be the DTLS value. This avoids the need to check the version
      number and should work with any version of DTLS (not just 1.0).
      9cf0f187