Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
nitneuqr committed Dec 2, 2024
1 parent 2b01531 commit 6848f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/pkcs7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ fn decrypt_der<'p>(
_ => {
return Err(CryptographyError::from(
exceptions::UnsupportedAlgorithm::new_err((
"Only AES (with key sizes 128, 192 or 256) with CBC mode is currently supported for content decryption.",
"Only AES (with key sizes 128 or 256) with CBC mode is currently supported for content decryption.",
exceptions::Reasons::UNSUPPORTED_SERIALIZATION,
)),
));
Expand Down

0 comments on commit 6848f1c

Please sign in to comment.