1. 29 Nov, 2016 2 commits
    • Matt Caswell's avatar
      Fix mac-then-encrypt test with enable-tls1_3 · 54d028aa
      Matt Caswell authored
      Commit b3618f44
      
       added a test for mac-then-encrypt. However the test fails
      when running with "enable-tls1_3". The problem is that the test creates a
      connection, which ends up being TLSv1.3. However it also restricts the
      ciphers to a single mac-then-encrypt ciphersuite that is not TLSv1.3
      compatible so the connection aborts and the test fails. Mac-then-encrypt
      is not relevant to TLSv1.3, so the test should disable that protocol
      version.
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      54d028aa
    • Matt Caswell's avatar
      Ensure we are in accept state in DTLSv1_listen · 5bdcd362
      Matt Caswell authored
      
      
      Calling SSL_set_accept_state() after DTLSv1_listen() clears the state, so
      SSL_accept() no longer works. In 1.0.2 calling DTLSv1_listen() would set
      the accept state automatically. We should still do that.
      
      Fixes #1989
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      5bdcd362
  2. 28 Nov, 2016 2 commits
  3. 25 Nov, 2016 6 commits
  4. 24 Nov, 2016 5 commits
  5. 23 Nov, 2016 22 commits
  6. 22 Nov, 2016 1 commit
  7. 21 Nov, 2016 2 commits