Skip to content

Commit

Permalink
ecdsa,elliptic-curve,rsa: use master branch
Browse files Browse the repository at this point in the history
Sources these crates from the `master` branch of their respective repos
  • Loading branch information
tarcieri committed Sep 6, 2024
1 parent 3fb883b commit 9f448db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ x509-cert = { path = "./x509-cert" }
x509-ocsp = { path = "./x509-ocsp" }

# Temp patches to external crates
# https://github.com/RustCrypto/signatures/pull/851
ecdsa = { git = "https://github.com/baloo/signatures", branch = "baloo/pkcs8/api-change" }
# https://github.com/RustCrypto/RSA/pull/446
rsa = { git = "https://github.com/baloo/RSA", branch = "baloo/pkcs8/api-changes" }
# https://github.com/RustCrypto/traits/pull/1650
elliptic-curve = { git = "https://github.com/baloo/traits.git", branch ="baloo/elliptic-curve/pkcs8-API-break" }
ecdsa = { git = "https://github.com/RustCrypto/signatures" }
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
rsa = { git = "https://github.com/RustCrypto/RSA" }

0 comments on commit 9f448db

Please sign in to comment.