Skip to content
  1. Jun 26, 2014
  2. Jun 25, 2014
  3. Jun 24, 2014
  4. Jun 23, 2014
  5. Jun 22, 2014
  6. Jun 19, 2014
  7. Jun 17, 2014
  8. Jun 16, 2014
  9. Jun 14, 2014
  10. Jun 13, 2014
  11. Jun 12, 2014
    • Viktor Dukhovni's avatar
      Client-side namecheck wildcards. · a09e4d24
      Viktor Dukhovni authored
      A client reference identity of ".example.com" matches a server
      certificate presented identity that is any sub-domain of "example.com"
      (e.g. "www.sub.example.com).
      
      With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches
      only direct child sub-domains (e.g. "www.sub.example.com").
      a09e4d24