@@ -232,39 +232,55 @@ If -local is given, then the certificate information is the one used locally.
-
issuer dn
-
The distinguished name (DN) of the certificate - issuer.
+
version value
+
The certification version
+
signature_algorithm algorithm
+
Cipher algorithm used for certificate signature.
+
digest version
+
Certificate signature digest.
+
public_key_algorithm algorithm
+
Certificate signature public key algorithm.
+
bits n
+
Number of bits used for certificate signature key
+
self_signed boolean
+
Is certificate signature self signed.
+
sha1_hash hash
+
The SHA1 hash of the certificate.
+
sha256_hash hash
+
The SHA256 hash of the certificate.
subject dn
-
The distinguished name (DN) of the certificate - subject.
+
The distinguished name (DN) of the certificate subject.
+
issuer dn
+
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
The serial number of the certificate.
+
certificate cert
+
The PEM encoded certificate.
+
num_extensions n
+
Number of certificate extensions.
+
extensions list
+
List of certificate extension names.
+
peername name
+
The peername from the certificate.
+
sbits n
+
The number of bits used for the session key.
cipher cipher
The current cipher in use between the client and server channels.
-
sbits n
-
The number of bits used for the session key.
-
certificate cert
-
The PEM encoded certificate.
-
sha1_hash hash
-
The SHA1 hash of the certificate.
-
sha256_hash hash
-
The SHA256 hash of the certificate.
validation result
Certificate validation result.
alpn protocol
The protocol selected after Application-Layer Protocol Negotiation (ALPN).
-
version value
+
protocol value
The protocol version used for the connection: SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2, TLSv1.3, or unknown
@@ -457,10 +473,11 @@ header from the client where servername is the client specified servername. Used to allow multiple names for same server so the right certificate can be used. +

verify channel depth cert status error