[openssl/openssl] 40e285: QUIC fault testing TODOs are changed into regular ...
Tomáš Mráz
noreply at github.com
Tue Aug 8 14:01:16 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 40e28577dd81d1b3e775240c4815ebce5d56f868
https://github.com/openssl/openssl/commit/40e28577dd81d1b3e775240c4815ebce5d56f868
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M test/helpers/quictestlib.c
M test/helpers/quictestlib.h
Log Message:
-----------
QUIC fault testing TODOs are changed into regular comments
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21539)
Commit: a2ca189e273584a7af3fcb90d893df9439e96659
https://github.com/openssl/openssl/commit/a2ca189e273584a7af3fcb90d893df9439e96659
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M ssl/bio_ssl.c
Log Message:
-----------
bio_ssl.c: Support most ctrls with QUIC based BIO_SSL
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21539)
Commit: 44cb36d04adb737be1aee32908232003deeb67dd
https://github.com/openssl/openssl/commit/44cb36d04adb737be1aee32908232003deeb67dd
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M doc/designs/quic-design/quic-api.md
M doc/designs/quic-design/quic-fault-injector.md
M doc/man3/SSL_accept_stream.pod
M doc/man3/SSL_get_version.pod
M doc/man3/SSL_handle_events.pod
M doc/man3/SSL_shutdown.pod
M doc/man3/SSL_stream_conclude.pod
M include/internal/quic_stream_map.h
M ssl/quic/cc_newreno.c
M ssl/quic/quic_ackm.c
M ssl/quic/quic_channel.c
M ssl/quic/quic_impl.c
M ssl/quic/quic_local.h
M ssl/quic/quic_reactor.c
M ssl/quic/quic_rstream.c
M ssl/quic/quic_rx_depack.c
M ssl/quic/quic_stream_map.c
M ssl/quic/quic_trace.c
M ssl/quic/quic_txp.c
M ssl/quic/quic_wire_pkt.c
M ssl/ssl_lib.c
Log Message:
-----------
Resolve some of the TODO(QUIC) items
For some of the items we add FUTURE/SERVER/TESTING/MULTIPATH
designation to indicate these do not need to be resolved
in QUIC MVP release.
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21539)
Compare: https://github.com/openssl/openssl/compare/7a2bb2101be4...44cb36d04adb
More information about the openssl-commits
mailing list