consolidate _handshakeBuffer and _internalBuffer inside SslStream #52037
Labels
area-System.Net.Security
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
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.
The text was updated successfully, but these errors were encountered: