lamps-wg / draft-composite-sigs

IETF Internet-Draft about X.509 certificates with composite keys and signatures.
Other
3 stars 1 forks source link

Remove ASN.1 wrapping in signature, public and private key encodings #85

Open johngray-dev opened 2 weeks ago

johngray-dev commented 2 weeks ago

It has been suggested that we remove the ASN.1 in the signature, public and private key encodings. This will make composite signatures easier to use in other protocols.

something like:

pk = pk1 || pk2 sk = sk1 || sk2

Composite signature value = sig1 || sig2

No ASN1 anywhere.

So version -04 will be another breaking change.