Provide a version of ssl_msg_callback() that takes a CBS.
authorjsing <jsing@openbsd.org>
Sat, 10 Sep 2022 15:29:33 +0000 (15:29 +0000)
committerjsing <jsing@openbsd.org>
Sat, 10 Sep 2022 15:29:33 +0000 (15:29 +0000)
commitd16eb93aa8930257d783978db8d0a9089ebb9927
treefac62930c448bedad62a24261f3c4048da656d0a
parentc00ac04e6ea20b38c6ae769932e02b0e9a3965d0
Provide a version of ssl_msg_callback() that takes a CBS.

Use this from the TLSv1.3 code.

ok tb@
lib/libssl/ssl_lib.c
lib/libssl/ssl_locl.h
lib/libssl/tls13_lib.c