1. 11 3月, 2020 1 次提交
  2. 16 2月, 2020 1 次提交
    • K
      Generate new Ed488 certificates · 42fc4796
      Kurt Roeckx 提交于
      Create a whole chain of Ed488 certificates so that we can use it at security
      level 4 (192 bit). We had an 2048 bit RSA (112 bit, level 2) root sign the
      Ed488 certificate using SHA256 (128 bit, level 3).
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      GH: #10785
      (cherry picked from commit 77c4d3972400adf1bcb76ceea359f5453cc3e8e4)
      42fc4796
  3. 06 2月, 2020 1 次提交
  4. 09 8月, 2019 1 次提交
  5. 12 11月, 2018 1 次提交
  6. 23 5月, 2018 1 次提交
    • V
      Limit scope of CN name constraints · d02d80b2
      Viktor Dukhovni 提交于
      Don't apply DNS name constraints to the subject CN when there's a
      least one DNS-ID subjectAlternativeName.
      
      Don't apply DNS name constraints to subject CN's that are sufficiently
      unlike DNS names.  Checked name must have at least two labels, with
      all labels non-empty, no trailing '.' and all hyphens must be
      internal in each label.  In addition to the usual LDH characters,
      we also allow "_", since some sites use these for hostnames despite
      all the standards.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      d02d80b2
  7. 26 4月, 2017 1 次提交
  8. 12 7月, 2016 1 次提交
  9. 23 6月, 2016 1 次提交
  10. 21 6月, 2016 1 次提交
  11. 03 4月, 2016 1 次提交
    • V
      Move peer chain security checks into x509_vfy.c · fbb82a60
      Viktor Dukhovni 提交于
      A new X509_VERIFY_PARAM_set_auth_level() function sets the
      authentication security level.  For verification of SSL peers, this
      is automatically set from the SSL security level.  Otherwise, for
      now, the authentication security level remains at (effectively) 0
      by default.
      
      The new "-auth_level" verify(1) option is available in all the
      command-line tools that support the standard verify(1) options.
      
      New verify(1) tests added to check enforcement of chain signature
      and public key security levels.  Also added new tests of enforcement
      of the verify_depth limit.
      
      Updated documentation.
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      fbb82a60
  12. 30 3月, 2016 1 次提交
  13. 01 2月, 2016 3 次提交
  14. 21 1月, 2016 1 次提交