Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
authorTomas Mraz <tomas@openssl.org>
Mon, 12 Jun 2023 16:16:35 +0000 (18:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Jun 2023 12:31:45 +0000 (14:31 +0200)
commita02571a02473889d13fe7996e0d2d052328f3199
tree75640dea8f81108e88292cfbb8b4b26e066da959
parentff88545e02ab48a52952350c52013cf765455dd3
Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streams

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21182)
12 files changed:
doc/man3/SSL_CTX_set_options.pod
include/internal/quic_sf_list.h
include/internal/quic_ssl.h
include/internal/quic_stream.h
include/internal/ring_buf.h
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c
ssl/quic/quic_rstream.c
ssl/quic/quic_sf_list.c
ssl/quic/quic_sstream.c
ssl/ssl_lib.c
test/quic_stream_test.c