Name |
Last commit
|
Last update |
---|---|---|
.. | ||
mbedtls.c | ||
mbedtls.h | ||
openssl.c | ||
openssl.h | ||
registry.c | ||
registry.h | ||
socket.c | ||
socket.h | ||
stransport.c | ||
stransport.h | ||
tls.c | ||
tls.h |
Our streams implementation takes a `size_t` that indicates the length of the data buffer to be written, and returns an `ssize_t` that indicates the length that _was_ written. Clearly no such implementation can write more than `SSIZE_MAX` bytes. Ensure that each TLS stream implementation does not try to write more than `SSIZE_MAX` bytes (or smaller; if the given implementation takes a smaller size).
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
mbedtls.c | Loading commit data... | |
mbedtls.h | Loading commit data... | |
openssl.c | Loading commit data... | |
openssl.h | Loading commit data... | |
registry.c | Loading commit data... | |
registry.h | Loading commit data... | |
socket.c | Loading commit data... | |
socket.h | Loading commit data... | |
stransport.c | Loading commit data... | |
stransport.h | Loading commit data... | |
tls.c | Loading commit data... | |
tls.h | Loading commit data... |