CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/22 13:33:53
Modified files:
lib/libssl : tls13_handshake_msg.c tls13_record.c
tls_buffer.c tls_internal.h
Log message:
Add read and write support to tls_buffer.
tls_buffer was original created for a specific use case, namely reading in
length prefixed messages. This adds read and write support, along with a
capacity limit, allowing it to be used in additional use cases.
ok beck@ tb@
