Commit 5cffb35
authored
Bumps [submodules/openssl](https://github.com/openssl/openssl) from
`9a19abc` to `1281c39`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openssl/openssl/commit/1281c39700e1232aa64350aa6bee4f34b83f3044"><code>1281c39</code></a>
OSSL_HTTP_REQ_CTX_nbio(): check for clear Content-Type mismatch</li>
<li><a
href="https://github.com/openssl/openssl/commit/444958deaf450aea819171f97ae69eaedede42c3"><code>444958d</code></a>
dane_match_cert() should X509_free() on ->mcert instead</li>
<li><a
href="https://github.com/openssl/openssl/commit/8a6e1ba41846c3726e7765c6401cad0b7c0bc621"><code>8a6e1ba</code></a>
Add missing definitions to deprecation.pod</li>
<li><a
href="https://github.com/openssl/openssl/commit/05240e8f269905b1f6ed61693a49987cce8575a0"><code>05240e8</code></a>
FIPS: Disable time/request based reseeding for ECDSA KAT DRBG</li>
<li><a
href="https://github.com/openssl/openssl/commit/6473f261a3ec269dc43fae7d12758271f3f6f813"><code>6473f26</code></a>
Make the openssl-ciphers(1) manual page up to date</li>
<li><a
href="https://github.com/openssl/openssl/commit/20435f7d372f217ec4bfe863786877d4a8483638"><code>20435f7</code></a>
SSL_get_shared_ciphers(): Return NUL-terminated buffer for no shared
ciphers</li>
<li><a
href="https://github.com/openssl/openssl/commit/6dd43dcaf1a38d93f6b57cebf00490599bb4d8a3"><code>6dd43dc</code></a>
Fix logic errors for HMAC-DRBG</li>
<li><a
href="https://github.com/openssl/openssl/commit/e57696e141181498480dbf78f0a5c74c23fd56bf"><code>e57696e</code></a>
openssl-verify.pod.in: Add clarification about the parameters order</li>
<li><a
href="https://github.com/openssl/openssl/commit/87a52e010a3f5c9520f6e68926c4bcb72d4ae036"><code>87a52e0</code></a>
Indicate EOF on fatal error in file or winstore</li>
<li><a
href="https://github.com/openssl/openssl/commit/c95982258b711969e09a2a04e8d4981c2ba9df94"><code>c959822</code></a>
FIPS: Change EC_GROUP_check() so that it fails for explicit curves.</li>
<li>See full diff in <a
href="https://github.com/openssl/openssl/compare/9a19abc7ff1f870390263c8ad83a01fac4e56172...1281c39700e1232aa64350aa6bee4f34b83f3044">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 2afbd5b commit 5cffb35
1 file changed
+1
-1
lines changed- crypto/ec/ec_check.c+1-1
- crypto/err/openssl.txt+1
- crypto/http/http_client.c+15-3
- crypto/http/http_err.c+3-1
- crypto/x509/x509_vfy.c+1-1
- doc/internal/man7/deprecation.pod+2
- doc/man1/openssl-ciphers.pod.in+442-333
- doc/man1/openssl-verify.pod.in+5
- doc/man3/SSL_get_ciphers.pod+2
- include/crypto/httperr.h+1-1
- include/openssl/httperr.h+2-1
- providers/fips/self_test_kats.c+8-1
- providers/implementations/rands/drbg_hmac.c+2-2
- providers/implementations/storemgmt/file_store.c+8-1
- providers/implementations/storemgmt/winstore_store.c+3-1
- ssl/ssl_lib.c+9-11
- test/sslapitest.c+30-9
0 commit comments