AtCoderProblems
                                
                                 AtCoderProblems copied to clipboard
                                
                                    AtCoderProblems copied to clipboard
                            
                            
                            
                        build(deps): bump openssl from 0.10.51 to 0.10.60 in /atcoder-problems-backend
Bumps openssl from 0.10.51 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-release
- df66283Release openssl v0.10.60 and openssl-sys v0.9.96
- 1a09dc8Merge pull request #2102 from sfackler/ex-leak
- b0a1da5Merge branch 'master' into ex-leak
- f456b60Merge pull request #2099 from alex/deprecate-store-ref-objects
- a8413b8Merge pull request #2100 from alex/symm-update-unchecked
- a92c237clippy
- e839496Don't leak when overwriting ex data
- 602d38dAdded- update_uncheckedto- symm::Crypter
- cf9681afixes #2096 -- deprecate- X509StoreRef::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 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.