cargo test

find -s tests/fixtures -name "*.der" -exec openssl x509 -text -noout -inform DER -in {} \; > tests/synthetic/left
find -s tests/synthetic -name "*.der" -exec openssl x509 -text -noout -inform DER -in {} \; > tests/synthetic/right

delta --side-by-side tests/synthetic/left tests/synthetic/right