-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Support for X509 Certificate in RsaKeyConverters #9736 #9853
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
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.
Thanks, @shazin! I've left some feedback inline.
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/springframework/security/converter/RsaKeyConverters.java
Show resolved
Hide resolved
@jzheaux Thanks for the review comments. Those are addressed and PR is updated. |
Thanks, @shazin! For some reason, the PR includes several unrelated commits. Will you please rebase and force push your PR? |
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.
Thanks, @shazin! In preparation for merging, will you please squash your commits and change your final commit message to something like the following:
Add X.509 Certificate Support
Closes gh-9736
When the commit uses the word "closes" this alerts GitHub to close the ticket once this PR is merged.
Done. Thanks for the review. |
Support for X509 Certificate in RsaKeyConverters