1. 02 Jun, 2018 1 commit
  2. 31 May, 2018 2 commits
  3. 30 May, 2018 1 commit
  4. 29 May, 2018 1 commit
  5. 26 May, 2018 1 commit
  6. 24 May, 2018 2 commits
  7. 23 May, 2018 2 commits
    • Viktor Dukhovni's avatar
      Skip CN DNS name constraint checks when not needed · 6d3cfd13
      Viktor Dukhovni authored
      
      
      Only check the CN against DNS name contraints if the
      `X509_CHECK_FLAG_NEVER_CHECK_SUBJECT` flag is not set, and either the
      certificate has no DNS subject alternative names or the
      `X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT` flag is set.
      
      Add pertinent documentation, and touch up some stale text about
      name checks and DANE.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      6d3cfd13
    • Viktor Dukhovni's avatar
      Limit scope of CN name constraints · c2c2c7b3
      Viktor Dukhovni authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      c2c2c7b3
  8. 21 May, 2018 2 commits
  9. 20 May, 2018 3 commits
  10. 19 May, 2018 1 commit
  11. 18 May, 2018 1 commit
  12. 17 May, 2018 2 commits
  13. 16 May, 2018 1 commit
  14. 15 May, 2018 1 commit
  15. 14 May, 2018 2 commits
  16. 12 May, 2018 3 commits
  17. 11 May, 2018 5 commits
  18. 08 May, 2018 1 commit
  19. 05 May, 2018 2 commits
  20. 04 May, 2018 3 commits
  21. 03 May, 2018 2 commits
  22. 02 May, 2018 1 commit