summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
Commit message (Expand)AuthorAgeFilesLines
* diffie-hellman: create the key by generating the PEM fileSimon Chopin2022-04-291-17/+17
* Fix rubocop coding style.Florian Wininger2021-10-251-4/+4
* Add Abstract Kex classFlorian Wininger2019-08-241-101/+2
* Refactor DH get_parametersFlorian Wininger2019-08-231-16/+5
* Update digesterFlorian Wininger2019-08-231-4/+5
* Define properly the get_p and get_g method to handle inheritance.Florian Wininger2019-08-231-2/+2
* Server key signature verification done even if not requestedPiotr Kliczewski2018-12-061-1/+1
* Use host_key_fomrmat to compare sig_type as format can be different from algMiklos Fazekas2018-05-261-2/+2
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-40/+41
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+4
* Updated rubocopMiklos Fazekas2018-03-211-217/+217
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-5/+16
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-5/+5
* implement many algorithmsRyosuke Yamazaki2012-03-261-3/+11
* add a test to verify that the correct parameters are passed to the host key v...Jamis Buck2007-08-121-4/+1
* first pass at a test for diffie-hellman group1-sha1Jamis Buck2007-08-121-4/+3
* add support for a few more ciphers. allow preferred algorithms to be specifie...Jamis Buck2007-08-091-1/+1
* preliminary support for rekeyingJamis Buck2007-08-091-1/+1
* host key verificationJamis Buck2007-08-091-4/+3
* Add v2 branchJamis Buck2007-07-241-0/+213