Closed
Description
related to #49346
related to #49000
both buffers are currently rented from ArrayBuufer. Aside from code duplication we need to copy leftovers when we transition from handshake to read, read to handshake during TLS 1.3 processing or during renegotiation/late cert retrieval.
using single buffer would simplify internal logic and reduce code.