botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
Extension
botan
tls
extensions
Base class representing a TLS extension of some kind
package
static if
(
BOTAN_HAS_TLS
)
interface
Extension {
HandshakeExtensionType
type
();
Vector
!
ubyte
serialize
();
bool
empty
[@property getter];
}
Members
Functions
serialize
Vector
!
ubyte
serialize
()
type
HandshakeExtensionType
type
()
Properties
empty
bool
empty
[@property getter]
Meta
Source
See Implementation
botan
tls
extensions
aliases
HandshakeExtensionType
classes
ApplicationLayerProtocolNotification
ChannelIDSupport
EncryptedChannelID
ExtendedMasterSecret
HeartbeatSupportIndicator
MaximumFragmentLength
NPN
RenegotiationExtension
SRPIdentifier
ServerNameIndicator
SessionTicket
SignatureAlgorithms
SignedCertificateTimestamp
StatusRequest
SupportedEllipticCurves
SupportedPointFormats
enums
TLSEXT_SERVER_NAME_INDICATION
interfaces
Extension
structs
TLSExtensions
Base class representing a TLS extension of some kind