1. 07 Jul, 2015 2 commits
    • Matt Caswell's avatar
      Add test for CVE-2015-1793 · f404943b
      Matt Caswell authored
      
      
      This adds a test for CVE-2015-1793. This adds a new test file
      verify_extra_test.c, which could form the basis for additional
      verification tests.
      
      Reviewed-by: default avatarStephen Henson <steve@openssl.org>
      f404943b
    • Matt Caswell's avatar
      Fix alternate chains certificate forgery issue · 21376d8a
      Matt Caswell authored
      
      
      During certificate verfification, OpenSSL will attempt to find an
      alternative certificate chain if the first attempt to build such a chain
      fails. An error in the implementation of this logic can mean that an
      attacker could cause certain checks on untrusted certificates to be
      bypassed, such as the CA flag, enabling them to use a valid leaf
      certificate to act as a CA and "issue" an invalid certificate.
      
      This occurs where at least one cert is added to the first chain from the
      trust store, but that chain still ends up being untrusted. In that case
      ctx->last_untrusted is decremented in error.
      
      Patch provided by the BoringSSL project.
      
      CVE-2015-1793
      
      Reviewed-by: default avatarStephen Henson <steve@openssl.org>
      21376d8a
  2. 06 Jul, 2015 2 commits
  3. 02 Jul, 2015 1 commit
    • Dr. Stephen Henson's avatar
      Fix PSK handling. · 3c66a669
      Dr. Stephen Henson authored
      
      
      The PSK identity hint should be stored in the SSL_SESSION structure
      and not in the parent context (which will overwrite values used
      by other SSL structures with the same SSL_CTX).
      
      Use BUF_strndup when copying identity as it may not be null terminated.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      3c66a669
  4. 29 Jun, 2015 1 commit
  5. 25 Jun, 2015 1 commit
  6. 24 Jun, 2015 1 commit
  7. 23 Jun, 2015 6 commits
  8. 22 Jun, 2015 1 commit
  9. 21 Jun, 2015 11 commits
  10. 20 Jun, 2015 1 commit
  11. 16 Jun, 2015 2 commits
  12. 12 Jun, 2015 5 commits
  13. 11 Jun, 2015 6 commits