CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/02 11:28:33
Modified files:
lib/libssl : ssl_srvr.c
Log message:
In the TLSv1.2 server, set up the key block after sending the CCS.
This avoids calling into the key block setup code multiple times and makes
the server code consistent with the client.
ok inoguchi@ tb@
