Crypto: Fix corruption of EC and DSA private keys on Java 17

Update test to try all key types
This commit is contained in:
zzz
2021-08-13 10:15:24 -04:00
parent 4938e13f0e
commit de73dec4b8
4 changed files with 26 additions and 6 deletions
@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "-rc";