• V
    Client-side namecheck wildcards. · a09e4d24
    Viktor Dukhovni 提交于
    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
v3nametest.c 9.1 KB