-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update FFI API with key certification and signature customization functions. #2270
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2270 +/- ##
==========================================
+ Coverage 84.02% 84.21% +0.19%
==========================================
Files 114 114
Lines 23062 23324 +262
==========================================
+ Hits 19377 19642 +265
+ Misses 3685 3682 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a1c65ea
to
1fc6ff0
Compare
1fc6ff0
to
ceeeeb8
Compare
ceeeeb8
to
736dc4c
Compare
736dc4c
to
7b217be
Compare
7b217be
to
16b05a8
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.
LGTM
Let's merge it, having 2 approvals and green CI. Thanks all! |
This PR update FFI API with a number of functions for signature customization or information retrieval. Also it adds functions to create self-certifications and other key certification creation.
Fixes #1085