Iger
7a884d0938
- Experimenting with travis
2017-12-03 19:10:08 +02:00
Jeroen van Erp
a71a7d7d33
Fix escaping in WildcardHostMatcher ( #382 )
...
* Escape '[' and ']' in WildcardHostMatcher
* Anchoring regex to match entire string (Fixes #381 )
2017-11-13 15:49:48 +01:00
Charles Gould
c67ae242f2
Migrate remaining block ciphers
2017-10-11 17:34:18 -04:00
charlesrgould
823f1e5759
Log security provider registration failures ( #374 )
2017-10-11 23:21:49 +02:00
paladox
f046a41750
Update net.i2p.crypto:eddsa to 0.2.0 ( #372 )
...
* Update net.i2p.crypto:eddsa to 0.2.0
* Update net.i2p.crypto.eddsa to 0.2.0
* Update net.i2p.crypto.eddsa to 0.2.0
* Update net.i2p.crypto.eddsa to 0.2.0
2017-10-11 21:47:51 +02:00
charlesrgould
c161fe26f6
Extracted ASN.1/DER encoding to method ( #368 )
2017-10-04 11:06:37 +02:00
Jeroen van Erp
ec46a7a489
Fix decoding signature bytes ( Fixes #355 , #354 ) ( #361 )
...
* Fix for signature verify in DSA
* Cleaned up signature verification
* Fixed import
* Ignored erroneous pmd warnings
* Updated JavaDoc
2017-09-29 13:23:21 +02:00
Jeroen van Erp
762d088388
Added support for new-style fingerprints ( #365 )
...
* Added support for new-style fingerprints
* Fixed codacy warnings
2017-09-28 14:01:04 +02:00
Jeroen van Erp
28d57840ab
Organised imports
2017-09-19 17:22:55 -04:00
Charles Gould
2984291d84
Removed deprecated method
2017-09-07 23:18:46 +02:00
Charles Gould
bdbd9d7eb5
Disambiguated signature initialization
2017-09-07 23:18:46 +02:00
Jeroen van Erp
a9928c2882
fixed build
2017-09-05 15:58:10 +02:00
Jeroen van Erp
c6c9a3f6a8
Correctly determine KeyType for ECDSA public key ( Fixes #356 )
2017-09-05 15:23:47 +02:00
Jeroen van Erp
0918bc626f
Improved test stability
2017-08-24 13:59:58 +02:00
Jeroen van Erp
cf077e2a4f
Removed use of DataTypeConverter as that is no longer in default JDK9
2017-08-24 11:20:35 +02:00
Jeroen van Erp
8856aaea61
Fixed codacy
2017-08-22 19:32:45 +02:00
Jeroen van Erp
1f6615b57a
Check whether filename is a child of the current file ( Fixes #341 )
2017-08-22 19:32:45 +02:00
Matt Dailey
e5084ed8db
Removed Builder, and fixed call to checkFormatString
2017-07-10 09:30:10 +02:00
Matt Dailey
3729119e23
Added assertions to testPromptFormat
2017-07-10 09:30:10 +02:00
Matt Dailey
aed3decf1d
Upgraded Mockito, and added message and retries to ConsolePasswordFinder
...
* Upgraded Mockito to 2.8.47 (latest)
* Added extension to allow mocking final classes
* ConsolePasswordFinder allows custom message and number of retries
* Added builder for ConsolePasswordFinder
* Added more unit tests
2017-07-10 09:30:10 +02:00
Matt Dailey
303c03061c
Add ConsolePasswordFinder to read from Console
...
* There was no example `PasswordFinder` to prompt
a user for their password
2017-07-10 09:30:10 +02:00
Iger
5e3a08a637
- boggle
2017-07-04 10:02:00 +02:00
Iger
d0800058e8
- Test ECDSA signature verifications
2017-07-04 10:02:00 +02:00
Iger
ad9c2d5411
- Test ECDSA fingerprints
2017-07-04 10:02:00 +02:00
Iger
ed65176b68
- Incorrect key format during write
2017-07-04 10:02:00 +02:00
Iger
28f3280a84
- license header
2017-07-04 10:02:00 +02:00
Iger
d69f722908
- Some more indentation fixes
2017-07-04 10:02:00 +02:00
Iger
1d7cb8c2c6
- Some more indentation fixes
2017-07-04 10:02:00 +02:00
Iger
6ad6242ed1
- Ident in spaces
2017-07-04 10:02:00 +02:00
Iger
3310530d42
- cleanup
2017-07-04 10:02:00 +02:00
Iger
3685f9dc36
- Formal generation of ASN.1 encoding for the ecdsa signature
...
- Support ecdsa-sha2-nistp521
2017-07-04 10:02:00 +02:00
Iger
f8cad120a6
- Pretty honed up implementation of -384
2017-07-04 10:02:00 +02:00
Iger
56dd4e4af4
- A separate enum members take with lots of code duplication
2017-07-04 10:02:00 +02:00
Jeroen van Erp
a51270791d
Remove deprecated ZLib usage
2017-06-26 09:56:37 +02:00
Jeroen van Erp
d43fc4551e
Minor reformatting
2017-06-26 09:51:40 +02:00
Jan Peter Stotz
93bf6c0089
Fixed small exception logging problem
2017-06-09 11:58:24 +02:00
Jeroen van Erp
7b535a8db3
Added support for wildcard host entries in known_hosts ( Fixes #331 )
2017-05-22 14:43:30 +02:00
David Kocher
2b21ec6032
Fix regression from 40f956b. Invalid length parameter. ( #322 )
...
Also Fixes #306
2017-04-25 15:30:20 +02:00
Jeroen van Erp
531eb97767
Added log message for early identification termination
2017-04-14 09:14:52 +02:00
chqr
e36fd0fb3d
Add support for authentication with DSA & RSA user certificates ( #153 ) ( #319 )
...
* Add support for authentication with DSA & RSA user certificates (#153 )
Updates:
- KeyType.java - add support for two certificate key types
ssh-rsa-cert-v01@openssh.com
ssh-dsa-cert-v01@openssh.com
- Buffer.java - allow uint64s that overflow Long.MAX_VALUE, otherwise
we break on certificates with serial numbers greater Long.MAX_VALUE
- OpenSSHKeyFile, KeyProviderUtil - prefer public key files that end
"-cert.pub" if they exist
Added new class Certificate, which represents certificate key
Reference:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD
* Use BigInteger for certificate serial numbers, address Codacy issues
* Address code review concerns
2017-04-14 08:49:16 +02:00
ISQ-GTT
a03fa9ac63
Added charset support, centralized UTF-8 usage ( #305 )
...
* Added charset support, centralized UTF-8 usage
* Code style, buffer methods with charsets
* assure remote charset isn't null
2017-03-09 13:58:51 +01:00
Jeroen van Erp
636f896850
Cleaned up some code
2017-02-10 09:43:12 +01:00
Jeroen van Erp
0b397bc3d7
Added TODO
2017-01-23 15:33:47 +01:00
Jeroen van Erp
40f956b4b6
More code cleanup
2017-01-23 15:33:22 +01:00
Jeroen van Erp
ef3f7a2eaf
Fixed more warnings
2017-01-23 14:40:33 +01:00
Jeroen van Erp
8134113510
Cleaned up more PMD/Codacy warnings
2017-01-23 10:46:01 +01:00
Jeroen van Erp
c883c87963
Fixed a few warnings
2017-01-23 09:55:04 +01:00
Jeroen van Erp
920537dac9
More cleaning up
2017-01-20 16:41:16 +01:00
Jeroen van Erp
aa47b0c5f7
Cleaning up unused code
2017-01-20 16:29:37 +01:00
Jeroen van Erp
786734ce26
Suppressing Method naming conventions for Factory classes
2017-01-20 15:43:36 +01:00