Skip to content
Success

Changes

Summary

  1. Make the number of secret bits configurable (details)
  2. Switch to openjdk8 in .travis.yml (details)
  3. Apply secret key size recommendations specified by RFC 4226. (details)
  4. Bump v. 1.4.0 (details)
  5. Bump v. 1.5.0-SNAPSHOT (details)
  6. Apply lint suggestions to JavaDoc (details)
  7. Remove throw statements for runtime exceptions (details)
  8. Add workaround for bug JDK-8212233: javadoc fails on jdk12 with "The (details)
  9. Update README.md to reflect latest version (details)
Commit 49c99db090bf7a17eaa5d9b408d9fd7ba21c0c66 by gabor.varga
Make the number of secret bits configurable
The hard-coded value used to be 80 bits, whereas RFC 4226 §4 requires
128 bits and recommends 160 bits
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
Commit 54685db867dca3f587bd40c8a9c25b85d5f1d4cb by enrico.m.crisostomo
Switch to openjdk8 in .travis.yml
The file was modified.travis.yml (diff)
Commit e79257278783775b7d01552010e456781ca55187 by enrico.m.crisostomo
Apply secret key size recommendations specified by RFC 4226.
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedpom.xml (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedpom.xml (diff)
Commit 250b188ef08cf297fd466be723b761eeb99e3a1a by enrico.m.crisostomo
Apply lint suggestions to JavaDoc
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorKey.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
The file was modifiedpom.xml (diff)
Commit 4e4ec2aeea0b56ece2b6d48cad13993b5ce91426 by enrico.m.crisostomo
Remove throw statements for runtime exceptions
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java (diff)
Commit 4fa054526d719d02b7f7311b3542101a166e6cfd by enrico.m.crisostomo
Add workaround for bug JDK-8212233: javadoc fails on jdk12 with "The
code being documented uses modules but the packages defined in $URL are
in the unnamed module."
The file was modifiedpom.xml (diff)
Commit 469043d3d87a4236665379fc5b17371f42ff9d91 by enrico.m.crisostomo
Update README.md to reflect latest version
The file was modifiedREADME.md (diff)