Libraries
Show TLS Source Code
 previous   up   next 

Function Summary
void
showX509Cert (in x509Cert: cert)
Shows the content of a X.509 public key certificate.
void
showHandshakeMsg (in string: stri, in var integer: pos)
Shows the content of a TLS handshake message.
void
showTlsMsg (in string: stri)
Shows the content of a TLS message.
void
showTlsMsgType (in string: stri)
Shows the message type of a TLS message.

Function Detail

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.



 previous   up   next