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

Introduce new APIs to sign and verify using SHA256withECDSA #537

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

Bhashinee
Copy link
Member

@Bhashinee Bhashinee commented Dec 18, 2023

Purpose

Fixes: ballerina-platform/ballerina-library#5889

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d4b29c) 87.21% compared to head (33a0979) 87.50%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #537      +/-   ##
============================================
+ Coverage     87.21%   87.50%   +0.28%     
- Complexity       97       99       +2     
============================================
  Files            16       16              
  Lines           485      496      +11     
  Branches         69       71       +2     
============================================
+ Hits            423      434      +11     
  Misses           50       50              
  Partials         12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Bhashinee Bhashinee merged commit 4863cbd into ballerina-platform:master Dec 19, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

Signing and verifying using the algorithm SHA256withECDSA in the ballerina/crypto module
2 participants