Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Feb 15, 2025
1 parent 9ae7a00 commit 18a5020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/boringssl/src
Submodule src updated 55 files
+1 −1 .bazelversion
+4 −4 CMakeLists.txt
+3 −3 MODULE.bazel
+19 −9 MODULE.bazel.lock
+1 −3 build.json
+15 −11 crypto/fipsmodule/sha/internal.h
+1 −1 crypto/spake2plus/spake2plus.cc
+2 −1 fuzz/decode_client_hello_inner.cc
+1 −3 gen/sources.bzl
+1 −3 gen/sources.cmake
+1 −3 gen/sources.gni
+1 −3 gen/sources.json
+2 −2 go.mod
+52 −15 include/openssl/pki/ocsp.h
+48 −29 include/openssl/ssl.h
+1 −24 pki/ocsp.h
+0 −31 pki/ocsp_revocation_status.h
+0 −35 pki/ocsp_verify_result.cc
+52 −18 rust/bssl-crypto/src/hpke.rs
+1 −2 ssl/encrypted_client_hello.cc
+17 −10 ssl/extensions.cc
+2 −1 ssl/handoff.cc
+2 −2 ssl/handshake.cc
+16 −18 ssl/handshake_client.cc
+4 −4 ssl/handshake_server.cc
+0 −15 ssl/internal.h
+1 −17 ssl/ssl_lib.cc
+171 −7 ssl/ssl_test.cc
+48 −2 ssl/test/runner/common.go
+4 −2 ssl/test/runner/conn.go
+2 −2 ssl/test/runner/handshake_client.go
+2 −2 ssl/test/runner/handshake_server.go
+8 −6 ssl/test/runner/hpke/kem.go
+85 −75 ssl/test/runner/key_agreement.go
+5 −7 ssl/test/runner/kyber/kyber.go
+2 −3 ssl/test/runner/kyber/kyber_test.go
+13 −6 ssl/test/runner/prf.go
+10 −28 ssl/test/runner/runner.go
+5 −4 ssl/test/runner/spake2plus/spake2plus.go
+0 −9 ssl/test/test_config.cc
+0 −2 ssl/test/test_config.h
+2 −2 ssl/tls13_server.cc
+2 −2 util/all_tests.go
+9 −10 util/bot/DEPS
+22 −5 util/bot/libcxx-config/__config_site
+2 −2 util/fipstools/acvp/acvptool/acvp.go
+1 −1 util/fipstools/acvp/acvptool/interactive.go
+1 −1 util/fipstools/acvp/acvptool/nointeractive.go
+29 −25 util/fipstools/acvp/acvptool/testmodulewrapper/testmodulewrapper.go
+2 −2 util/fipstools/delocate/delocate.go
+2 −2 util/fipstools/inject_hash/inject_hash.go
+1 −1 util/pregenerate/build.go
+1 −1 util/pregenerate/pregenerate.go
+1 −1 util/read_symbols.go
+2 −2 util/run_android_tests.go
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/quiche
Submodule quiche updated 37 files
+20 −0 quiche/balsa/balsa_frame_test.cc
+23 −0 quiche/common/btree_scheduler.h
+17 −0 quiche/common/btree_scheduler_test.cc
+2 −4 quiche/common/quiche_feature_flags_list.h
+19 −1 quiche/common/structured_headers.cc
+10 −0 quiche/common/structured_headers_test.cc
+0 −1 quiche/quic/core/http/end_to_end_test.cc
+1 −301 quiche/quic/core/quic_chaos_protector.cc
+2 −92 quiche/quic/core/quic_chaos_protector.h
+0 −207 quiche/quic/core/quic_chaos_protector_test.cc
+3 −29 quiche/quic/core/quic_packet_creator.cc
+0 −2 quiche/quic/core/quic_packet_creator_test.cc
+1 −5 quiche/quic/core/quic_sent_packet_manager.cc
+81 −19 quiche/quic/core/quic_time_wait_list_manager.cc
+44 −4 quiche/quic/core/quic_time_wait_list_manager.h
+25 −7 quiche/quic/core/quic_time_wait_list_manager_test.cc
+2 −8 quiche/quic/core/quic_unacked_packet_map.cc
+0 −7 quiche/quic/core/quic_unacked_packet_map.h
+0 −3 quiche/quic/core/quic_unacked_packet_map_test.cc
+11 −1 quiche/quic/core/web_transport_write_blocked_list.cc
+16 −0 quiche/quic/core/web_transport_write_blocked_list_test.cc
+1 −0 quiche/quic/moqt/moqt_cached_object.cc
+2 −0 quiche/quic/moqt/moqt_cached_object.h
+108 −0 quiche/quic/moqt/moqt_integration_test.cc
+4 −2 quiche/quic/moqt/moqt_live_relay_queue.cc
+8 −3 quiche/quic/moqt/moqt_live_relay_queue.h
+6 −4 quiche/quic/moqt/moqt_outgoing_queue.cc
+8 −3 quiche/quic/moqt/moqt_outgoing_queue.h
+13 −0 quiche/quic/moqt/moqt_outgoing_queue_test.cc
+2 −0 quiche/quic/moqt/moqt_publisher.h
+99 −4 quiche/quic/moqt/moqt_session.cc
+59 −1 quiche/quic/moqt/moqt_session.h
+337 −18 quiche/quic/moqt/moqt_session_test.cc
+39 −0 quiche/quic/moqt/test_tools/moqt_session_peer.h
+15 −5 quiche/quic/moqt/test_tools/moqt_simulator_harness.cc
+40 −5 quiche/quic/moqt/tools/moqt_simulator_bin.cc
+1 −0 quiche/quic/platform/api/quic_socket_address.h
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/zlib
Submodule zlib updated 109 files

0 comments on commit 18a5020

Please sign in to comment.