oxidecomputer / pki-playground

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

Remove dependency on `der` crate, use types reexported by x509-cert. #95

Closed flihp closed 6 months ago

flihp commented 6 months ago

AFAIK using the stuff from der when handling types from x509-cert causes problems if their versions get out of sync. This is why x509-cert reexports them.

This resolves #94