showX509Cert
const proc: showX509Cert (in x509Cert: cert)
-
Shows the content of a X.509 public key certificate.
This function can be used to debug the library tls.s7i.
showHandshakeMsg
const proc: showHandshakeMsg (in string: stri, in var integer: pos)
-
Shows the content of a TLS handshake message.
This function can be used to debug the library tls.s7i.
showTlsMsg
const proc: showTlsMsg (in string: stri)
-
Shows the content of a TLS message.
This function can be used to debug the library tls.s7i.
showTlsMsgType
const proc: showTlsMsgType (in string: stri)
-
Shows the message type of a TLS message.
This function can be used to debug the library tls.s7i.