You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by "anmolnar (via GitHub)" <gi...@apache.org> on 2023/06/14 11:42:08 UTC

[GitHub] [zookeeper] anmolnar opened a new pull request, #2008: ZOOKEEPER-4393 Problem to connect to zookeeper in FIPS mode

anmolnar opened a new pull request, #2008:
URL: https://github.com/apache/zookeeper/pull/2008

   Proposed fix for FIPS-enablement, details have been discussed on the ticket and the mailing list.
   
   Includes:
   - Choose built-in `X509TrustManagerImpl` for trust manager if FIPS-mode is enabled,
   - Turn-on hostname verification in Netty stack (client-server comm only),
   - unit tests,
   - code cleanup.
   
   ps. JUnit 5 parameterized tests are a nightmare. What happened to the original impl...?
   
   cc @eolivelli @symat @phunt @ctubbsii 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zookeeper] eolivelli merged pull request #2008: ZOOKEEPER-4393 Problem to connect to zookeeper in FIPS mode

Posted by "eolivelli (via GitHub)" <gi...@apache.org>.
eolivelli merged PR #2008:
URL: https://github.com/apache/zookeeper/pull/2008


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org