Split TLSv1.3 record protection from record layer.
authorjsing <jsing@openbsd.org>
Sun, 21 Mar 2021 17:25:17 +0000 (17:25 +0000)
committerjsing <jsing@openbsd.org>
Sun, 21 Mar 2021 17:25:17 +0000 (17:25 +0000)
commit4d9bef631e28aca545cb80bd24b2650b6f3b34aa
tree3b096ae36f7b006c9ffe675882c388fe334faf25
parent070b7d3741013a834c16b4ca93ff101d7503424e
Split TLSv1.3 record protection from record layer.

This makes the TLSv1.2 and TLSv1.3 record layers more consistent and while
it is not currently necessary from a functionality perspective, it makes
for more readable and simpler code.

ok inoguchi@ tb@
lib/libssl/tls13_record_layer.c