Skip to content

Commit 3b87e94

Browse files
committed
Remove example with rsa crate interop
1 parent 4b7e89e commit 3b87e94

File tree

4 files changed

+0
-248
lines changed

4 files changed

+0
-248
lines changed

Cargo.lock

-198
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ readme = "README.md"
1717
description = "Rust X.509 certificate generator"
1818
repository = "https://github.com/rustls/rcgen"
1919
keywords = ["mkcert", "ca", "certificate"]
20-
21-
# This greatly speeds up rsa key generation times
22-
# (only applies to the dev-dependency of rcgen because cargo
23-
# ignores profile overrides for non leaf packages)
24-
[profile.dev.package.num-bigint-dig]
25-
opt-level = 3

rcgen/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ license.workspace = true
99
edition.workspace = true
1010
keywords.workspace = true
1111

12-
[[example]]
13-
name = "rsa-irc"
14-
required-features = ["pem"]
15-
1612
[[example]]
1713
name = "rsa-irc-openssl"
1814
required-features = ["pem"]
@@ -59,5 +55,4 @@ x509-parser = { workspace = true, features = ["verify"] }
5955
rustls-webpki = { version = "0.102", features = ["std"] }
6056
botan = { version = "0.11", features = ["vendored"] }
6157
rand = { workspace = true }
62-
rsa = "0.9"
6358
ring = { workspace = true }

rcgen/examples/rsa-irc.rs

-39
This file was deleted.

0 commit comments

Comments
 (0)