Bump openssl from 0.10.56 to 0.10.60
Bumps openssl from 0.10.56 to 0.10.60.
Release notes
Sourced from openssl's releases.
openssl-v0.10.60
What's Changed
- Correct off-by-one in minimum output buffer size computation by
@alexin sfackler/rust-openssl#2088- Expose a few more (bad) ciphers in cipher::Cipher by
@alexin sfackler/rust-openssl#2084- add temp key bindings by
@jmayclinin sfackler/rust-openssl#2076- Expose ChaCha20 on LibreSSL by
@alexin sfackler/rust-openssl#2093- Revert "Correct off-by-one in minimum output buffer size computation" by
@alexin sfackler/rust-openssl#2090- Added
update_uncheckedtosymm::Crypterby@alexin sfackler/rust-openssl#2100- fixes #2096 -- deprecate
X509StoreRef::objects, it is unsound by@alexin sfackler/rust-openssl#2099- Don't leak when overwriting ex data by
@sfacklerin sfackler/rust-openssl#2102- Release openssl v0.10.60 and openssl-sys v0.9.96 by
@alexin sfackler/rust-openssl#2104Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60
openssl-v0.10.59
What's Changed
- Add binding to NID of Chacha20-Poly1305 cipher by
@Arnavionin sfackler/rust-openssl#2081- Fixed cfg for RSA_PSS by
@alexin sfackler/rust-openssl#2079- fixes #2050 -- build and test on libressl 3.8.2 by
@alexin sfackler/rust-openssl#2082- Release openssl v0.10.59 and openssl-sys v0.9.95 by
@alexin sfackler/rust-openssl#2083New Contributors
@Arnavionmade their first contribution in sfackler/rust-openssl#2081Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59
openssl-v0.10.58
What's Changed
- LibreSSL 3.8.1 support by
@alexin sfackler/rust-openssl#2035- Update vendored version to openssl 3 by
@amoussetin sfackler/rust-openssl#1925- Test against 3.2.0-alpha1 by
@sfacklerin sfackler/rust-openssl#2037- Removed reference to non-existent method by
@alexin sfackler/rust-openssl#2039- Bump CI to 1.1.1w by
@sfacklerin sfackler/rust-openssl#2040- [openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by
@jgallagherin sfackler/rust-openssl#2042- Expose CBC mode for several more (bad) ciphers by
@alexin sfackler/rust-openssl#2045- Expose two additional Pkey IDs by
@alexin sfackler/rust-openssl#2046- Add support for CRL extensions and the Authority Information Access e… by
@AdmiralGTin sfackler/rust-openssl#2003- Fix clippy warnings produced by newer Rust by
@wiktor-kin sfackler/rust-openssl#2052- Use osslconf on BoringSSL by
@alexin sfackler/rust-openssl#2056- Make X509_ALGOR opaque for LibreSSL by
@botovqin sfackler/rust-openssl#2060- Don't ignore ECDSA tests without GF2m support by
@botovqin sfackler/rust-openssl#2061- Clarify 'possible LibreSSL bug' by
@botovqin sfackler/rust-openssl#2062- Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by
@botovqin sfackler/rust-openssl#2063- Enable SHA-3 for LibreSSL 3.8.0 by
@botovqin sfackler/rust-openssl#2064- Remove DH_generate_parameters for LibreSSL 3.8.2 by
@botovqin sfackler/rust-openssl#2065- Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by
@botovqin sfackler/rust-openssl#2067- Enable HKDF support for LibreSSL >= 3.6.0 by
@botovqin sfackler/rust-openssl#2066- Two build script fixes for LibreSSL by
@botovqin sfackler/rust-openssl#2068- Respect OPENSSL_NO_OCB on AES functions by
@GuyLewinin sfackler/rust-openssl#2070
... (truncated)
Commits
8f4b97aMerge pull request #2104 from alex/bump-for-releasedf66283Release openssl v0.10.60 and openssl-sys v0.9.961a09dc8Merge pull request #2102 from sfackler/ex-leakb0a1da5Merge branch 'master' into ex-leakf456b60Merge pull request #2099 from alex/deprecate-store-ref-objectsa8413b8Merge pull request #2100 from alex/symm-update-uncheckeda92c237clippye839496Don't leak when overwriting ex data602d38dAddedupdate_uncheckedtosymm::Cryptercf9681afixes #2096 -- deprecateX509StoreRef::objects, it is unsound- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Test Coverage Report for Build 9289154290
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 94.162%
| Totals | |
|---|---|
| Change from base Build 9289140403: | 0.0% |
| Covered Lines: | 5806 |
| Relevant Lines: | 6166 |
💛 - Coveralls
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
'This PR has been flagged as stale due to no activity for over 60 days. It will not be automatically closed, but it has been given a stale-pr label and should be manually reviewed.'
@dependabot rebase
The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
@dependabot recreate
Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).
@dependabot reopen
@dependabot recreate
The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.
@dependabot recreate
Superseded by #444.