diff options
Diffstat (limited to 'Manifest')
-rw-r--r-- | Manifest | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -54,10 +54,16 @@ lib/net/ssh/transport/hmac/md5_96.rb lib/net/ssh/transport/hmac/none.rb lib/net/ssh/transport/hmac/sha1.rb lib/net/ssh/transport/hmac/sha1_96.rb +lib/net/ssh/transport/hmac/sha2_256.rb +lib/net/ssh/transport/hmac/sha2_256_96.rb +lib/net/ssh/transport/hmac/sha2_512.rb +lib/net/ssh/transport/hmac/sha2_512_96.rb lib/net/ssh/transport/identity_cipher.rb +lib/net/ssh/transport/key_expander.rb lib/net/ssh/transport/kex.rb lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb lib/net/ssh/transport/openssl.rb lib/net/ssh/transport/packet_stream.rb lib/net/ssh/transport/server_version.rb @@ -98,8 +104,13 @@ test/transport/hmac/test_md5_96.rb test/transport/hmac/test_none.rb test/transport/hmac/test_sha1.rb test/transport/hmac/test_sha1_96.rb +test/transport/hmac/test_sha2_256.rb +test/transport/hmac/test_sha2_256_96.rb +test/transport/hmac/test_sha2_512.rb +test/transport/hmac/test_sha2_512_96.rb test/transport/kex/test_diffie_hellman_group1_sha1.rb test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb test/transport/test_algorithms.rb test/transport/test_cipher_factory.rb test/transport/test_hmac.rb |