Skip to content

Commit 4890d84

Browse files
committed
changing the error message for clarity
1 parent 0411788 commit 4890d84

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
@@ -775,7 +775,7 @@ fn verify_der<'p>(
775775
None => {
776776
return Err(CryptographyError::from(
777777
pyo3::exceptions::PyValueError::new_err(
778-
"The PKCS7 data does not contain any certificate.",
778+
"The PKCS7 data has an empty certificates attributes.",
779779
),
780780
));
781781
}

0 commit comments

Comments
 (0)