You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/20 23:26:00 UTC

[jira] [Updated] (ZOOKEEPER-3194) Quorum TLS - fix copy/paste bug in ZKTrustManager

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ZOOKEEPER-3194:
--------------------------------------
    Labels: pull-request-available  (was: )

> Quorum TLS - fix copy/paste bug in ZKTrustManager
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-3194
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3194
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 3.6.0, 3.5.5
>            Reporter: Ilya Maykov
>            Assignee: Ilya Maykov
>            Priority: Minor
>              Labels: pull-request-available
>
> There is an obvious copy/paste bug in ZKTrustManager: ZKTrustManager.checkClientTrusted() is calling x509ExtendedTrustManager.checkServerTrusted(). It should call x509ExtendedTrustManager.checkClientTrusted() instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)