botan.tls.reader

TLS Data Reader

Members

Functions

appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, T* vals, size_t vals_size, size_t tag_size)

Helper function for encoding length-tagged vectors

appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, string str, size_t tag_size)
Undocumented in source. Be warned that the author may not have intended to support it.
appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, Vector!(T, Alloc2) vals, size_t tag_size)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TLSDataReader
struct TLSDataReader

Helper class for decoding TLS protocol messages

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)