In the TLSv1.2 server, set up the key block after sending the CCS.
authorjsing <jsing@openbsd.org>
Sun, 2 May 2021 17:28:33 +0000 (17:28 +0000)
committerjsing <jsing@openbsd.org>
Sun, 2 May 2021 17:28:33 +0000 (17:28 +0000)
commit56985c136a01f2cc7e3fcd2f897091e9f2d15f42
tree92df4fd4e134c277bea86a6c7e8db005ba1de361
parent8950dd79c5d213b9b727383104c7a50e71ec7bdf
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@
lib/libssl/ssl_srvr.c