smolcert / smolcert-go

Implementation of CBOR based certificates
MIT License
1 stars 0 forks source link

Fix struct tags #4

Closed dereulenspiegel closed 3 years ago

dereulenspiegel commented 3 years ago

This PR fixes the struct tags used by the new CBOR library. I forgot to switch to the new struct tags, when switching the CBOR library. Additionally this PR adds a test step which verifies the binary format of the certificate against the cddl specification.