Skip to content

Commit 6793504

Browse files
committed
Make new error context types public
1 parent 4831218 commit 6793504

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ pub use {
7979
UnknownStatusPolicy,
8080
},
8181
end_entity::EndEntityCert,
82-
error::{DerTypeId, Error, InvalidNameContext},
82+
error::{
83+
DerTypeId, Error, InvalidNameContext, UnsupportedSignatureAlgorithmContext,
84+
UnsupportedSignatureAlgorithmForPublicKeyContext,
85+
},
8386
rpk_entity::RawPublicKeyEntity,
8487
trust_anchor::anchor_from_trusted_cert,
8588
verify_cert::{KeyUsage, RequiredEkuNotFoundContext, VerifiedPath},

0 commit comments

Comments
 (0)