Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: better DER sequence wrap w/ yasna.
While updating the webpki-roots `codegen.rs` test to generate the root collection using CCADB data we took a dev dependency on yasna[0] to support DER serializing name constraints extensions based on a string representation. Having this dependency means we can drop the crummy hand-serialized SEQUENCE wrapping that the `name_constraints` test from `tests/verify.rs` was doing, replacing it with a Yasna serializer. [0]: https://docs.rs/yasna/latest/yasna/
- Loading branch information