CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/11 11:28:33
Modified files:
lib/libssl : tls13_internal.h tls13_lib.c
tls13_record_layer.c
Log message:
Move the record layer callbacks into a struct.
This makes the code more readable, requires less code churn when adding
a new callback and is likely to avoid bugs due to function argument
ordering.
ok beck@ inoguchi@ tb@
