tls
Description
TLS
Init
tls(target string)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
socket | socket | Socket of this connection |
domainName | string | An optional domain name to test |
params | dict | List of all parameters for this TLS/SSL connection |
versions | []string | Version of TLS/SSL that is being used |
ciphers | []string | Ciphers supported by this TLS/SSL connection |
extensions | []string | Extensions supported by this TLS/SSL connection |
certificates | []certificate | Certificates provided in this TLS/SSL connection |
nonSniCertificates | []certificate | Certificates provided without server name indication (SNI) |