Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 109 additions & 88 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ tls_codec_derive = { path = "./tls_codec/derive" }
x509-tsp = { path = "./x509-tsp" }
x509-cert = { path = "./x509-cert" }
x509-ocsp = { path = "./x509-ocsp" }

elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
crypto-primes = { git = "https://github.com/baloo/crypto-primes.git", branch = "baloo/rand_core/0.10.0-rc.2" }
ff = { git = "https://github.com/tarcieri/ff", branch = "rand_core/v0.10.0-rc-2" }
group = { git = "https://github.com/tarcieri/group", branch = "rand_core/v0.10.0-rc-2" }
p256 = { git = "https://github.com/RustCrypto/elliptic-curves " }
primefield = { git = "https://github.com/RustCrypto/elliptic-curves " }
rsa = { git = "https://github.com/RustCrypto/RSA" }
5 changes: 3 additions & 2 deletions cmpv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ der = { version = "0.8.0-rc.9", features = ["alloc", "derive", "flagset", "oid"]
spki = "0.8.0-rc.4"
x509-cert = { version = "0.3.0-rc.0", default-features = false }

digest = { version = "0.11.0-pre.10", optional = true, default-features = false }
# optional features
digest = { version = "0.11.0-rc.4", optional = true, default-features = false }

[dev-dependencies]
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
const-oid = { version = "0.10", features = ["db"] }
hex-literal = "1"

[features]
Expand Down
28 changes: 14 additions & 14 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ spki = "0.8.0-rc.4"
x509-cert = { version = "0.3.0-rc.2", default-features = false }

# optional dependencies
aes = { version = "0.9.0-rc.1", optional = true }
aes-kw = { version = "0.3.0-rc.0", optional = true }
ansi-x963-kdf = { version = "0.1.0-rc.0", optional = true }
cbc = { version = "0.2.0-rc.1", optional = true }
cipher = { version = "0.5.0-rc.1", features = ["alloc", "block-padding", "rand_core"], optional = true }
digest = { version = "0.11.0-rc.1", optional = true }
elliptic-curve = { version = "0.14.0-rc.14", optional = true }
rsa = { version = "0.10.0-rc.8", optional = true }
sha1 = { version = "0.11.0-rc.2", optional = true }
sha2 = { version = "0.11.0-rc.2", optional = true }
aes = { version = "0.9.0-rc.2", optional = true }
aes-kw = { version = "0.3.0-rc.1", optional = true }
ansi-x963-kdf = { version = "0.1.0-rc.1", optional = true }
cbc = { version = "0.2.0-rc.2", optional = true }
cipher = { version = "0.5.0-rc.2", features = ["alloc", "block-padding", "rand_core"], optional = true }
digest = { version = "0.11.0-rc.4", optional = true }
elliptic-curve = { version = "0.14.0-rc.16", optional = true }
rsa = { version = "0.10.0-rc.9", optional = true }
sha1 = { version = "0.11.0-rc.3", optional = true }
sha2 = { version = "0.11.0-rc.3", optional = true }
sha3 = { version = "0.11.0-rc.3", optional = true }
signature = { version = "3.0.0-rc.3", features = ["digest", "alloc"], optional = true }
signature = { version = "3.0.0-rc.5", features = ["digest", "alloc"], optional = true }
zeroize = { version = "1.8.1", optional = true }

[dev-dependencies]
aes = "0.9.0-rc.1"
aes = "0.9.0-rc.2"
getrandom = "0.3"
hex-literal = "1"
pem-rfc7468 = "1.0.0-rc.1"
pkcs5 = "0.8.0-rc.6"
pbkdf2 = "0.13.0-rc.1"
rand = "0.9"
rand = "0.10.0-rc.1"
rsa = { version = "0.10.0-rc.6", features = ["sha2"] }
ecdsa = { version = "0.17.0-rc.6", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.11"
p256 = "0.14.0-rc.0"
tokio = { version = "1.45.1", features = ["macros", "rt"] }
x509-cert = { version = "0.3.0-rc.0", features = ["pem"] }

Expand Down
2 changes: 1 addition & 1 deletion crmf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spki = "0.8.0-rc.3"
x509-cert = { version = "0.3.0-rc.0", default-features = false }

[dev-dependencies]
const-oid = "0.10.0-rc.0"
const-oid = "0.10"

[features]
alloc = ["der/alloc"]
Expand Down
10 changes: 5 additions & 5 deletions pkcs12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ rust-version = "1.85"
der = { version = "0.8.0-rc.9", features = ["alloc", "derive", "oid"], default-features = false }
spki = { version = "0.8.0-rc.4", default-features = false }
x509-cert = { version = "0.3.0-rc.0", default-features = false }
const-oid = { version = "0.10.0", features = ["db"], default-features = false }
const-oid = { version = "0.10", features = ["db"], default-features = false }
cms = { version = "=0.3.0-pre.0", default-features = false }

# optional dependencies
digest = { version = "0.11.0-rc.0", features = ["alloc"], optional = true }
digest = { version = "0.11.0-rc.4", features = ["alloc"], optional = true }
zeroize = { version = "1.8.1", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "1"
pkcs8 = { version = "0.11.0-rc.6", features = ["pkcs5", "getrandom"] }
pkcs8 = { version = "0.11.0-rc.7", features = ["pkcs5"] }
pkcs5 = { version = "0.8.0-rc.6", features = ["pbes2", "3des"] }
sha2 = "0.11.0-rc.0"
whirlpool = "0.11.0-rc.0"
sha2 = "0.11.0-rc.3"
whirlpool = "0.11.0-rc.3"

[features]
default = ["pem"]
Expand Down
17 changes: 8 additions & 9 deletions pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ der = { version = "0.8.0-rc.9", features = ["oid"] }
spki = "0.8.0-rc.4"

# optional dependencies
cbc = { version = "0.2.0-rc.1", optional = true }
aes = { version = "0.9.0-rc.1", optional = true, default-features = false }
aes-gcm = { version = "0.11.0-rc.1", optional = true, default-features = false, features = ["aes"] }
des = { version = "0.9.0-rc.1", optional = true, default-features = false }
pbkdf2 = { version = "0.13.0-rc.1", optional = true, default-features = false, features = ["hmac"] }
rand_core = { version = "0.9", optional = true, default-features = false }
cbc = { version = "0.2.0-rc.2", optional = true }
aes = { version = "0.9.0-rc.2", optional = true, default-features = false }
aes-gcm = { version = "0.11.0-rc.2", optional = true, default-features = false, features = ["aes"] }
des = { version = "0.9.0-rc.2", optional = true, default-features = false }
pbkdf2 = { version = "0.13.0-rc.2", optional = true, default-features = false, features = ["hmac"] }
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
scrypt = { version = "0.12.0-rc.2", optional = true, default-features = false }
sha1 = { version = "0.11.0-rc.2", optional = true, default-features = false }
sha2 = { version = "0.11.0-rc.2", optional = true, default-features = false }
sha1 = { version = "0.11.0-rc.3", optional = true, default-features = false }
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "1"
Expand All @@ -39,7 +39,6 @@ std = []

3des = ["dep:des", "pbes2"]
des-insecure = ["dep:des", "pbes2"]
getrandom = ["rand_core/os_rng"]
pbes2 = ["dep:aes", "dep:cbc", "dep:pbkdf2", "dep:scrypt", "dep:sha2", "dep:aes-gcm"]
sha1-insecure = ["dep:sha1", "pbes2"]

Expand Down
3 changes: 1 addition & 2 deletions pkcs8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ der = { version = "0.8.0-rc.9", features = ["oid"] }
spki = "0.8.0-rc.4"

# optional dependencies
rand_core = { version = "0.9", optional = true, default-features = false }
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
pkcs5 = { version = "0.8.0-rc.8", optional = true, features = ["rand_core"] }
subtle = { version = "2", optional = true, default-features = false }

Expand All @@ -36,7 +36,6 @@ std = ["alloc", "der/std", "spki/std"]
3des = ["encryption", "pkcs5/3des"]
des-insecure = ["encryption", "pkcs5/des-insecure"]
encryption = ["alloc", "pkcs5/alloc", "pkcs5/pbes2", "rand_core"]
getrandom = ["rand_core/os_rng"]
pem = ["alloc", "der/pem", "spki/pem"]
sha1-insecure = ["encryption", "pkcs5/sha1-insecure"]

Expand Down
4 changes: 2 additions & 2 deletions spki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ der = { version = "0.8.0-rc.9", features = ["oid"] }
# Optional dependencies
arbitrary = { version = "1.4", features = ["derive"], optional = true }
base64ct = { version = "1", optional = true, default-features = false }
digest = { version = "0.11.0-rc.0", optional = true, default-features = false }
sha2 = { version = "0.11.0-rc.0", optional = true, default-features = false }
digest = { version = "0.11.0-rc.4", optional = true, default-features = false }
sha2 = { version = "0.11.0-rc.2", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "1"
Expand Down
12 changes: 6 additions & 6 deletions x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ spki = { version = "0.8.0-rc.4", features = ["alloc"] }

# optional dependencies
arbitrary = { version = "1.4", features = ["derive"], optional = true }
digest = { version = "0.11.0-rc.0", optional = true, default-features = false }
sha1 = { version = "0.11.0-rc.2", default-features = false, optional = true }
signature = { version = "3.0.0-rc.3", features = ["rand_core"], optional = true }
digest = { version = "0.11.0-rc.4", optional = true, default-features = false }
sha1 = { version = "0.11.0-rc.3", default-features = false, optional = true }
signature = { version = "3.0.0-rc.5", features = ["rand_core"], optional = true }
tls_codec = { version = "0.4", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
hex-literal = "1"
rand = "0.9"
rand = "0.10.0-rc.1"
rsa = { version = "0.10.0-rc.8", features = ["sha2"] }
ecdsa = { version = "0.17.0-rc.6", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.11"
p256 = "0.14.0-rc.0"
rstest = "0.26"
sha2 = { version = "0.11.0-rc.2", features = ["oid"] }
sha2 = { version = "0.11.0-rc.3", features = ["oid"] }
tempfile = "3.5"
tokio = { version = "1.45", features = ["macros", "rt"] }
x509-cert-test-support = { path = "./test-support" }
Expand Down
14 changes: 7 additions & 7 deletions x509-ocsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ edition = "2024"
rust-version = "1.85"

[dependencies]
const-oid = { version = "0.10.0-rc.0", default-features = false, features = ["db"] }
const-oid = { version = "0.10", default-features = false, features = ["db"] }
der = { version = "0.8.0-rc.9", features = ["alloc", "derive", "oid"] }
spki = { version = "0.8.0-rc.4", features = ["alloc"] }
x509-cert = { version = "0.3.0-rc.0", default-features = false }

# Optional
digest = { version = "0.11.0-rc.0", optional = true, default-features = false, features = ["oid"] }
rand_core = { version = "0.9", optional = true, default-features = false }
signature = { version = "3.0.0-rc.0", optional = true, default-features = false, features = ["digest", "rand_core"] }
digest = { version = "0.11.0-rc.4", optional = true, default-features = false, features = ["oid"] }
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
signature = { version = "3.0.0-rc.5", optional = true, default-features = false, features = ["digest", "rand_core"] }

[dev-dependencies]
hex-literal = "1"
lazy_static = "1.5.0"
rand = "0.9"
rand = "0.10.0-rc.1"
rsa = { version = "0.10.0-rc.1", default-features = false, features = ["encoding", "sha2"] }
sha1 = { version = "0.11.0-rc.0", default-features = false, features = ["oid"] }
sha2 = { version = "0.11.0-rc.0", default-features = false, features = ["oid"] }
sha1 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }
sha2 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }

[features]
rand = ["rand_core"]
Expand Down