1. 17 Sep, 2015 1 commit
    • Emilia Kasper's avatar
      Disentangle RSA premaster secret parsing · 20ca916d
      Emilia Kasper authored
      
      
      Simplify encrypted premaster secret reading by using new methods in the
      PACKET API.
      
      Don't overwrite the packet buffer. RSA decrypt accepts truncated
      ciphertext with leading zeroes omitted, so it's even possible that by
      crafting a valid ciphertext with several leading zeroes, this could
      cause a few bytes out-of-bounds write. The write is harmless because of
      the size of the underlying message buffer, but nevertheless we shouldn't
      write into the packet.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      20ca916d
  2. 16 Sep, 2015 8 commits
  3. 15 Sep, 2015 3 commits
  4. 14 Sep, 2015 2 commits
  5. 12 Sep, 2015 1 commit
  6. 11 Sep, 2015 4 commits
  7. 10 Sep, 2015 4 commits
  8. 09 Sep, 2015 7 commits
  9. 08 Sep, 2015 4 commits
  10. 07 Sep, 2015 6 commits