Commit c7f6948
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`08ca4de` to `ce1da94`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/ce1da94e863be2215534e3a89cf3a89c325007c6"><code>ce1da94</code></a>
chore: v1.80.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3082">#3082</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/728d18777181d77735f12e874208cbf061ef71a3"><code>728d187</code></a>
feat: Server offloading in dc-quic (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3061">#3061</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/18f2d1e5277e8e4f22bf7232ca09c2519ba482c3"><code>18f2d1e</code></a>
build(deps): bump aws-actions/configure-aws-credentials from 6.1.0 to
6.1.1 (...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/f1e2a6d7f54468b0e838bba4ec8b0e4400673712"><code>f1e2a6d</code></a>
feat: Adds a benchmark for a single dc-quic handshake (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3079">#3079</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/e499f7c9842aace4cedced487b5327d445d615ed"><code>e499f7c</code></a>
fix(s2n-quic-dc): Drain authenticated closure on shutdown (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3077">#3077</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/846183ca66646a206d9686d9648e9792915d36a8"><code>846183c</code></a>
fix(s2n-quic-core): one extra failed decryption beyond RFC specification
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/3078">#3078</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/4b5b4b2b2f803dfafda7b564577f20cf0ee9024b"><code>4b5b4b2</code></a>
fix(s2n-quic-dc): log when handshake/accept paths exit silently (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3069">#3069</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/9e7cba1b71a666cca9abb3c2593baaecec814a7e"><code>9e7cba1</code></a>
chore: v1.79.0 release (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3075">#3075</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/3bdcd44d513e564993369425198c6bf116bbae72"><code>3bdcd44</code></a>
feat(s2n-quic-dc): Tighten enforcement for streams (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3064">#3064</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/9bbbd9ae12b461d440b8eb48dbf44ecaa5d3b049"><code>9bbbd9a</code></a>
fix(dc): Don't delete receiver socket immediately (<a
href="https://redirect.github.com/aws/s2n-quic/issues/3073">#3073</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/s2n-quic/compare/08ca4dee61e3d3642cb85cd55ea234849a7be06c...ce1da94e863be2215534e3a89cf3a89c325007c6">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71ab36e commit c7f6948
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/config/typos.toml+2
- .github/interop/required.json+30-6
- .github/workflows/book.yml+1-1
- .github/workflows/ci.yml+7-7
- .github/workflows/codebuild.yml+1-1
- .github/workflows/qns.yml+4-4
- .github/workflows/qns_release.yml+1-1
- .github/workflows/tshark.yml+1-1
- common/s2n-codec/Cargo.toml+1-1
- dc/s2n-quic-dc-benches/Cargo.toml+4
- dc/s2n-quic-dc-benches/src/handshake.rs+94
- dc/s2n-quic-dc-benches/src/lib.rs+2
- dc/s2n-quic-dc-metrics/Cargo.toml+1-1
- dc/s2n-quic-dc/Cargo.toml+5-5
- dc/s2n-quic-dc/events/connection.rs+13
- dc/s2n-quic-dc/src/connection_close.rs+61
- dc/s2n-quic-dc/src/event/generated.rs+158
- dc/s2n-quic-dc/src/event/generated/metrics.rs+20
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+99-10
- dc/s2n-quic-dc/src/event/generated/metrics/probe.rs+26
- dc/s2n-quic-dc/src/lib.rs+1
- dc/s2n-quic-dc/src/msg/recv.rs+7
- dc/s2n-quic-dc/src/packet/stream/id.rs+212-17
- dc/s2n-quic-dc/src/path/secret/map.rs+1-1
- dc/s2n-quic-dc/src/path/secret/map/handshake.rs+106-39
- dc/s2n-quic-dc/src/path/secret/receiver.rs+17-4
- dc/s2n-quic-dc/src/path/secret/receiver/tests.rs+46
- dc/s2n-quic-dc/src/psk/io.rs+191-29
- dc/s2n-quic-dc/src/psk/server/builder.rs+16
- dc/s2n-quic-dc/src/socket/recv/router/zero_router.rs+4-4
- dc/s2n-quic-dc/src/stream/endpoint.rs+15-12
- dc/s2n-quic-dc/src/stream/recv/application.rs+11-2
- dc/s2n-quic-dc/src/stream/recv/dispatch.rs+2-2
- dc/s2n-quic-dc/src/stream/recv/state.rs+30-1
- dc/s2n-quic-dc/src/stream/server.rs+1-5
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/README.md+62
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/udp.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/uds.rs+1-1
- dc/s2n-quic-dc/src/stream/shared.rs+16-9
- dc/s2n-quic-dc/src/stream/tests.rs+1
- dc/s2n-quic-dc/src/stream/tests/behavior/read.rs+79
- dc/s2n-quic-dc/src/stream/tests/behavior/write.rs+19
- dc/s2n-quic-dc/src/stream/tests/recv.rs+1.0k
- dc/s2n-quic-dc/src/stream/tests/shared_cache.rs+77
- dc/s2n-quic-dc/src/stream/tls.rs+2-6
- dc/s2n-quic-dc/src/testing.rs+30
- dc/s2n-quic-dc/src/uds/receiver.rs+51-1
- dc/wireshark/src/dissect.rs+1-1
- dc/wireshark/src/test.rs+1-1
- examples/rustls-mtls/Cargo.toml+1-1
- quic/s2n-quic-core/Cargo.toml+2-2
- quic/s2n-quic-core/src/buffer/reassembler.rs+53-47
- quic/s2n-quic-core/src/crypto/application/keyset.rs+1-1
- quic/s2n-quic-core/src/crypto/tls/offload.rs+23-23
- quic/s2n-quic-core/src/dc.rs+31-1
- quic/s2n-quic-core/src/dc/disabled.rs+7
- quic/s2n-quic-core/src/dc/testing.rs+9
- quic/s2n-quic-core/src/dc/traits.rs+22
- quic/s2n-quic-core/src/event/metrics/aggregate/testing.rs+5-1
- quic/s2n-quic-crypto/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-qns/Cargo.toml+1-1
- quic/s2n-quic-rustls/Cargo.toml+5-5
- quic/s2n-quic-tests/src/tests/dc.rs+166-23
- quic/s2n-quic-tests/src/tests/offload.rs+8
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_with_server_offloading_test__events.snap+667
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_mtls_handshake_with_server_offloading_test__events.snap+1.2k
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_not_secret_control_packet__events.snap+2-2
- quic/s2n-quic-tests/src/tests/snapshots/tests__dc__dc_secret_control_packet__events.snap+2-2
- quic/s2n-quic-tls-default/Cargo.toml+4-4
- quic/s2n-quic-tls/Cargo.toml+4-4
- quic/s2n-quic-transport/Cargo.toml+3-3
- quic/s2n-quic-transport/src/dc/manager.rs+19
- quic/s2n-quic-transport/src/space/mod.rs+11
- quic/s2n-quic-transport/src/space/session_context.rs+3-19
- quic/s2n-quic/Cargo.toml+9-9
- quic/s2n-quic/src/client/builder.rs+35
- quic/s2n-quic/src/provider/tls.rs+2-2
- quic/s2n-quic/src/server/builder.rs+35
- scripts/local_test+2
- tools/xdp/s2n-quic-xdp/Cargo.toml+3-3
0 commit comments