CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/21 10:55:17
Modified files:
lib/libssl : tls13_client.c tls13_internal.h tls13_lib.c
Log message:
Consolidate TLSv1.3 constants.
Move all of the TLSv1.3 constants to the top of tls13_lib.c. Also mark
these all as const so that they end up in .rodata rather than .data.
ok tb@
