Commit bb5f142
authored
Bumps [submodules/openssl](https://github.com/openssl/openssl) from
`7301e1f` to `7d3cc5b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openssl/openssl/commit/7d3cc5bc469ac2223c24fa72f56de8a8e3972bd3"><code>7d3cc5b</code></a>
x509: fix bug in timeSpecification printing</li>
<li><a
href="https://github.com/openssl/openssl/commit/8cbc011f02fb8e00db3f8e5c1f5b7a5296c908c1"><code>8cbc011</code></a>
Fix ECDSA sig CTX dup "sig" aliasing, error paths</li>
<li><a
href="https://github.com/openssl/openssl/commit/2e0475521a7610bd33aa5266252a451daefdc893"><code>2e04755</code></a>
quic: fix NULL pointer dereference in ossl_uint_set_remove()</li>
<li><a
href="https://github.com/openssl/openssl/commit/b37f028ac17fea7c74a6d8c2c8af68fe431e5748"><code>b37f028</code></a>
Removes unused config_inited value in init.c</li>
<li><a
href="https://github.com/openssl/openssl/commit/ebd4371fc54236c8575e80337601468a1423017e"><code>ebd4371</code></a>
Disable DLL detach handlers on cygwin</li>
<li><a
href="https://github.com/openssl/openssl/commit/b2602062ee85f5ce8372883da7bdfa2a3b5dea58"><code>b260206</code></a>
Adds documentation of X509V3_EXT_print and X509V3_EXT_print_fp.</li>
<li><a
href="https://github.com/openssl/openssl/commit/ddcb766759aa93b773331eb9f952c45e8417e84f"><code>ddcb766</code></a>
Update ssl/quic/quic_srtm.c</li>
<li><a
href="https://github.com/openssl/openssl/commit/fc4f5333b343b4f6064db922b14bccc857934b59"><code>fc4f533</code></a>
QUIC stack must disable hash table contraction before doing</li>
<li><a
href="https://github.com/openssl/openssl/commit/1a87d5bb13699d483a03a6ba446abab7efbf8248"><code>1a87d5b</code></a>
SLH_DSA: signing operation incorrectly returned 1 on failure.</li>
<li><a
href="https://github.com/openssl/openssl/commit/a3d1e0fdf09644d51fa7cdcd7f3a25dfb235f495"><code>a3d1e0f</code></a>
Mask *num on entry in deprecated low-level OFB/CFB implementations</li>
<li>Additional commits viewable in <a
href="https://github.com/openssl/openssl/compare/7301e1fcb53f141f1535545ed306747ea1c9c913...7d3cc5bc469ac2223c24fa72f56de8a8e3972bd3">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 773451c commit bb5f142
1 file changed
+1
-1
lines changed- apps/lib/cmp_mock_srv.c+1
- crypto/bf/bf_cfb64.c+1-1
- crypto/bf/bf_ofb64.c+1-1
- crypto/cast/c_cfb64.c+1-1
- crypto/cast/c_ofb64.c+1-1
- crypto/dllmain.c+2
- crypto/idea/i_cfb64.c+1-1
- crypto/idea/i_ofb64.c+1-1
- crypto/init.c+1-4
- crypto/pkcs12/p12_mutl.c+4
- crypto/pkcs7/pk7_doit.c+8
- crypto/pkcs7/pk7_lib.c+6-1
- crypto/rc2/rc2cfb64.c+1-1
- crypto/rc2/rc2ofb64.c+1-1
- crypto/rc5/rc5cfb64.c+1-1
- crypto/rc5/rc5ofb64.c+1-1
- crypto/slh_dsa/slh_dsa.c+2-2
- crypto/x509/v3_timespec.c+1-1
- doc/build.info+6
- doc/man3/BIO_push.pod+1-1
- doc/man3/BIO_read.pod+3-1
- doc/man3/X509V3_EXT_print.pod+51
- doc/man7/ossl-guide-tls-introduction.pod+1-1
- include/openssl/macros.h+1
- providers/fips/self_test.c+2
- providers/implementations/ciphers/cipher_aes_gcm_hw_ppc.inc+3-3
- providers/implementations/signature/ecdsa_sig.c+24-21
- ssl/quic/quic_srtm.c+5
- ssl/quic/quic_stream_map.c+1
- ssl/quic/uint_set.c+2
- ssl/record/methods/tls_common.c+10-5
- test/certs/ext-timeSpecification-periodic-no-second.pem+14
- test/pkcs12_api_test.c+30
- test/recipes/25-test_x509.t+7-1
- test/sslapitest.c+48-1
- util/missingcrypto.txt-2
0 commit comments