Closed stapelberg closed 3 years ago
Status update: cryptographic verification is now implemented, but providing the keys is up to the user.
Maybe we can also provide a helper to use the common key sources, though it’s not quite clear yet to me what those sources are.
Edit: Looks like there are the following sources:
The coronadecode
tool now displays details about the signature and they are available programmatically. Calling this done :)
We can always add more trustlist implementations later.
https://www.cc-d.bit.admin.ch/trust/v1/keys/updates\?certFormat\=ANDROID seems to be the dev environment URL to obtain the keys.
The prod version gives a 403 Forbidden, not sure what sort of authentication is required.
https://github.com/admin-ch/CovidCertificate-SDK-Android/commit/414887526a78969d1860e6d863b221cd4cc94f06 might be a good pointer for how to do verification.