Code development platform for open source projects from the European Union institutions

Skip to content

Support for CVC concatenated signatures

Created by: rvillido

This change adds support to CVC concatenated signatures (in addition to ASN.1 encoded signatures).

Because CVC does not follow a structure like ASN.1, then I couldn't find a way to determine if a signature is definitely CVC or not. CVC signature bytes are simply concatenated. It is possible to check if the signature is ASN.1 encoded.

The fix origins from https://esig-dss.atlassian.net/browse/DSS-801

Estonian Mobile ID ECDSA signatures are encoded in CVC.

Regards

Merge request reports