[
https://issues.apache.org/jira/browse/PROTON-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459310#comment-15459310
]
ASF subversion and git services commented on PROTON-1295:
---------------------------------------------------------
Commit 21b0b76d0ee070bb5b5d37434694988a6dd28dc8 in qpid-proton's branch
refs/heads/master from Robert Gemmell
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=21b0b76 ]
PROTON-1224, PROTON-1295: fix recent change to ensure method is invoked on the
converter, add additional keyfile+test to ensure tests really do exercise that
codepath
> Proton-j unencrypted private key won't load
> -------------------------------------------
>
> Key: PROTON-1295
> URL: https://issues.apache.org/jira/browse/PROTON-1295
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-j
> Affects Versions: 0.15.0
> Reporter: Daniel Evans
>
> In SslEngineFacadeFactory, line 469,
> privateKey = (PrivateKey) getPrivateKeyMethod.invoke(pemObject);
> I think should read
> privateKey = (PrivateKey) getPrivateKeyMethod.invoke(keyConverter, pemObject);
> At the moment it throws an exception on method evocation since the method
> doesn't exist in pemObject.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]