You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/03/01 04:20:45 UTC

[kudu-CR] [security] use shorter RSA keys in tests

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/6194

to look at the new patch set (#2).

Change subject: [security] use shorter RSA keys in tests
......................................................................

[security] use shorter RSA keys in tests

When running tests, use the following RSA private keys:
  * TSK: 512 bit
  * certificate authority: 768 bit
  * server: 768 bit

The 512 bit length is the minimum for TSK keys since we use SHA256
for signing/verification of tokens.  The 768 bit length is the minimum
for TLS-related keys since we use stronger cipher suites from TLS v1.2
(one of the suites in use is ECDHE-RSA-AES256-GCM-SHA384).

Change-Id: I180908763a1c520d8a6d8bbaaf981add9396db99
---
M java/kudu-client/src/test/java/org/apache/kudu/client/MiniKuduCluster.java
M src/kudu/integration-tests/external_mini_cluster.cc
M src/kudu/integration-tests/external_mini_cluster.h
M src/kudu/master/master-test.cc
M src/kudu/rpc/negotiation-test.cc
M src/kudu/security/token-test.cc
M src/kudu/security/token_signer.cc
M src/kudu/util/test_util.cc
8 files changed, 46 insertions(+), 35 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/6194/2
-- 
To view, visit http://gerrit.cloudera.org:8080/6194
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I180908763a1c520d8a6d8bbaaf981add9396db99
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>