-
Notifications
You must be signed in to change notification settings - Fork 27
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
[INJIMOB-2275] add support for EcdsaSecp256k1Signature2019 #133
base: develop
Are you sure you want to change the base?
Conversation
certify-service/pom.xml
Outdated
<dependency> | ||
<groupId>io.mosip.certify</groupId> | ||
<artifactId>mock-certify-plugin</artifactId> | ||
<version>0.3.0-SNAPSHOT</version> | ||
<scope>system</scope> | ||
<systemPath>/Users/harshvardhan/work/mosip/digital-credential-plugins/mock-certify-plugin/target/mock-certify-plugin-0.3.0-SNAPSHOT.jar</systemPath> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop this change
7bd88de
to
f79e685
Compare
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
KeyPairGenerateRequestDto ecK1Key = new KeyPairGenerateRequestDto(); | ||
ecK1Key.setApplicationId(KeyManagerConstants.CERTIFY_ECK1_APPID); | ||
ecK1Key.setReferenceId(KeyManagerConstants.EC_SECP256K1_SIGN); | ||
keymanagerService.generateECSignKey("certificate", ecK1Key); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not work right now and errors out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nagendra0721 Please look at this changeset as this was failing.
High level tasks:
EcdsaSecp256k1Signature2019
proof (spec)Upstream library changes(to fix keymanager issue)