Skip to content

Commit

Permalink
Add more of signature verification
Browse files Browse the repository at this point in the history
RustCrypto is missing brainpool curves, so the signature verification is not implemented still

RSA and DSA are also not implemented
  • Loading branch information
Fethbita committed Oct 27, 2024
1 parent 85017e9 commit 3d827ef
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ rasn = { version = "0.16.6", optional = true}
rasn-cms = { version = "0.16.6", optional = true}
rasn-pkix = { version = "0.16.6", optional = true}
num-bigint = "0.4.6"

[dev-dependencies]
hex-literal = "0.4.1"

[features]
Expand Down
Loading

0 comments on commit 3d827ef

Please sign in to comment.