Skip to content
  • Evan Broder's avatar
    settings: add 802.1X setting properties for subject and altsubject matches · 4f38f02a
    Evan Broder authored and Dan Williams's avatar Dan Williams committed
    Includes subject_match and phase2_subject_match (string) parameters,
    and altsubject_matches and phase2_altsubject_matches (list of string)
    parameters.
    
    subject_match is matched against a substring of the subject from the
    certificate presented by the remote authentication server. If this
    option is unset, no subject verification is performed.
    
    altsubject_matches are each tested against the alternate subject name
    (altSubjectName) of the certificate presented by the remote
    authentication server. If this option is unset, no verification of the
    altSubjectName is performed.
    4f38f02a