Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from 1436af7 to 6dd41e0 (#3174)
Browse files Browse the repository at this point in the history
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`1436af7` to `6dd41e0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/6dd41e09195bc22dbac93a48f8ab35f8063726dc"><code>6dd41e0</code></a>
build: fix clippy warnings for 1.78 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2199">#2199</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/de5c33e800ffff14c235ed0ae7d695222f84dcca"><code>de5c33e</code></a>
refactor(s2n-quic-core): improve reassembler error handling (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2197">#2197</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b085808f4c898f6d4d4e68b14d6a762170fb19b1"><code>b085808</code></a>
chore(s2n-quic-crypto): remove custom aesgcm implementation (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2186">#2186</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/7188ce4081096256267e44d63f532a40d2c7df64"><code>7188ce4</code></a>
feat(dc): DcSupportedVersions transport parameter (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2193">#2193</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/1436af712b6e73edc11640dc7c3cae23e456c0a8...6dd41e09195bc22dbac93a48f8ab35f8063726dc">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 1930d72 commit 712bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 85 files
+0 −2 dc/s2n-quic-dc/src/msg/addr.rs
+0 −1 quic/s2n-quic-bench/Cargo.toml
+0 −14 quic/s2n-quic-bench/src/crypto.rs
+0 −41 quic/s2n-quic-bench/src/crypto/aes.rs
+0 −103 quic/s2n-quic-bench/src/crypto/aesgcm.rs
+0 −20 quic/s2n-quic-bench/src/crypto/ghash.rs
+0 −2 quic/s2n-quic-bench/src/lib.rs
+3 −0 quic/s2n-quic-core/src/buffer/reader.rs
+25 −8 quic/s2n-quic-core/src/buffer/reader/storage/bytes.rs
+124 −0 quic/s2n-quic-core/src/buffer/reader/testing.rs
+87 −96 quic/s2n-quic-core/src/buffer/reassembler.rs
+75 −36 quic/s2n-quic-core/src/buffer/reassembler/reader.rs
+227 −48 quic/s2n-quic-core/src/buffer/reassembler/slot.rs
+88 −47 quic/s2n-quic-core/src/buffer/reassembler/tests.rs
+20 −0 quic/s2n-quic-core/src/crypto/tls.rs
+12 −1 quic/s2n-quic-core/src/crypto/tls/testing.rs
+4 −0 quic/s2n-quic-core/src/event/generated.rs
+1 −1 quic/s2n-quic-core/src/interval_set/mod.rs
+10 −0 quic/s2n-quic-core/src/lib.rs
+5 −3 quic/s2n-quic-core/src/stream/testing.rs
+151 −2 quic/s2n-quic-core/src/transport/parameters/mod.rs
+9 −0 ...t/parameters/snapshots/s2n_quic_core__transport__parameters__tests__ClientTransportParameters__default.snap
+9 −0 ...t/parameters/snapshots/s2n_quic_core__transport__parameters__tests__ServerTransportParameters__default.snap
+9 −0 ...e/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__client_snapshot_test.snap
+9 −0 ...ore/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__load_client_limits.snap
+9 −0 ...ore/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__load_server_limits.snap
+6 −0 ...e/src/transport/parameters/snapshots/s2n_quic_core__transport__parameters__tests__server_snapshot_test.snap
+135 −0 quic/s2n-quic-core/src/transport/parameters/tests.rs
+0 −5 quic/s2n-quic-crypto/Cargo.toml
+1 −43 quic/s2n-quic-crypto/README.md
+87 −0 quic/s2n-quic-crypto/src/aead.rs
+0 −331 quic/s2n-quic-crypto/src/aes.rs
+0 −68 quic/s2n-quic-crypto/src/aes/testing.rs
+0 −49 quic/s2n-quic-crypto/src/aes/testing/rust_crypto.rs
+0 −141 quic/s2n-quic-crypto/src/aes/tests.rs
+0 −452 quic/s2n-quic-crypto/src/aes/x86.rs
+0 −85 quic/s2n-quic-crypto/src/aes/x86/testing.rs
+0 −20 quic/s2n-quic-crypto/src/aesgcm.rs
+0 −3 quic/s2n-quic-crypto/src/aesgcm/__fuzz__/aesgcm__tests__aes128__decrypt_failure/corpus.tar.gz
+0 −3 quic/s2n-quic-crypto/src/aesgcm/__fuzz__/aesgcm__tests__aes128__differential/corpus.tar.gz
+0 −3 quic/s2n-quic-crypto/src/aesgcm/__fuzz__/aesgcm__tests__aes256__decrypt_failure/corpus.tar.gz
+0 −3 quic/s2n-quic-crypto/src/aesgcm/__fuzz__/aesgcm__tests__aes256__differential/corpus.tar.gz
+0 −368 quic/s2n-quic-crypto/src/aesgcm/generic.rs
+0 −59 quic/s2n-quic-crypto/src/aesgcm/payload.rs
+0 −120 quic/s2n-quic-crypto/src/aesgcm/ring.rs
+0 −61 quic/s2n-quic-crypto/src/aesgcm/testing.rs
+0 −64 quic/s2n-quic-crypto/src/aesgcm/testing/rust_crypto.rs
+0 −420 quic/s2n-quic-crypto/src/aesgcm/tests.rs
+0 −76 quic/s2n-quic-crypto/src/aesgcm/x86.rs
+0 −183 quic/s2n-quic-crypto/src/aesgcm/x86/testing.rs
+0 −32 quic/s2n-quic-crypto/src/arch.rs
+0 −27 quic/s2n-quic-crypto/src/arch/x86.rs
+0 −72 quic/s2n-quic-crypto/src/block.rs
+0 −209 quic/s2n-quic-crypto/src/block/x86.rs
+1 −6 quic/s2n-quic-crypto/src/cipher_suite.rs
+0 −195 quic/s2n-quic-crypto/src/cipher_suite/x86.rs
+0 −15 quic/s2n-quic-crypto/src/ctr.rs
+0 −43 quic/s2n-quic-crypto/src/ctr/x86.rs
+0 −33 quic/s2n-quic-crypto/src/ghash.rs
+0 −3 quic/s2n-quic-crypto/src/ghash/__fuzz__/ghash__tests__differential/corpus.tar.gz
+0 −46 quic/s2n-quic-crypto/src/ghash/testing.rs
+0 −29 quic/s2n-quic-crypto/src/ghash/testing/rust_crypto.rs
+0 −49 quic/s2n-quic-crypto/src/ghash/tests.rs
+0 −57 quic/s2n-quic-crypto/src/ghash/x86.rs
+0 −127 quic/s2n-quic-crypto/src/ghash/x86/algo.rs
+0 −131 quic/s2n-quic-crypto/src/ghash/x86/hkey.rs
+0 −227 quic/s2n-quic-crypto/src/ghash/x86/precomputed.rs
+0 −81 quic/s2n-quic-crypto/src/ghash/x86/testing.rs
+1 −14 quic/s2n-quic-crypto/src/lib.rs
+5 −5 quic/s2n-quic-crypto/src/negotiated.rs
+0 −54 quic/s2n-quic-crypto/src/testing.rs
+1 −0 quic/s2n-quic-events/events/common.rs
+5 −4 quic/s2n-quic-qns/src/tls.rs
+2 −0 quic/s2n-quic-sim/src/batch.rs
+31 −0 quic/s2n-quic-tls/src/callback.rs
+16 −1 quic/s2n-quic-tls/src/session.rs
+6 −0 quic/s2n-quic-transport/src/connection/open_token.rs
+14 −1 quic/s2n-quic-transport/src/space/session_context.rs
+1 −1 quic/s2n-quic-transport/src/stream/controller/local_initiated.rs
+1 −1 quic/s2n-quic-transport/src/stream/stream_container.rs
+0 −5 quic/s2n-quic-transport/src/transmission/application.rs
+0 −4 quic/s2n-quic-transport/src/transmission/connection_close.rs
+0 −4 quic/s2n-quic-transport/src/transmission/early.rs
+1 −6 quic/s2n-quic-transport/src/transmission/mod.rs
+6 −0 quic/s2n-quic/src/provider.rs

0 comments on commit 712bc5b

Please sign in to comment.