1. 26 Jun, 2014 1 commit
  2. 25 Jun, 2014 2 commits
  3. 24 Jun, 2014 4 commits
  4. 23 Jun, 2014 6 commits
  5. 22 Jun, 2014 5 commits
  6. 19 Jun, 2014 6 commits
  7. 17 Jun, 2014 6 commits
  8. 16 Jun, 2014 2 commits
  9. 14 Jun, 2014 5 commits
  10. 13 Jun, 2014 2 commits
  11. 12 Jun, 2014 1 commit
    • 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