CHANGES-fs-encryption.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Hadoop Common Change Log for HDFS-6134 and HADOOP-10150
  2. fs-encryption (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HADOOP-10603. Crypto input and output streams implementing Hadoop stream
  7. interfaces. (Yi Liu and Charles Lamb)
  8. HADOOP-10628. Javadoc and few code style improvement for Crypto
  9. input and output streams. (Yi Liu via clamb)
  10. HADOOP-10632. Minor improvements to Crypto input and output streams.
  11. (Yi Liu)
  12. HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
  13. HADOOP-10653. Add a new constructor for CryptoInputStream that
  14. receives current position of wrapped stream. (Yi Liu)
  15. HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
  16. stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
  17. HADOOP-10713. Refactor CryptoCodec#generateSecureRandom to take a byte[].
  18. (wang via yliu)
  19. HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL.
  20. (Yi Liu via cmccabe)
  21. HADOOP-10803. Update OpensslCipher#getInstance to accept CipherSuite#name
  22. format. (Yi Liu)
  23. OPTIMIZATIONS
  24. BUG FIXES