-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve][client] Support load RSA PKCS#8 private key #24582
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
Conversation
lhotari
left a comment
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
|
/pulsarbot run-failure-checks |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24582 +/- ##
============================================
+ Coverage 73.57% 74.33% +0.76%
- Complexity 32624 32671 +47
============================================
Files 1877 1880 +3
Lines 139502 146422 +6920
Branches 15299 16786 +1487
============================================
+ Hits 102638 108847 +6209
- Misses 28908 28917 +9
- Partials 7956 8658 +702
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
(cherry picked from commit 8cf353f)
(cherry picked from commit 8cf353f)
(cherry picked from commit 8cf353f)
(cherry picked from commit 8010947)
(cherry picked from commit 8010947)
Motivation
Currently, the Java client only supports loading RSA PKCS#1 format private keys.
Modifications
Support loading RSA PKCS#8 format private key.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: