Skip to content

Commit

Permalink
PasswordRecipientInfoBuilder for CMS (#1273)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent f8d280b commit ba13a25
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ target/

# CLion IDE
.idea

# VS Code IDE
.vscode
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ signature = { version = "=2.3.0-pre.4", features = ["digest", "alloc"], optional
zeroize = { version = "1.8.1", optional = true }

[dev-dependencies]
aes = "=0.9.0-pre.2"
getrandom = "0.2"
hex-literal = "0.4"
pem-rfc7468 = "1.0.0-rc.1"
pkcs5 = "0.8.0-rc.1"
pbkdf2 = "0.13.0-pre.0"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
Expand Down
Loading

0 comments on commit ba13a25

Please sign in to comment.