Factor out change cipher spec handing code in the legacy stack.
authorjsing <jsing@openbsd.org>
Sat, 12 Mar 2022 12:53:03 +0000 (12:53 +0000)
committerjsing <jsing@openbsd.org>
Sat, 12 Mar 2022 12:53:03 +0000 (12:53 +0000)
commitb23067a600fe54c64b7a91727e04ea2f507a3ac7
tree9367cd7002ed681e9f29f436354f993ee1808007
parent455c70dcb4cbf645fb6bb44186f1958c3ac70271
Factor out change cipher spec handing code in the legacy stack.

Factor out the code that handles the processing of a change cipher spec
message that has been read in the legacy stack, deduplicating code in the
DTLS stack.

ok inoguchi@ tb@
lib/libssl/d1_pkt.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_pkt.c