Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add const CertificateDer::from_slice
This commit adds the ability to construct a `const CertificateDer` by way of the `const`-friendly `CertificateDer::from_slice()` fn that accepts a slice of `&[u8]` DER.
- Loading branch information