| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This code will soon be used in the DTLSv1.2 and TLSv1.2 stack. Also
introduce tls_internal.h and move/rename the read/write/flush callbacks.
ok beck@ tb@
|
|
|
|
|
| |
While the implementation needs tls13_internal.h, consumers of
tls13_record.h should not.
|
|
|
|
|
|
| |
While here correct an int vs size_t mismatch.
ok tb@
|
|
|
|
|
|
| |
Also check record size limits when reading records and setting data.
ok tb@
|
|
This is a self-contained struct and set of functions that knows how to
decode and read a TLS record from data supplied via a read callback, and
send itself via a write callback.
This will soon be used to build the TLSv1.3 record layer handling code.
ok beck@ tb@
|