-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crl: remove exports of
untrusted::Input
.
We don't want to add `untrusted` to webpki's public API, but several fields of the `CertificateRevocationList` type did this accidentally. This commit makes the `untrusted::Input` fields crate-private and adds public methods that can return `&[u8]` versions of these fields for external usage. Along the way I also deleted the `CertificateRevocationLists` type - we didn't export that from `lib.rs`. I added this type before landing on the `CrlProvider` trait implemented in a separate branch. With that approach there's no need for a list-of-CRLs type.
- Loading branch information
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters