index
:
delta/ruby-gems/net-ssh.git
2-10-release
2-9-release
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
20151206-updatecert
20161215-updatecert
3-1-release
GabKlein-master
add-many-algorithms
addalgos
aderouineau-master
bobtfish-fix_options_in_public_keys
bobveznat-master
cert-type-fix
chr4-new-ciphers
chrahunt-add-security-attributes-pageant
fix-cdn-for-ci
fwininger-patch-1
gh-pages
hotfix-password-prompt
ignore-disconnect-exception-when-all-closed
int-test-curve25519sha256
integration
integration-test-travis
issue-1
jefmathiot-master
keepalive-class
keepalive-maxcount
liggitt-auth_methods_config_parsing
master
mfazekas-281_ssh_config_bugfix
mfazekas-rubyversions-update
mfazekas-try-new-ubuntu
mfazekas/add-test-for-conn-timeout
mfazekas/cacha20-poly1305
mfazekas/cert-base-auth
mfazekas/diffie-hellman-group14-sha256
mfazekas/fix-int-test
mfazekas/fix-x25519
mfazekas/frozen-literal
mfazekas/gh-actions-i-test
mfazekas/gh-actions-int-test
musybite-identities-only
openssl3
openssl_3
pmarchi-master
portfwfix
rc2
refactoring_ci
release-292-prepare
remove-curve25519-sha256-libssh
revert-757-opt-in-etm-hmac
revert_aes_gcm
rm_travis
rsa-sha2
server_side
simonswine-feature_jenkins_ssh_agent
test-github-actions
therealjessesanford-master
unit-test
unit-test-3.1
v6.0
v6.1
whitespace-fixes
yugui-feature/follow-proxy-command-spec-r
github.com: net-ssh/net-ssh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
ssh
/
transport
/
kex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove x25519 workarounds
mfazekas/fix-x25519
Miklós Fazekas
2021-08-05
1
-1
/
+0
*
Workaround for https://github.com/RubyCrypto/x25519/issues/22
Miklós Fazekas
2021-08-04
1
-0
/
+2
*
Remove Trailing white space
Florian Wininger
2021-07-01
1
-4
/
+4
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
1
-1
/
+0
*
Add support for diffie-hellman-group14-sha256, fixes #794
mfazekas/diffie-hellman-group14-sha256
Richard Schwab
2021-03-15
1
-0
/
+11
*
Rubocop fixes
Miklos Fazekas
2020-06-10
1
-6
/
+6
*
Implemented rsa-sha2-512, rsa-sha2-256 host_key algs
Miklos Fazekas
2020-06-10
1
-2
/
+9
*
Define rubocop metric length
Florian Wininger
2019-09-25
1
-3
/
+9
*
Add Curve25519Sha256
Florian Wininger
2019-09-10
2
-0
/
+68
*
Refactoring kex ecdh RFC5656
Florian Wininger
2019-08-28
4
-65
/
+95
*
Add Abstract Kex class
Florian Wininger
2019-08-24
3
-113
/
+121
*
Refactor DH get_parameters
Florian Wininger
2019-08-23
1
-16
/
+5
*
Update digester
Florian Wininger
2019-08-23
4
-11
/
+8
*
Merge pull request #699 from fwininger/refactoring_kex
Miklós Fazekas
2019-08-23
6
-42
/
+17
|
\
|
*
Remove include already include.
Florian Wininger
2019-08-23
1
-5
/
+1
|
*
Remove already include modules
Florian Wininger
2019-08-23
3
-20
/
+14
|
*
Define properly the get_p and get_g method to handle inheritance.
Florian Wininger
2019-08-23
2
-12
/
+2
|
*
Move KEXDH Constant into the Constants Modules
Florian Wininger
2019-08-23
1
-5
/
+0
*
|
Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...
Florian Wininger
2019-08-23
1
-8
/
+6
|
/
*
Server key signature verification done even if not requested
Piotr Kliczewski
2018-12-06
1
-1
/
+1
*
Fix issue for ecdh_sha2_nistp256 kex too
Miklos Fazekas
2018-05-30
1
-2
/
+2
*
Use host_key_fomrmat to compare sig_type as format can be different from alg
Miklos Fazekas
2018-05-26
1
-2
/
+2
*
FingerprintHash SHA256|MD5
Miklos Fazekas
2018-03-22
1
-40
/
+41
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
5
-5
/
+20
*
Updated rubocop
Miklos Fazekas
2018-03-21
6
-425
/
+438
*
Fix OpenSSL 2 deprecation warnings
Miklos Fazekas
2016-12-15
1
-5
/
+16
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-5
/
+5
*
UTF-8: Optimize away dup when it's safe, added integrations tests
Miklos Fazekas
2016-07-23
1
-1
/
+1
*
Adds minimum_dh_bits option.
Aaron Bedra
2016-05-05
1
-3
/
+5
*
implement many algorithms
Ryosuke Yamazaki
2012-03-26
5
-3
/
+174
*
add diffie-hellman-group-exchange-sha256 support
Ryosuke Yamazaki
2011-12-16
1
-0
/
+15
*
Compatibile with OpenSSH
Ryosuke Yamazaki
2011-12-16
1
-2
/
+5
*
add a test for dh group-exchange
Jamis Buck
2007-08-12
1
-6
/
+3
*
add a test to verify that the correct parameters are passed to the host key v...
Jamis Buck
2007-08-12
1
-4
/
+1
*
first pass at a test for diffie-hellman group1-sha1
Jamis Buck
2007-08-12
1
-4
/
+3
*
add support for a few more ciphers. allow preferred algorithms to be specifie...
Jamis Buck
2007-08-09
1
-1
/
+1
*
preliminary support for rekeying
Jamis Buck
2007-08-09
1
-1
/
+1
*
host key verification
Jamis Buck
2007-08-09
1
-4
/
+3
*
Add v2 branch
Jamis Buck
2007-07-24
2
-0
/
+293