Skip to content

Commit

Permalink
Upgrade to rcgen 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Oct 24, 2023
1 parent 3be3625 commit 4f721a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Expand Up @@ -74,7 +74,7 @@ untrusted = "0.9"
base64 = "0.21"
bencher = "0.1.5"
once_cell = "1.17.2"
rcgen = { version = "0.11.1", default-features = false }
rcgen = { version = "0.11.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand All @@ -98,7 +98,3 @@ codegen-units = 1
name = "benchmarks"
path = "benches/benchmark.rs"
harness = false

[patch.crates-io]
# TODO(XXX): Remove this once rcgen has cut a release w/ CRL support included.
rcgen = { git = 'https://github.com/est31/rcgen.git', rev = '83e548a06848d923eada1ac66d1a912735b67e79' }
1 change: 1 addition & 0 deletions benches/benchmark.rs
Expand Up @@ -85,6 +85,7 @@ fn generate_crl(revoked_count: usize) -> Vec<u8> {
crl_number: SerialNumber::from(1234),
alg: &PKCS_ECDSA_P256_SHA256,
key_identifier_method: KeyIdMethod::Sha256,
issuing_distribution_point: None,
revoked_certs,
};
let crl = CertificateRevocationList::from_params(crl).unwrap();
Expand Down

0 comments on commit 4f721a9

Please sign in to comment.