File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ x509-tsp = { path = "./x509-tsp" }
6060x509-cert = { path = " ./x509-cert" }
6161x509-ocsp = { path = " ./x509-ocsp" }
6262
63+ crypto-bigint = { git = " https://github.com/RustCrypto/crypto-bigint.git" }
6364elliptic-curve = { git = " https://github.com/RustCrypto/traits.git" }
64- ecdsa = { git = " https://github.com/RustCrypto/signatures.git" }
65- primefield = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
66- p256 = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
65+ ecdsa = { git = " https://github.com/RustCrypto/signatures.git" }
66+ primefield = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
67+ p256 = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
68+ rsa = { git = " https://github.com/RustCrypto/RSA.git" }
You can’t perform that action at this time.
0 commit comments