summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add ssh agent lock and unlockKlaus Stein2019-11-171-0/+2
* | | Merge pull request #770 from fwininger/rubocopMiklós Fazekas2020-06-1016-16/+16
|\ \ \
| * | | Fix Style/DefWithParenthesesFlorian Wininger2020-05-291-1/+1
| * | | Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-2915-15/+15
| | |/ | |/|
* | | Rubocop fixMiklos Fazekas2020-06-101-1/+1
* | | Fix testsMiklos Fazekas2020-06-101-7/+7
* | | Rubocop fixesMiklos Fazekas2020-06-101-1/+1
* | | Implemented rsa-sha2-512, rsa-sha2-256 host_key algsMiklos Fazekas2020-06-104-6/+22
* | | Try to fix CIfix-cdn-for-ciMiklós Fazekas2020-05-291-1/+1
|/ /
* | Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior...Itsuki Noda2020-05-011-1/+1
* | Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmacMiklós Fazekas2020-04-251-9/+9
* | Fixed test_algMiklos Fazekas2020-04-251-2/+2
* | Add test to reproduce corrupted Mac issueMiklos Fazekas2020-04-253-3/+129
* | Merge pull request #751 from maxfierke/mf-support_algo_subtractionMiklós Fazekas2020-04-241-1/+38
|\ \
| * | Support algorithm subtraction syntax from ssh_configMax Fierke2020-04-141-1/+38
* | | Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ...Miklos Fazekas2020-04-241-7/+7
* | | Added new basic hmac integration test for etmMiklos Fazekas2020-04-203-2/+65
|/ /
* | Add integration test for set_env optionMingxiang Xue2020-03-114-19/+40
* | Fix rubocop stylesMingxiang Xue2020-03-091-2/+2
* | Add set_env optionMingxiang Xue2020-03-093-0/+17
* | (GH-737) Allow known_hosts to have empty lines and commentsdonoghuc2020-02-152-0/+7
* | Fix tests as wellAlexander Pyatkin2020-02-111-1/+1
* | Merge pull request #736 from sawanoboly/issue_731Miklós Fazekas2020-02-061-0/+32
|\ \
| * | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-0/+32
* | | Use latest mocha and fix incompatMiklós Fazekas2020-02-061-7/+7
|/ /
* | Fix rubocop complaintsAnders Carling2019-10-311-1/+1
* | Test signing using explicitly loaded keycertAnders Carling2019-10-311-0/+8
* | Test CertificateFile configuration loadingAnders Carling2019-10-312-1/+6
* | Test handling of keycert listAnders Carling2019-10-311-0/+14
* | Test matching of explicitly configured key certificates to private keysAnders Carling2019-10-311-0/+55
* | Separate public and private keys in testAnders Carling2019-10-311-40/+60
* | Improve test by providing a real Certificate instance instead of repurposing ...Anders Carling2019-10-311-6/+24
* | Test explicit cert configurationAnders Carling2019-10-311-6/+35
* | Add integration test using cert and key from ssh-agentAnders Carling2019-10-311-0/+17
* | Fix signing with private key file existing both on disk and in agent, without...Anders Carling2019-10-311-8/+8
|/
* Merge pull request #713 from mfazekas/int-test-curve25519sha256Miklós Fazekas2019-10-253-1/+91
|\
| * Fixed fragile waitpidMiklos Fazekas2019-10-251-1/+6
| * Integration test for Curve25519Sha256Keysint-test-curve25519sha256Miklos Fazekas2019-09-162-0/+85
* | Original (brbrady) Add support for all algorithms in Transport::Algorithms#ho...Brandon Weaver2019-10-251-4/+14
* | Define rubocop metric lengthFlorian Wininger2019-09-253-5/+0
* | Merge pull request #710 from fwininger/enhancementMiklós Fazekas2019-09-216-67/+55
|\ \
| * | Enhance unit-test and remove unused file archfour_check.rbFlorian Wininger2019-09-116-67/+55
* | | Add sha2-{256,512}-etm@openssh.com MAC algorithmsHans de Graaff2019-09-176-7/+221
| |/ |/|
* | Add Curve25519Sha256Florian Wininger2019-09-102-5/+169
|/
* Disable by default unsecure algorithmFlorian Wininger2019-09-021-27/+37
* Rubocop : fix parenthesesFlorian Wininger2019-08-236-14/+14
* Refactoring style unlesselse.Florian Wininger2019-08-231-8/+3
* Rubocop solve : Layout/IndentationWidthFlorian Wininger2019-08-231-6/+6
* Fix Layout/IndentHeredocFlorian Wininger2019-08-236-196/+196
* Fix Layout/IndentAssignmentFlorian Wininger2019-08-234-4/+4