Attila Bukor has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16659
Change subject: add lock before verifying signature ...................................................................... add lock before verifying signature It seems there is a race condition somewhere in OpenSSL FIPS Object Module, or at least in SafeLogic CryptoComply for Servers, as a certificate can get corrupted when multiple certificates are being verified in the same time. This commits adds additional locking to crypto and TLS context/handshake to prevent this from happening. Change-Id: Ifafc7dcf91db910123276b657515e410bb7f6fcd --- M src/kudu/security/crypto.cc M src/kudu/security/tls_context.cc M src/kudu/security/tls_handshake.cc 3 files changed, 33 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/16659/1 -- To view, visit http://gerrit.cloudera.org:8080/16659 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ifafc7dcf91db910123276b657515e410bb7f6fcd Gerrit-Change-Number: 16659 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
