2014-05-16 14:53:08 -04:00
|
|
|
Hadoop Common Change Log for HDFS-6134 and HADOOP-10150
|
|
|
|
|
|
|
|
fs-encryption (Unreleased)
|
|
|
|
|
|
|
|
INCOMPATIBLE CHANGES
|
|
|
|
|
|
|
|
NEW FEATURES
|
|
|
|
|
2014-07-11 21:29:26 -04:00
|
|
|
HADOOP-10734. Implement high-performance secure random number sources.
|
|
|
|
(Yi Liu via Colin Patrick McCabe)
|
|
|
|
|
2014-05-16 14:53:08 -04:00
|
|
|
IMPROVEMENTS
|
|
|
|
|
2014-05-23 21:19:06 -04:00
|
|
|
HADOOP-10603. Crypto input and output streams implementing Hadoop stream
|
|
|
|
interfaces. (Yi Liu and Charles Lamb)
|
|
|
|
|
2014-05-29 18:09:51 -04:00
|
|
|
HADOOP-10628. Javadoc and few code style improvement for Crypto
|
2014-05-30 04:08:36 -04:00
|
|
|
input and output streams. (Yi Liu via clamb)
|
|
|
|
|
|
|
|
HADOOP-10632. Minor improvements to Crypto input and output streams.
|
|
|
|
(Yi Liu)
|
2014-05-29 18:09:51 -04:00
|
|
|
|
2014-05-30 04:22:41 -04:00
|
|
|
HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
|
|
|
|
|
2014-06-02 10:35:32 -04:00
|
|
|
HADOOP-10653. Add a new constructor for CryptoInputStream that
|
|
|
|
receives current position of wrapped stream. (Yi Liu)
|
|
|
|
|
2014-06-04 21:30:40 -04:00
|
|
|
HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
|
|
|
|
stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
|
|
|
|
|
2014-06-22 03:20:47 -04:00
|
|
|
HADOOP-10713. Refactor CryptoCodec#generateSecureRandom to take a byte[].
|
|
|
|
(wang via yliu)
|
|
|
|
|
2014-07-10 02:27:52 -04:00
|
|
|
HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL.
|
|
|
|
(Yi Liu via cmccabe)
|
|
|
|
|
|
|
|
HADOOP-10803. Update OpensslCipher#getInstance to accept CipherSuite#name
|
|
|
|
format. (Yi Liu)
|
|
|
|
|
2014-07-15 20:36:30 -04:00
|
|
|
HADOOP-10735. Fall back AesCtrCryptoCodec implementation from OpenSSL to
|
|
|
|
JCE if non native support. (Yi Liu)
|
|
|
|
|
2014-07-21 20:58:10 -04:00
|
|
|
HADOOP-10870. Failed to load OpenSSL cipher error logs on systems with old
|
|
|
|
openssl versions (cmccabe)
|
|
|
|
|
2014-07-22 04:38:38 -04:00
|
|
|
HADOOP-10853. Refactor get instance of CryptoCodec and support create via
|
|
|
|
algorithm/mode/padding. (Yi Liu)
|
|
|
|
|
2014-05-16 14:53:08 -04:00
|
|
|
OPTIMIZATIONS
|
|
|
|
|
|
|
|
BUG FIXES
|
2014-07-21 19:56:53 -04:00
|
|
|
|
|
|
|
HADOOP-10871. incorrect prototype in OpensslSecureRandom.c (cmccabe)
|
2014-08-04 05:56:57 -04:00
|
|
|
|
|
|
|
HADOOP-10886. CryptoCodec#getCodecclasses throws NPE when configurations not
|
|
|
|
loaded. (umamahesh)
|