1. 10 Jun, 2015 7 commits
  2. 09 Jun, 2015 4 commits
  3. 08 Jun, 2015 5 commits
  4. 07 Jun, 2015 1 commit
  5. 06 Jun, 2015 2 commits
  6. 04 Jun, 2015 8 commits
  7. 03 Jun, 2015 2 commits
  8. 02 Jun, 2015 10 commits
  9. 31 May, 2015 1 commit
    • Matt Caswell's avatar
      Check the message type requested is the type received in DTLS · 8c2b1d87
      Matt Caswell authored
      
      
      dtls1_get_message has an |mt| variable which is the type of the message that
      is being requested. If it is negative then any message type is allowed.
      However the value of |mt| is not checked in one of the main code paths, so a
      peer can send a message of a completely different type and it will be
      processed as if it was the message type that we were expecting. This has
      very little practical consequences because the current behaviour will still
      fail when the format of the message isn't as expected.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      8c2b1d87