8000 Tags · bitmaskit-forks/sshj · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bitmaskit-forks/sshj

Tags

v0.27.0

Toggle v0.27.0's commit message

v0.26.0

Toggle v0.26.0's commit message

v0.25.0

Toggle v0.25.0's commit message

v0.24.0

Toggle v0.24.0's commit message

v0.23.0

Toggle v0.23.0's commit message
Updated README for v0.23.0 release

v0.22.0

Toggle v0.22.0's commit message
Release of 0.22.0

- Updated README release notes
- Fixed codacy
- Check whether filename is a child of the current file (Fixes hierynomus#341)
- Removed Builder, and fixed call to checkFormatString
- Added assertions to testPromptFormat
- Upgraded Mockito, and added message and retries to ConsolePasswordFinder
- Add ConsolePasswordFinder to read from Console
- - boggle
- - Test ECDSA signature verifications
- - Test ECDSA fingerprints
- - Incorrect key format during write
- - license header
- - Some more indentation fixes
- - Some more indentation fixes
- - Ident in spaces
- - cleanup
- - Formal generation of ASN.1 encoding for the ecdsa signature - Support ecdsa-sha2-nistp521
- - Pretty honed up implementation of -384
- - A separate enum members take with lots of code duplication
- Upgrade to gradle 4.0
- Remove deprecated ZLib usage
- Minor reformatting
- Fixed small exception logging problem
- Added support for wildcard host entries in known_hosts (Fixes hierynomus#331)

v0.21.1

Toggle v0.21.1's commit message
Release of 0.21.1

- Updated release notes
- Fix regression from 40f956b. Invalid length parameter. (hierynomus#322)
9B18

v0.21.0

Toggle v0.21.0's commit message
Release of 0.21.0

- Updated README with release notes
- Added log message for early identification termination
- Add support for authentication with DSA & RSA user certificates (hierynomus#153) (hierynomus#319)
- Updated README
- Upgraded Gradle to 3.4.1
- Upgraded BouncyCastle (Fixes hierynomus#312)
- Update README to point to right repository (Fixes hierynomus#309)
- Added charset support, centralized UTF-8 usage (hierynomus#305)
- Changed deprecated build notation
- Upgrade to Gradle 3.4

v0.20.0

Toggle v0.20.0's commit message
Release of 0.20.0

- Updated release notes for 0.20.0
- Cleaned up some code
- Merge pull request hierynomus#301 from adagios/master
- adds current version to exported classes
- Merge pull request hierynomus#295 from adagios/master
- Update build.gradle
- Merge branch 'master' into master
- Added TODO
- More code cleanup
- Fixed more warnings
- Cleaned up more PMD/Codacy warnings
- Fixed a few warnings
- More cleaning up
- Upgraded to mina sshd 1.2.0
- Cleaning up unused code
- Merge pull request hierynomus#296 from hierynomus/new-dhgroups
- Suppressing Method naming conventions for Factory classes
- Organized imports
- Added new DH groups
- re-adding Export-Package of com.hierynomus.sshj.*
- converts bouncycastle OSGi dep from Import-Bundle to Import-Package
- Updated OSGi bundling (Fixes hierynomus#255 again)
- Added bettercodehub config
- Merge pull request hierynomus#294 from joval/master
- Merge pull request hierynomus#293 from adagios/osgi-fix
- Reference the EdDSANamedCurveTable constant instead of its value, for forward-compatibility with the ed25519-java project on Github. See: str4d/ed25519-java@abdee14
- excludes net.i2p.crypto.eddsa.math from OSGI Import-Package

v0.19.1

Toggle v0.19.1's commit message
Release of 0.19.1

- Updated example build
- Updated Release notes
- LocalPortForwarder interrupts its thread on close()
- Disable version inference when no git history present (Fixes hierynomus#256)
- Use the configured Random factory in DH KEX (Fixes hierynomus#292)
- StreamCipher can use the constructor without random.
- Added logging to trace time creation of Randoms
- Added 'classes' directory to ignore
- Prepared release notes
- Enabled PKCS5 in DefaultConfig
- Merge pull request hierynomus#291 from joval/master
- Obtain the sshj.properties resource from the ClassLoader that loaded the DefaultConfig class, not from the context classloader.
- Use cause message when initializing an SSHRuntimeException from a Throwable.
- Merge pull request hierynomus#284 from gatesking/patch-1
- Catch interrupt signal in keepalive thread
- Update README.adoc
0