-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Allow Apollo to verify der signatures from bc and bitcoin seamlessly #ATL-6905 #154
Conversation
Code Coverage
|
…ssly. Will try validating bouncyCastle or convert to bouncy castle from bitcoin format. Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
bc893d9
to
ce8a5e4
Compare
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.
I think just one test missing, that we can do without many problems on the JVM tests. That is test if Bouncy castle can verify our signatures.
@goncalo-frade-iohk I've just brought 50 tests pat shared with me from old prism-crypto, passing :) |
… bc and bitcoin seamlessly #ATL-6905 (#154)
## [1.2.14](v1.2.13...v1.2.14) (2024-04-12) ### Bug Fixes * Allow Apollo to verify der signatures from bc and bitcoin seamlessly #ATL-6905 ([#154](#154)) ([a26a559](a26a559)), closes [#ATL-6905](https://github.com/input-output-hk/atala-prism-apollo/issues/ATL-6905)
🎉 This PR is included in version 1.2.14 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [1.2.14](v1.2.13...v1.2.14) (2024-04-12) ### Bug Fixes * Allow Apollo to verify der signatures from bc and bitcoin seamlessly #ATL-6905 ([#154](#154)) ([a26a559](a26a559)), closes [#ATL-6905](https://github.com/input-output-hk/atala-prism-apollo/issues/ATL-6905)
…ssly #ATL-6905 (#154) Co-authored-by: Ahmed Moussa <[email protected]> Signed-off-by: Javi Ribo <[email protected]>
## [1.2.14](v1.2.13...v1.2.14) (2024-04-12) ### Bug Fixes * Allow Apollo to verify der signatures from bc and bitcoin seamlessly #ATL-6905 ([#154](#154)) ([a26a559](a26a559)), closes [#ATL-6905](https://github.com/input-output-hk/atala-prism-apollo/issues/ATL-6905)
Description:
Relates to [ATL-6907](https://input-output.atlassian.net/browse/ATL-6907) we are unlocking this functionality in Apollo to make sure that we can validate any kind of secp256k1 signature, from bc or bitcoin format.