Documentation ¶
Index ¶
- Constants
- func GetCipherSuite(cipherSuite uint16) string
- func GetTLSVersion(version uint16) string
- type CertificateTLSRecord
- type CipherSuite
- type Ciphers
- type ClientCiphers
- type ClientHelloTLSRecord
- type CompressionMethods
- type Extension
- type Extensions
- type HandshakeProtocol
- type RecordLayer
- type ResolvedClientFields
- type ResolvedServerFields
- type ServerHelloTLSRecord
- type ServerNameExtension
- type Session
- type SupportedVersionExtension
- type SupportedVersionsExtension
- type TLSWrapper
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func GetCipherSuite ¶ added in v1.0.1
func GetTLSVersion ¶
Types ¶
type CertificateTLSRecord ¶ added in v1.1.0
type CertificateTLSRecord struct { HandshakeType uint8 CertificateMessageLength [3]byte CertificatesLength [3]byte Certificates []x509.Certificate }
type CipherSuite ¶
type CipherSuite struct {
Value uint16
}
type ClientCiphers ¶ added in v1.0.1
type ClientCiphers struct {
Ciphers []string
}
type ClientHelloTLSRecord ¶
type ClientHelloTLSRecord struct { HandshakeProtocol HandshakeProtocol Session Session Ciphers Ciphers CompressionMethods CompressionMethods Extensions Extensions ResolvedClientFields ResolvedClientFields }
type CompressionMethods ¶
type Extensions ¶
type HandshakeProtocol ¶
type RecordLayer ¶
type ResolvedClientFields ¶ added in v1.0.1
type ResolvedServerFields ¶ added in v1.0.1
type ServerHelloTLSRecord ¶
type ServerHelloTLSRecord struct { HandshakeProtocol HandshakeProtocol Session Session CipherSuite CipherSuite CompressionMethods CompressionMethods Extensions Extensions ResolvedServerFields ResolvedServerFields }
type ServerNameExtension ¶
type SupportedVersionExtension ¶ added in v1.0.1
type SupportedVersionsExtension ¶ added in v1.0.1
type TLSWrapper ¶ added in v1.1.0
type TLSWrapper struct { ClientHelloTLSRecord ClientHelloTLSRecord ServerHelloTLSRecord ServerHelloTLSRecord CertificateTLSRecord CertificateTLSRecord }
Click to show internal directories.
Click to hide internal directories.