botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
readRecord
botan
tls
record
Undocumented in source. Be warned that the author may not have intended to support it.
package
static if
(
BOTAN_HAS_TLS
)
size_t
readRecord
(
ref
SecureVector
!ubyte
readbuf
,
const
(
ubyte
)*
input
,
size_t
input_sz
,
bool
is_datagram
,
ref
size_t
consumed
,
ref
SecureVector
!ubyte
record
,
ref
ulong
record_sequence
,
ref
TLSProtocolVersion
record_version
,
ref
RecordType
record_type
,
ConnectionSequenceNumbers
sequence_numbers
,
const
(
ConnectionCipherState
)
delegate
(
ushort
)
const
get_cipherstate
)
Meta
Source
See Implementation
botan
tls
record
classes
ConnectionCipherState
functions
readDTLSRecord
readRecord
readTLSRecord
writeRecord