@@ -234,18 +234,22 @@ If -local is given, then the certificate information is the one used locally.
+
all string
+
Dump of all certificate data.
version value
The certification version
-
signature_algorithm algorithm
+
signatureAlgorithm algorithm
Cipher algorithm used for certificate signature.
digest version
Certificate signature digest.
-
public_key_algorithm algorithm
+
publicKeyAlgorithm algorithm
Certificate signature public key algorithm.
+
publicKey string
+
Certificate signature public key.
bits n
Number of bits used for certificate signature key
self_signed boolean
Is certificate signature self signed.
sha1_hash hash
@@ -258,11 +262,11 @@
The distinguished name (DN) of the certificate issuer.
notBefore date
The begin date for the validity of the certificate.
notAfter date
The expiry date for the certificate.
-
serial n
+
serialNumber n
The serial number of the certificate.
certificate cert
The PEM encoded certificate.
num_extensions n
Number of certificate extensions.
@@ -281,14 +285,17 @@
The protocol selected after Application-Layer Protocol Negotiation (ALPN).
protocol value
The protocol version used for the connection: SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2, TLSv1.3, or unknown
-
signature_hash string
-
The signature hash value.
+
signatureHashAlgorithm string
+
The signature hash algorithm.
signature_type type
The signature type value.
+
subjectAltName list
+
List of all of the alternative domain names, sub domains, + and IP addresses that are secured by the certificate.
ca_names list
List of the Certificate Authorities used to create the certificate.
@@ -306,11 +313,11 @@
The name of the connected to server.
protocol version
The protocol version used for the connection: SSL2, SSL3, TLS1, TLS1.1, TLS1.2, TLS1.3, or unknown.
renegotiation state
-
Whether protocol renegotiation is allowed or disallowed.
+
Whether protocol renegotiation is supported or not.
securitylevel level
The security level used for selection of ciphers, key size, etc.
session_reused boolean
Whether the session has been reused or not.
is_server boolean
@@ -510,12 +517,11 @@ current validity of the certificate. A value of 0 means the certificate is deemed invalid. A value of 1 means the certificate is deemed valid.
The error argument supplies the message, if any, generated - by - X509_STORE_CTX_get_error(). + by X509_STORE_CTX_get_error().

The callback may override normal validation processing by explicitly returning one of the above status values.