tink-rust
tink-rust copied to clipboard
build(deps): bump openssl from 0.10.55 to 0.10.64
Bumps openssl from 0.10.55 to 0.10.64.
Release notes
Sourced from openssl's releases.
openssl-v0.10.64
What's Changed
- Make _STACK opaque for LibreSSL >= 3.9.0 by
@botovqin sfackler/rust-openssl#2153- enable x509 verify and groups list for boringssl by
@zh-jqin sfackler/rust-openssl#2155- Cleanup some not-required Path::new invocations by
@alexin sfackler/rust-openssl#2158- fixed a clippy (nightly) warning by
@alexin sfackler/rust-openssl#2161- Bump actions versions by
@alexin sfackler/rust-openssl#2162- Add support for setting the nonce type and digest on a PKEY_CTX by
@facutuescain sfackler/rust-openssl#2144- rebuild openssl-sys if the underlying openssl has changed by
@reaperhulkin sfackler/rust-openssl#2157- Added binding for EVP_default_properties_enable_fips by
@alexin sfackler/rust-openssl#2168- LibreSSL 3.9: fix CRYPTO_malloc/free signatures by
@botovqin sfackler/rust-openssl#2170- Expose alias on X509 structs by
@alexin sfackler/rust-openssl#2167- bump openssl and openssl-sys + changelogs by
@reaperhulkin sfackler/rust-openssl#2175Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
openssl-v0.10.63
What's Changed
- Allow passing a passphrase callback when loading a public key by
@alexin sfackler/rust-openssl#2135- Expose several additional ciphers for symmetry with symm by
@alexin sfackler/rust-openssl#2140- brew: add [email protected] (for 3.0.x LTS releases) by
@chenrui333in sfackler/rust-openssl#2141- Add PKey::from_dhx by
@alexin sfackler/rust-openssl#2142- Make X509_PURPOSE opaque for LibreSSL >= 3.9.0 by
@botovqin sfackler/rust-openssl#2145- PEM parsing: check last error instead of first by
@botovqin sfackler/rust-openssl#2148- Expose brainpool NIDs on libressl by
@alexin sfackler/rust-openssl#2150- Add two methods to the PKCS7 API by
@facutuescain sfackler/rust-openssl#2111- add more boringssl methods by
@zh-jqin sfackler/rust-openssl#2138- Release openssl v0.10.63 and openssl-sys v0.9.99 by
@alexin sfackler/rust-openssl#2152Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63
openssl-v0.10.62
What's Changed
- fixes #2119 -- use ErrorStack abstraction in X.509 error handling by
@alexin sfackler/rust-openssl#2120- Fix building with latest BoringSSL by
@alexin sfackler/rust-openssl#2121- Fix tests on macOS by
@alexin sfackler/rust-openssl#2123- Upcoming API changes in LibreSSL 3.9 by
@botovqin sfackler/rust-openssl#2124- Add
rand_priv_bytesby@overvenusin sfackler/rust-openssl#2126- Add nid constant for curve brainpoolP320r1 by
@nicklaswjin sfackler/rust-openssl#2129- Release openssl v0.10.62 and openssl-sys v0.9.98 by
@alexin sfackler/rust-openssl#2133New Contributors
@overvenusmade their first contribution in sfackler/rust-openssl#2126@nicklaswjmade their first contribution in sfackler/rust-openssl#2129Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62
openssl v0.10.61
... (truncated)
Commits
4a19cd4Merge pull request #2175 from reaperhulk/changelog4e0e05abump openssl and openssl-sys + changelogsc2b124aBe explicit that aliases are not part of X.509 certificates1abf4a5Merge pull request #2167 from alex/expose-aliasa644ec2Merge pull request #2170 from botovq/crypto-free83940d1LibreSSL 3.9: fix CRYPTO_malloc/free signatures51fc569Merge pull request #2168 from sfackler/alex-patch-13c53deeAdded binding for EVP_default_properties_enable_fipsa12abe1Expose alias on X509 structs3acf2efMerge pull request #2157 from reaperhulk/rebuild-if-changed- 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 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.