Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 8059 invoked from network); 12 Jan 2011 02:05:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 02:05:11 -0000 Received: (qmail 8319 invoked by uid 500); 12 Jan 2011 02:05:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 8297 invoked by uid 500); 12 Jan 2011 02:05:10 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 8289 invoked by uid 99); 12 Jan 2011 02:05:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 02:05:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 02:05:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0C24kCa019719 for ; Wed, 12 Jan 2011 02:04:46 GMT Message-ID: <25399608.303491294797886727.JavaMail.jira@thor> Date: Tue, 11 Jan 2011 21:04:46 -0500 (EST) From: "Nirmal Ranganathan (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1567) Provide configurable encryption support for internode communication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980503#action_12980503 ] Nirmal Ranganathan commented on CASSANDRA-1567: ----------------------------------------------- Pavel: I've updated based on your notes, btw sizeMemtableThroughput and sizeMemtableOperations shouldn't be there in the first place, I think it got left behind in one of my rebases, removed it now. StuHood: Thanks for looking through it, I've added comments to explain why SSLSocket/SSLServerSocket cannot encrypt data transferred using FileChannel.transferTo/transferFrom. Gary: As StuHood mentioned that's the reason the additional SSL versions. But all internode data is getting encrypted. > Provide configurable encryption support for internode communication > ------------------------------------------------------------------- > > Key: CASSANDRA-1567 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1567 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: Nirmal Ranganathan > Assignee: Nirmal Ranganathan > Fix For: 0.7.1 > > Attachments: 0002-Configurable-internode-encryption-option-V2.patch, 0002-Configurable-internode-encryption-option.patch, 0003-Default-Key-and-Certificate-for-internode-SSL-V2.patch, 0003-Default-Key-and-Certificate-for-internode-SSL.patch > > > Provide the option to encrypt internode communication. The initial thought is to use JSSE (http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html) to wrap the existing ServerSocket & Sockets. This will only be an optional configuration and not enabled by default. The defaults would be TLS V1, RSA 1024-bit keys for handshake and SSL_RSA_WITH_RC4_128_MD5 as the cipher suite. Although this can be made configurable if the need arises. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.