Open
Description
(NOTE: this issue copied from docs/ROADMAP.md)
Description of issue or feature request:
We currently support only a JSON-compatible metadata format.
Current behavior:
Only JSON-compatible metadata is supported
Expected behavior:
ASN.1 metadata files are supported including decoding, encoding, signing over, verifying signatures over
It may be worth considering making the metadata format abstract enough that integrators could easily implement their own metadata format, in a similar fashion to the StorageBackendInterface
support.