- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 760
Comparing changes
Open a pull request
base repository: sfackler/rust-openssl
base: openssl-v0.10.54
head repository: sfackler/rust-openssl
compare: openssl-v0.10.55
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90d9199 - Browse repository at this point
Copy the full SHA 90d9199View commit details -
Merge pull request #1948 from alex/boringssl-warnings
Fix warnings from BoringSSL on Rust 1.70
Configuration menu - View commit details
-
Copy full SHA for 9ef1fe3 - Browse repository at this point
Copy the full SHA 9ef1fe3View commit details -
Honor OPENSSL_NO_OCB if OpenSSL was built this way
Setting ossl110 in the BoringSSL build (see #1944) causes rust-openssl to expect OCB support. However, OpenSSL already has a feature guard for OCB, which BoringSSL sets. rust-openssl just isn't honoring it. This fixes building against an OpenSSL built with ./config no-ocb
Configuration menu - View commit details
-
Copy full SHA for e476f9a - Browse repository at this point
Copy the full SHA e476f9aView commit details -
Fix some deprecated patterns when using BoringSSL
The RSA and DSA changes will be needed to avoid build breakage soon. The others are mostly tidying up. There's another place around BIO that we'd ideally also switch over, but that depends on resolving the __fixed_rust mess first. This addresses a symptom of #1944, but not the root cause.
Configuration menu - View commit details
-
Copy full SHA for 5283d7c - Browse repository at this point
Copy the full SHA 5283d7cView commit details -
Merge pull request #1952 from davidben/no-ocb
Honor OPENSSL_NO_OCB if OpenSSL was built this way
Configuration menu - View commit details
-
Copy full SHA for e641bd2 - Browse repository at this point
Copy the full SHA e641bd2View commit details -
Merge pull request #1945 from davidben/opaque-rsa-dsa
Fix some deprecated patterns when using BoringSSL
Configuration menu - View commit details
-
Copy full SHA for d5cc54b - Browse repository at this point
Copy the full SHA d5cc54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b6cb5 - Browse repository at this point
Copy the full SHA a3b6cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for faae7bb - Browse repository at this point
Copy the full SHA faae7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a5460 - Browse repository at this point
Copy the full SHA 38a5460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37966b3 - Browse repository at this point
Copy the full SHA 37966b3View commit details -
Merge pull request #1947 from reaperhulk/ec-more
add get_asn1_flag to EcGroupRef
Configuration menu - View commit details
-
Copy full SHA for 92dca6b - Browse repository at this point
Copy the full SHA 92dca6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52ac4e - Browse repository at this point
Copy the full SHA d52ac4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9fba4 - Browse repository at this point
Copy the full SHA 1b9fba4View commit details -
Merge pull request #1954 from sfackler/alex-patch-1
Fixed type mutability on asn1_flag
Configuration menu - View commit details
-
Copy full SHA for 64b3106 - Browse repository at this point
Copy the full SHA 64b3106View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b18e90 - Browse repository at this point
Copy the full SHA 7b18e90View commit details -
Merge pull request #1955 from reaperhulk/oh-mickey-youre-affine
allow affine_coordinates on boring and libre
Configuration menu - View commit details
-
Copy full SHA for 1a5b134 - Browse repository at this point
Copy the full SHA 1a5b134View commit details
Commits on Jun 6, 2023
-
add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3
via Deriver::set_peer_ex
Configuration menu - View commit details
-
Copy full SHA for f783cbe - Browse repository at this point
Copy the full SHA f783cbeView commit details
Commits on Jun 7, 2023
-
Co-authored-by: Steven Fackler <sfackler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45e4fc2 - Browse repository at this point
Copy the full SHA 45e4fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ac347 - Browse repository at this point
Copy the full SHA 50ac347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f1a1a - Browse repository at this point
Copy the full SHA 87f1a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2604033 - Browse repository at this point
Copy the full SHA 2604033View commit details -
Merge pull request #1956 from reaperhulk/ex-tend-those-peers
add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3
Configuration menu - View commit details
-
Copy full SHA for a71f492 - Browse repository at this point
Copy the full SHA a71f492View commit details
Commits on Jun 8, 2023
-
Use type-safe wrappers instead of EVP_PKEY_assign
In OpenSSL, these are macros, so they didn't get imported by bindgen, but they're proper functions in BoringSSL and we'd prefer callers use those for safety. For OpenSSL, just add the corresponding functions in openssl-sys, matching how rust-openssl handles EVP_PKEY_CTX_ctrl. Using the type-safe wrappers flags that rust-openssl was trying to convert DH to EVP_PKEY, but BoringSSL doesn't actually support this. (DH is a legacy primitive, so we haven't routed it to EVP_PKEY right now.)
Configuration menu - View commit details
-
Copy full SHA for c2f4d58 - Browse repository at this point
Copy the full SHA c2f4d58View commit details -
Merge pull request #1959 from davidben/assign-typesafe
Use type-safe wrappers instead of EVP_PKEY_assign
Configuration menu - View commit details
-
Copy full SHA for 006afe9 - Browse repository at this point
Copy the full SHA 006afe9View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c0f0a7 - Browse repository at this point
Copy the full SHA 7c0f0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9840b53 - Browse repository at this point
Copy the full SHA 9840b53View commit details -
Merge pull request #1962 from zh-jq/ec-sm2
add Nid::SM2 and pkey Id::SM2
Configuration menu - View commit details
-
Copy full SHA for 8e16a8b - Browse repository at this point
Copy the full SHA 8e16a8bView commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb5ae60 - Browse repository at this point
Copy the full SHA fb5ae60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e16e9 - Browse repository at this point
Copy the full SHA b1e16e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8587ff8 - Browse repository at this point
Copy the full SHA 8587ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab3c3f - Browse repository at this point
Copy the full SHA 8ab3c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9784356 - Browse repository at this point
Copy the full SHA 9784356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155b3dc - Browse repository at this point
Copy the full SHA 155b3dcView commit details -
Merge pull request #1968 from sfackler/empty-domain-segfault
Fix handling of empty host strings
Configuration menu - View commit details
-
Copy full SHA for f03a2dc - Browse repository at this point
Copy the full SHA f03a2dcView commit details -
Merge pull request #1966 from tesuji/tidy-old-msrv
Remove old codes that belows supported Rust version.
Configuration menu - View commit details
-
Copy full SHA for 28b3925 - Browse repository at this point
Copy the full SHA 28b3925View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 983b9e2 - Browse repository at this point
Copy the full SHA 983b9e2View commit details -
Merge pull request #1970 from alex/bump-for-release
Release openssl v0.10.55 and openssl-sys v0.9.89
Configuration menu - View commit details
-
Copy full SHA for d7dae6f - Browse repository at this point
Copy the full SHA d7dae6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff openssl-v0.10.54...openssl-v0.10.55