Skip to content

Commit ba13a25

Browse files
bksteinbalookletterstein
authored
PasswordRecipientInfoBuilder for CMS (#1273)
This provides a builder for CMS' PasswordRecipientInfo according to RFC 3211. Co-authored-by: Arthur Gautier <[email protected]> Co-authored-by: Bernd Krietenstein <[email protected]>
1 parent f8d280b commit ba13a25

File tree

5 files changed

+521
-80
lines changed

5 files changed

+521
-80
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ target/
33

44
# CLion IDE
55
.idea
6+
7+
# VS Code IDE
8+
.vscode

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ signature = { version = "=2.3.0-pre.4", features = ["digest", "alloc"], optional
3333
zeroize = { version = "1.8.1", optional = true }
3434

3535
[dev-dependencies]
36+
aes = "=0.9.0-pre.2"
3637
getrandom = "0.2"
3738
hex-literal = "0.4"
3839
pem-rfc7468 = "1.0.0-rc.1"
3940
pkcs5 = "0.8.0-rc.1"
41+
pbkdf2 = "0.13.0-pre.0"
4042
rand = "0.8.5"
4143
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
4244
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }

0 commit comments

Comments
 (0)