Skip to content

1.10.1 - downgrade pkcs12 files to support java older java versions

Compare
Choose a tag to compare
@DaspawnW DaspawnW released this 20 May 14:33
· 28 commits to master since this release
  • Older java versions don't support the new protection Algorithm of PKCS12 files. This release changes the default protection Algorithm to HmacPBESHA1 which is supported in older java versions: https://bugs.openjdk.java.net/browse/JDK-8267701