cose-wg / CBOR-certificates

Other
11 stars 7 forks source link

Algorithms with parameters #33

Closed emanjon closed 3 years ago

emanjon commented 4 years ago

Proposal right now is to not support any parameters except named curves. If needed parameters could easily be supported in a way that does not increase size or complexity for implementations that does not want to support it

issuerSignatureAlgorithm : int / [ int, bytes ], subjectPublicKeyAlgorithm : int / [ int, bytes ],

emanjon commented 4 years ago

Algorithm : int / OID / [ int / OID, bytes ]