CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/10 11:06:37
Modified files:
lib/libssl : s3_lib.c ssl_locl.h ssl_pkt.c tls_buffer.c
tls_internal.h
Log message:
Use tls_buffer for alert and handshake fragments in the legacy stack.
This avoids a bunch of pointer munging and a handrolled memmove.
ok tb@
