Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion X509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,17 @@ Return true if the certificate has the extension specified by C<OID>.
=item subjectaltname ( )

Uses Convert::ASN1 to extract the Subject Alternative Names from the X509 object.
subjectaltname ( ) returns an array of "rfc822Name"s
subjectaltname ( ) returns an array of objects, each object representing a SAN.

These could be of, but not limited to, the following types:

=over 4

=item * rfc822Name

=item * dNSName

=back

[
{
Expand Down