Searched refs:subjectAltNames (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL78 Support for subjectAltNames in certificates is only available in Version >=1.33
H A DSSL.pm1110 $dispatcher{subjectAltNames} = sub { Net::SSLeay::X509_get_subjectAltNames( shift ) };
1112 $dispatcher{subjectAltNames} = sub {
1113 croak "you need at least Net::SSLeay version 1.33 for getting subjectAltNames"
1201 my @altNames = $dispatcher{subjectAltNames}->($cert);
2177 =item subjectAltNames - only for Net::SSLeay version >=1.33
2195 in subjectAltNames, and even their different wildcard schemes are possible.
2203 Simple wildcards in subjectAltNames are possible, e.g. *.example.org matches
2204 www.example.org but not lala.www.example.org. If nothing from subjectAltNames
2209 Extended wildcards in subjectAltNames and common name are possible, e.g.
2211 name will be only checked if no names are given in subjectAltNames
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificateRequest.c383 static SecAsn1Item make_subjectAltName_extension(PRArenaPool *poolp, CFDictionaryRef subjectAltNames) argument
388 CFDictionaryApplyFunction(subjectAltNames, make_general_names, &context);

Completed in 72 milliseconds