2014-05-16 18:53:08 +00:00
|
|
|
Hadoop Common Change Log for HDFS-6134 and HADOOP-10150
|
|
|
|
|
|
|
|
fs-encryption (Unreleased)
|
|
|
|
|
|
|
|
INCOMPATIBLE CHANGES
|
|
|
|
|
|
|
|
NEW FEATURES
|
|
|
|
|
2014-07-12 01:29:26 +00:00
|
|
|
HADOOP-10734. Implement high-performance secure random number sources.
|
|
|
|
(Yi Liu via Colin Patrick McCabe)
|
|
|
|
|
2014-05-16 18:53:08 +00:00
|
|
|
IMPROVEMENTS
|
|
|
|
|
2014-05-24 01:19:06 +00:00
|
|
|
HADOOP-10603. Crypto input and output streams implementing Hadoop stream
|
|
|
|
interfaces. (Yi Liu and Charles Lamb)
|
|
|
|
|
2014-05-29 22:09:51 +00:00
|
|
|
HADOOP-10628. Javadoc and few code style improvement for Crypto
|
2014-05-30 08:08:36 +00:00
|
|
|
input and output streams. (Yi Liu via clamb)
|
|
|
|
|
|
|
|
HADOOP-10632. Minor improvements to Crypto input and output streams.
|
|
|
|
(Yi Liu)
|
2014-05-29 22:09:51 +00:00
|
|
|
|
2014-05-30 08:22:41 +00:00
|
|
|
HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
|
|
|
|
|
2014-06-02 14:35:32 +00:00
|
|
|
HADOOP-10653. Add a new constructor for CryptoInputStream that
|
|
|
|
receives current position of wrapped stream. (Yi Liu)
|
|
|
|
|
2014-06-05 01:30:40 +00:00
|
|
|
HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
|
|
|
|
stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
|
|
|
|
|
2014-06-22 07:20:47 +00:00
|
|
|
HADOOP-10713. Refactor CryptoCodec#generateSecureRandom to take a byte[].
|
|
|
|
(wang via yliu)
|
|
|
|
|
2014-07-10 06:27:52 +00: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-16 00:36:30 +00:00
|
|
|
HADOOP-10735. Fall back AesCtrCryptoCodec implementation from OpenSSL to
|
|
|
|
JCE if non native support. (Yi Liu)
|
|
|
|
|
2014-05-16 18:53:08 +00:00
|
|
|
OPTIMIZATIONS
|
|
|
|
|
|
|
|
BUG FIXES
|
2014-07-21 23:56:53 +00:00
|
|
|
|
|
|
|
HADOOP-10871. incorrect prototype in OpensslSecureRandom.c (cmccabe)
|