Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CVC concatenated signatures #36

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

rvillido
Copy link
Contributor

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

@pvandenbroucke pvandenbroucke merged commit 521f65d into esig:develop Sep 29, 2016
@pvandenbroucke
Copy link
Contributor

Hello Rainer,

Thanks for your contribution. I did some more investigations on this case and I didn't find better solution than your.

Kind regards,

Pierrick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants