summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmacMiklós Fazekas2020-04-251-4/+3
* Fix corrupted hmac detectedMiklos Fazekas2020-04-251-1/+1
* Merge pull request #751 from maxfierke/mf-support_algo_subtractionMiklós Fazekas2020-04-241-3/+17
|\
| * Support algorithm subtraction syntax from ssh_configMax Fierke2020-04-141-3/+17
* | 6.0.1v6.0.1Miklos Fazekas2020-04-241-1/+1
* | Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ...Miklos Fazekas2020-04-241-3/+4
* | Added new basic hmac integration test for etmMiklos Fazekas2020-04-201-1/+3
* | Final releasev6.0.0Miklos Fazekas2020-04-201-1/+1
|/
* Update version.rbMiklós Fazekas2020-03-181-1/+1
* Merge pull request #745 from uzxmx/masterMiklós Fazekas2020-03-163-3/+16
|\
| * Add integration test for set_env optionMingxiang Xue2020-03-112-5/+0
| * Fix rubocop stylesMingxiang Xue2020-03-092-0/+5
| * Add set_env optionMingxiang Xue2020-03-093-3/+16
* | Merge pull request #746 from sskousen/masterMiklós Fazekas2020-03-161-1/+10
|\ \
| * | Only limit value if on JRubySeth Skousen2020-03-121-3/+4
| * | Only limit valid_before if on JRubySeth Skousen2020-03-121-5/+5
| * | Only limit value if on JRubySeth Skousen2020-03-121-1/+6
| * | Limit cert.valid_before to max supported by JRubySeth Skousen2020-03-111-1/+4
| |/
* | RbNacl dependecy was replaced with ed25519Popa Marius Adrian2020-03-131-1/+1
|/
* (GH-737) Allow known_hosts to have empty lines and commentsdonoghuc2020-02-151-1/+2
* One more fixAlexander Pyatkin2020-02-111-0/+1
* Fix kex algorithm nameAlexander Pyatkin2020-02-111-1/+1
* Merge pull request #733 from hirura/fix-loggable_facility_to_use_to_s_method_...Miklós Fazekas2020-02-111-2/+2
|\
| * Fix Loggable to use to_s method instead of name method for self.classhirura2020-01-111-2/+2
* | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-1/+2
* | beta2 preparev6.0.0.beta2Miklos Fazekas2020-01-191-1/+1
* | Merge pull request #722 from anderscarling/certkeysMiklós Fazekas2020-01-194-26/+62
|\ \ | |/ |/|
| * Reduce number of lines in method to satisfy rubocopAnders Carling2019-10-311-21/+21
| * Restore accidentally reordered valueAnders Carling2019-10-311-1/+1
| * Reduce number of lines in block to satisfy rubocopAnders Carling2019-10-311-6/+2
| * Place value in globals if we're in a global contextAnders Carling2019-10-311-1/+1
| * Fix rubocop complaintsAnders Carling2019-10-311-1/+0
| * Remove disused variableAnders Carling2019-10-311-1/+1
| * Fix signing with private key file existing both on disk and in agent, without...Anders Carling2019-10-311-7/+2
| * Support :certkeys and CertificateFile configuration optionAnders Carling2019-10-294-4/+50
* | Remove ruby_compat to comply with the new Ruby >= 2.3 requirementMaxime Alay-Eddine2019-11-138-20/+0
|/
* 6.0.0 beta1 prepareMiklos Fazekas2019-10-251-3/+3
* Original (brbrady) Add support for all algorithms in Transport::Algorithms#ho...Brandon Weaver2019-10-251-2/+2
* Define rubocop metric lengthFlorian Wininger2019-09-2511-21/+48
* Add sha2-{256,512}-etm@openssh.com MAC algorithmsHans de Graaff2019-09-176-22/+101
* Add Curve25519Sha256Florian Wininger2019-09-104-18/+99
* Merge pull request #708 from fwininger/refactoring_kexMiklós Fazekas2019-09-044-65/+95
|\
| * Refactoring kex ecdh RFC5656Florian Wininger2019-08-284-65/+95
* | Disable by default unsecure algorithmFlorian Wininger2019-09-022-26/+42
|/
* Merge pull request #704 from fwininger/rubocop_small_copMiklós Fazekas2019-08-281-7/+1
|\
| * Refactoring style unlesselse.Florian Wininger2019-08-231-7/+1
* | Merge pull request #703 from fwininger/openssl4Miklós Fazekas2019-08-281-11/+9
|\ \
| * | Modernize OpenSSL SHA2 implementationFlorian Wininger2019-08-231-11/+9
| |/
* | Merge pull request #702 from fwininger/refactoring_kex2Miklós Fazekas2019-08-285-136/+130
|\ \
| * | Add Abstract Kex classFlorian Wininger2019-08-243-113/+121