-
- Downloads
New upstream version 7.3.0.
Showing
- .rubocop_todo.yml 1 addition, 1 deletion.rubocop_todo.yml
- CHANGES.txt 4 additions, 0 deletionsCHANGES.txt
- README.md 3 additions, 0 deletionsREADME.md
- lib/net/ssh/transport/aes128_gcm.rb 40 additions, 0 deletionslib/net/ssh/transport/aes128_gcm.rb
- lib/net/ssh/transport/aes256_gcm.rb 40 additions, 0 deletionslib/net/ssh/transport/aes256_gcm.rb
- lib/net/ssh/transport/algorithms.rb 8 additions, 1 deletionlib/net/ssh/transport/algorithms.rb
- lib/net/ssh/transport/cipher_factory.rb 9 additions, 7 deletionslib/net/ssh/transport/cipher_factory.rb
- lib/net/ssh/transport/gcm_cipher.rb 207 additions, 0 deletionslib/net/ssh/transport/gcm_cipher.rb
- lib/net/ssh/transport/hmac/abstract.rb 16 additions, 0 deletionslib/net/ssh/transport/hmac/abstract.rb
- lib/net/ssh/transport/packet_stream.rb 3 additions, 3 deletionslib/net/ssh/transport/packet_stream.rb
- lib/net/ssh/transport/state.rb 1 addition, 1 deletionlib/net/ssh/transport/state.rb
- lib/net/ssh/version.rb 2 additions, 2 deletionslib/net/ssh/version.rb
- test/integration/README.md 1 addition, 1 deletiontest/integration/README.md
- test/integration/playbook.yml 2 additions, 0 deletionstest/integration/playbook.yml
- test/integration/test_gcm_cipher.rb 53 additions, 0 deletionstest/integration/test_gcm_cipher.rb
- test/transport/test_algorithms.rb 9 additions, 9 deletionstest/transport/test_algorithms.rb
- test/transport/test_cipher_factory.rb 37 additions, 6 deletionstest/transport/test_cipher_factory.rb
- test/transport/test_packet_stream.rb 17 additions, 1 deletiontest/transport/test_packet_stream.rb
lib/net/ssh/transport/aes128_gcm.rb
0 → 100644
lib/net/ssh/transport/aes256_gcm.rb
0 → 100644
lib/net/ssh/transport/gcm_cipher.rb
0 → 100644
test/integration/test_gcm_cipher.rb
0 → 100644
Please register or sign in to comment