oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

get rid of the `der` crate #94

Closed flihp closed 6 months ago

flihp commented 6 months ago

All of the types we pull in directly from the der crate are reexported by the x509-cert crate. Keeping these two crates in sync is always a PITA & if I understand things correctly it's the reason crates reexport stuff from their dependencies.