Add support for encrypted ed25519 openssh-key-v1 files (Fixes #427) (#429)

This commit is contained in:
Jeroen van Erp
2018-06-19 11:53:32 +02:00
committed by GitHub
parent 49a450fb53
commit db48ff85c0
7 changed files with 1235 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ license {
mapping {
java = 'SLASHSTAR_STYLE'
}
excludes(['**/djb/Curve25519.java', '**/sshj/common/Base64.java'])
excludes(['**/djb/Curve25519.java', '**/sshj/common/Base64.java', '**/org/mindrot/jbcrypt/*.java'])
}
// This disables the pedantic doclint feature of JDK8