sensi-mouse
sensi-mouse copied to clipboard
chore(deps): bump openssl from 0.10.55 to 0.10.60 in /updater
Bumps openssl from 0.10.55 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
@alex
in sfackler/rust-openssl#2088- Expose a few more (bad) ciphers in cipher::Cipher by
@alex
in sfackler/rust-openssl#2084- add temp key bindings by
@jmayclin
in sfackler/rust-openssl#2076- Expose ChaCha20 on LibreSSL by
@alex
in sfackler/rust-openssl#2093- Revert "Correct off-by-one in minimum output buffer size computation" by
@alex
in sfackler/rust-openssl#2090- Added
update_unchecked
tosymm::Crypter
by@alex
in sfackler/rust-openssl#2100- fixes #2096 -- deprecate
X509StoreRef::objects
, it is unsound by@alex
in sfackler/rust-openssl#2099- Don't leak when overwriting ex data by
@sfackler
in sfackler/rust-openssl#2102- Release openssl v0.10.60 and openssl-sys v0.9.96 by
@alex
in 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
@Arnavion
in sfackler/rust-openssl#2081- Fixed cfg for RSA_PSS by
@alex
in sfackler/rust-openssl#2079- fixes #2050 -- build and test on libressl 3.8.2 by
@alex
in sfackler/rust-openssl#2082- Release openssl v0.10.59 and openssl-sys v0.9.95 by
@alex
in sfackler/rust-openssl#2083New Contributors
@Arnavion
made 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
@alex
in sfackler/rust-openssl#2035- Update vendored version to openssl 3 by
@amousset
in sfackler/rust-openssl#1925- Test against 3.2.0-alpha1 by
@sfackler
in sfackler/rust-openssl#2037- Removed reference to non-existent method by
@alex
in sfackler/rust-openssl#2039- Bump CI to 1.1.1w by
@sfackler
in sfackler/rust-openssl#2040- [openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by
@jgallagher
in sfackler/rust-openssl#2042- Expose CBC mode for several more (bad) ciphers by
@alex
in sfackler/rust-openssl#2045- Expose two additional Pkey IDs by
@alex
in sfackler/rust-openssl#2046- Add support for CRL extensions and the Authority Information Access e… by
@AdmiralGT
in sfackler/rust-openssl#2003- Fix clippy warnings produced by newer Rust by
@wiktor-k
in sfackler/rust-openssl#2052- Use osslconf on BoringSSL by
@alex
in sfackler/rust-openssl#2056- Make X509_ALGOR opaque for LibreSSL by
@botovq
in sfackler/rust-openssl#2060- Don't ignore ECDSA tests without GF2m support by
@botovq
in sfackler/rust-openssl#2061- Clarify 'possible LibreSSL bug' by
@botovq
in sfackler/rust-openssl#2062- Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by
@botovq
in sfackler/rust-openssl#2063- Enable SHA-3 for LibreSSL 3.8.0 by
@botovq
in sfackler/rust-openssl#2064- Remove DH_generate_parameters for LibreSSL 3.8.2 by
@botovq
in sfackler/rust-openssl#2065- Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by
@botovq
in sfackler/rust-openssl#2067- Enable HKDF support for LibreSSL >= 3.6.0 by
@botovq
in sfackler/rust-openssl#2066- Two build script fixes for LibreSSL by
@botovq
in sfackler/rust-openssl#2068- Respect OPENSSL_NO_OCB on AES functions by
@GuyLewin
in sfackler/rust-openssl#2070
... (truncated)
Commits
8f4b97a
Merge pull request #2104 from alex/bump-for-releasedf66283
Release openssl v0.10.60 and openssl-sys v0.9.961a09dc8
Merge pull request #2102 from sfackler/ex-leakb0a1da5
Merge branch 'master' into ex-leakf456b60
Merge pull request #2099 from alex/deprecate-store-ref-objectsa8413b8
Merge pull request #2100 from alex/symm-update-uncheckeda92c237
clippye839496
Don't leak when overwriting ex data602d38d
Addedupdate_unchecked
tosymm::Crypter
cf9681a
fixes #2096 -- deprecateX509StoreRef::objects
, it is unsound- Additional commits viewable in compare view
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 commands and options
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) You can disable automated security fix PRs for this repo from the Security Alerts page.