Commit 3e5ee7f
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`f42521d` to `29e5e15`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/29e5e153a8ca33c98e2142c5c9b22ef9fed15c72"><code>29e5e15</code></a>
fix(s2n-quic-transport) Ensures packet number about to be skipped is not
the ...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0c3ac8b1570db8bb5d0186aa197730be315f7cd3"><code>0c3ac8b</code></a>
chore: Remove wireshark ppa repository (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2622">#2622</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/8f7696e6d3163286a915ec29a6d0bd709c946ee8"><code>8f7696e</code></a>
fix(s2n-quic-transport): handle pto overflows in connection migration
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2620">#2620</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/34f5e4b054d0fb07c767f7fe63d3c50701df4f6d"><code>34f5e4b</code></a>
fix(s2n-quic-transport): Fixes s2n-quic TLS state incongruity when
s2n-tls re...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/9ed7d735965653eeddc1aa6c406dde2577ebadf9"><code>9ed7d73</code></a>
events: Adds event for missing packet space when processing a packet (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2615">#2615</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/f42521d8764046e9b8bb10551367e4b5d8b98716...29e5e153a8ca33c98e2142c5c9b22ef9fed15c72">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 570469f commit 3e5ee7f
1 file changed
+1
-1
lines changed- dc/wireshark/generate-bindings.sh+2-2
- quic/s2n-quic-core/events/common.rs+5
- quic/s2n-quic-core/src/crypto/tls.rs+3
- quic/s2n-quic-core/src/crypto/tls/slow_tls.rs+217
- quic/s2n-quic-core/src/event/generated.rs+21
- quic/s2n-quic-transport/src/connection/connection_impl.rs+46-5
- quic/s2n-quic-transport/src/space/application.rs+1-1
- quic/s2n-quic-transport/src/space/handshake.rs+1-1
- quic/s2n-quic-transport/src/space/initial.rs+1-1
- quic/s2n-quic-transport/src/space/mod.rs+5-2
- quic/s2n-quic/src/tests.rs+1
- quic/s2n-quic/src/tests/connection_migration.rs+101
- quic/s2n-quic/src/tests/setup.rs+24
- quic/s2n-quic/src/tests/slow_tls.rs+46
- quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_server_not_supported_self_test__events.snap+2
- quic/s2n-quic/src/tests/snapshots/tests__pto__handshake_pto_timer_is_armed__events.snap-1
0 commit comments