Add initial QUIC support for the msg_callback
authorMatt Caswell <matt@openssl.org>
Mon, 1 May 2023 14:40:28 +0000 (15:40 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 11:18:27 +0000 (12:18 +0100)
commit63dfde87c46f8ad037ad5b5e635e609f4909578e
tree7f360b776e5aa174bc48bb2d1d9bd9f58ca2c7e7
parent6dea91f56dcbcb0979dd36790664808ad960faf9
Add initial QUIC support for the msg_callback

At this stage we just support msg_callback on receipt of a datagram.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20914)
include/internal/quic_channel.h
include/internal/quic_record_rx.h
include/openssl/ssl3.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
ssl/quic/quic_record_rx.c
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/ssl_local.h