Author :
jsing
Date :
2022-07-22 19:33:53
Hash :24c399e9 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@