Commit 8b3c3f0
authored
Bumps [submodules/openssl](https://github.com/openssl/openssl) from
`21e0ed1` to `efd81f8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openssl/openssl/commit/efd81f844e07908df0933a660487fa31550c0a98"><code>efd81f8</code></a>
Check wrlmethod existence before sending alert</li>
<li><a
href="https://github.com/openssl/openssl/commit/40365a6fbf3537335a9da0e53a765d258dd8a918"><code>40365a6</code></a>
Update description of OSSL_HTTP_adapt_proxy()</li>
<li><a
href="https://github.com/openssl/openssl/commit/b93d381caf1a6cf2351a5499063eb0fdcd1ef285"><code>b93d381</code></a>
Add test for empty proxy server adaptation</li>
<li><a
href="https://github.com/openssl/openssl/commit/c44f3a1d7666d3064a29715cb3d9f4ba24b59507"><code>c44f3a1</code></a>
Add check for empty server host in http_lib.c</li>
<li><a
href="https://github.com/openssl/openssl/commit/61c7c545f8fdf02120d2079fb8b05df03ecfc111"><code>61c7c54</code></a>
Make SSL_get_stream_write_state() safe for concluded streams</li>
<li><a
href="https://github.com/openssl/openssl/commit/089907c96290da8bbbf26e1071ad8059ae77fdcc"><code>089907c</code></a>
Fix record layer leak when swapping chained transport BIO</li>
<li><a
href="https://github.com/openssl/openssl/commit/7fa0d9a20e6b7043e2c492d550b28d771b84e70f"><code>7fa0d9a</code></a>
ssl/quic/quic_port.c: fix leak in port_make_channel()</li>
<li><a
href="https://github.com/openssl/openssl/commit/b3e6076eb9ace422d3f230e716c14580ed7cf193"><code>b3e6076</code></a>
Increase the query cache insert grow retry</li>
<li><a
href="https://github.com/openssl/openssl/commit/06212590444ff248dd06a39f890dd548d4632a7d"><code>0621259</code></a>
crypto/hashtable/hashtable.c: fix hashtable grow cleanup for aligned
allocation</li>
<li><a
href="https://github.com/openssl/openssl/commit/08b02ed9c1e6d401ef04ec7a07380533bb3d1a12"><code>08b02ed</code></a>
Handle NULL-buffer size probe in ossl_param_build_set_bn_pad()</li>
<li>Additional commits viewable in <a
href="https://github.com/openssl/openssl/compare/21e0ed12757d42eab23b48be1556ba3000f6d795...efd81f844e07908df0933a660487fa31550c0a98">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 59d1e8e commit 8b3c3f0
1 file changed
Lines changed: 1 addition & 1 deletion
- crypto/bio/bss_dgram.c+2-2
- crypto/hashtable/hashtable.c+3-3
- crypto/http/http_lib.c+3
- crypto/param_build_set.c+5
- doc/man3/OSSL_HTTP_parse_url.pod+10-6
- include/internal/quic_stream_map.h+2-1
- providers/implementations/keymgmt/mlx_kmgmt.c+6-5
- ssl/quic/quic_impl.c+3-3
- ssl/quic/quic_port.c+3-2
- ssl/quic/quic_stream_map.c+7
- ssl/record/methods/tls_common.c+1-1
- ssl/statem/statem.c+1-1
- test/evp_pkey_provided_test.c+17
- test/http_test.c+9
- test/ml_kem_evp_extra_test.c+75
- test/sslapitest.c+47
0 commit comments