Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Java release 0.71h

Compare
Choose a tag to compare
@divegeek divegeek released this 05 May 04:20
· 26 commits to master since this release

ChangeLog:

  • Enable custom implementations of KeyczarReader
  • Fixed cached thread safety regression
  • AES >128bit key hash fallback, fixes issue #105
  • Key collision robustness, refs #108 and fixes #107
  • Refactored Stream Caching to be cleaner
  • Correct/add copyright statements
  • Fix hardcoded temp file paths in KeyczarToolTest
  • Change the Java source version to 1.6
  • Remove GSON & logging, for easier use on Android
  • Some whitespace cleanups.
  • Removed log4j dependency and switched it for slf4j
  • Explain file permission args
  • Create metadata and key files in mode 0600
  • Made magic number into constant and fixed up naming
  • Fix bugs in lenPrefixUnpack in Util.java