Skip to content

Commit ecd6da3

Browse files
committed
changing the error message for clarity
1 parent 01ab390 commit ecd6da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/pkcs7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ fn verify_der<'p>(
771771
None => {
772772
return Err(CryptographyError::from(
773773
pyo3::exceptions::PyValueError::new_err(
774-
"The PKCS7 data does not contain any certificate.",
774+
"The PKCS7 data has an empty certificates attributes.",
775775
),
776776
));
777777
}

0 commit comments

Comments
 (0)