You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by yl...@apache.org on 2014/07/10 08:27:53 UTC

svn commit: r1609403 - /hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt

Author: yliu
Date: Thu Jul 10 06:27:52 2014
New Revision: 1609403

URL: http://svn.apache.org/r1609403
Log:
HADOOP-10803. Update OpensslCipher#getInstance to accept CipherSuite#name format. (yliu)

Modified:
    hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt

Modified: hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt?rev=1609403&r1=1609402&r2=1609403&view=diff
==============================================================================
--- hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt (original)
+++ hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt Thu Jul 10 06:27:52 2014
@@ -8,9 +8,6 @@ fs-encryption (Unreleased)
 
   IMPROVEMENTS
 
-    HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL
-    (hitliuyi via cmccabe)
-
     HDFS-6387. HDFS CLI admin tool for creating & deleting an
     encryption zone. (clamb)