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

How to validate signed message using public key? #106

Open
matko238 opened this issue Sep 11, 2021 · 1 comment
Open

How to validate signed message using public key? #106

matko238 opened this issue Sep 11, 2021 · 1 comment

Comments

@matko238
Copy link

Hi,

there is no example how to validate signed message if we have public key? We would like to validate EU Digital Certificate (Covid pass).

@EskoDijk
Copy link

EskoDijk commented Feb 4, 2022

Here's an example command-line tool to validate a COSE_Sign1 object against a public key (taken from an X.509 certificate file):
https://github.com/EskoDijk/ot-registrar/blob/IOP15/src/main/java/com/google/openthread/tools/CoseValidator.java

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

No branches or pull requests

2 participants