openssl/doc/designs
Tomas Mraz 1cc8c53b0f Avoid issues with endianness when type is used in SSL_trace()
The TLS record type is a single byte value so we can
use uint8_t for it. This allows passing its address
directly to SSL_trace() instead of converting it to
a single byte type first.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21823)
2023-08-25 12:03:46 +01:00
..
ddd Fix typos found by codespell 2023-07-18 18:54:45 +10:00
quic-design Avoid issues with endianness when type is used in SSL_trace() 2023-08-25 12:03:46 +01:00
fast-param-find.md Fix new typos found by codespell in documentation 2023-07-01 00:10:15 +10:00
thread-api.md Add thread pool design document (phase 1) 2022-11-14 12:21:22 +01:00