GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Crypt::X509(3) User Contributed Perl Documentation OpenXPKI::Crypt::X509(3)

Returns a pointer to a list of SANs. Each SAN is represented as a pointer to a list containing two items - the SAN type (IP, DNS, dirName, etc.) and its value. The value is represented in its decoded ASN.1 form.

Example return value:

  [
    [ "DNS", "example.com" ],
    [ "email", "foo@example.com" ]
  ]

Get the value of the subject CN field.

Returns the notbefore / notafter date in the given format. For allowed formats see OpenXPKI::DateTime::convert_date, without format a DateTime object is returned.

returns true if the certificate is self-signed.

Note: the check is (currently) done the subject/authority key identifier or by a comparison of subject and issuer DN and not on a cryptographic level - so there might be situations where this is not accurate.

returns true if the certificate has the keyUsage keyCertSign and BasicContraints "cA" set (critical), false otherwise.

2025-07-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.