Skip to content

Commit aca8958

Browse files
baloonemynm
authored andcommitted
cms: use aes-kw pre-release
1 parent 8dc49c1 commit aca8958

File tree

3 files changed

+29
-77
lines changed

3 files changed

+29
-77
lines changed

Cargo.lock

Lines changed: 19 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ tls_codec_derive = { path = "./tls_codec/derive" }
5858
x509-tsp = { path = "./x509-tsp" }
5959
x509-cert = { path = "./x509-cert" }
6060
x509-ocsp = { path = "./x509-ocsp" }
61+
62+
# https://github.com/RustCrypto/key-wraps/pull/34
63+
# https://github.com/RustCrypto/key-wraps/pull/35
64+
aes-kw = { git = "https://github.com/RustCrypto/key-wraps.git" }
65+
66+
# https://github.com/RustCrypto/KDFs/pull/102
67+
ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git" }
68+

cms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ x509-cert = { version = "=0.3.0-pre.0", default-features = false }
2222

2323
# optional dependencies
2424
aes = { version = "=0.9.0-pre.2", optional = true }
25-
aes-kw = { version ="0.2.1", optional = true }
26-
ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git", version = "0.1.0", optional = true }
25+
aes-kw = { version ="=0.3.0-pre", optional = true }
26+
ansi-x963-kdf = { version = "0.1.0", optional = true }
2727
async-signature = { version = "=0.6.0-pre.4", features = ["digest", "rand_core"], optional = true }
2828
cbc = { version = "=0.2.0-pre.2", optional = true }
2929
cipher = { version = "=0.5.0-pre.7", features = ["alloc", "block-padding", "rand_core"], optional = true }

0 commit comments

Comments
 (0)