1. 08 7月, 2015 1 次提交
    • M
      Fix alternate chains certificate forgery issue · 2aacec8f
      Matt Caswell 提交于
      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: NStephen Henson <steve@openssl.org>
      2aacec8f
  2. 07 7月, 2015 3 次提交
  3. 06 7月, 2015 1 次提交
  4. 30 6月, 2015 2 次提交
  5. 29 6月, 2015 4 次提交
  6. 25 6月, 2015 3 次提交
  7. 24 6月, 2015 7 次提交
  8. 23 6月, 2015 8 次提交
  9. 22 6月, 2015 11 次提交