PircDef opened a new pull request #319: ACCUMULO-4737 Clean up cipher algorithm configuration URL: https://github.com/apache/accumulo/pull/319 Renamed crypto.cipher.algorithm.name to crypto.cipher.key.algorithm.name Removed the unused mode/padding code in favor of passing around the crypto suite (instead of splitting it up and rebuilding it) Accumulo will now use crypto.cipher.key.algorithm.name to build the encryption key Accumulo will now use crypto.cipher.suite to build the Java Cipher object Unit test was updated to reflect the change Additionally, this was stumbled upon when implementing a separate cipher algorithm option for WAL files, so that change has been included.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
