[
https://issues.apache.org/jira/browse/KARAF-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16876333#comment-16876333
]
ASF GitHub Bot commented on KARAF-6350:
---------------------------------------
coheigea commented on pull request #896: KARAF-6350 - Add support for elliptic
keys in the PublicKeyLoginModule
URL: https://github.com/apache/karaf/pull/896
This involves flipping the logic in PublicKeyLoginModule. Instead of
converting the client key to a String + comparing it to the String in
keys.properties, it takes the String in keys.properties and converts it into a
Public Key. It's easier doing this for elliptic curve keys, as the encoding
rules are pretty complex. I also added a bunch of tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add support for elliptic keys in the PublicKeyLoginModule
> ---------------------------------------------------------
>
> Key: KARAF-6350
> URL: https://issues.apache.org/jira/browse/KARAF-6350
> Project: Karaf
> Issue Type: Improvement
> Reporter: Colm O hEigeartaigh
> Priority: Major
> Fix For: 4.3.0
>
>
> Right now we don't support elliptic keys in the PublicKeyLoginModule.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)