summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix integration testsMiklós Fazekas2021-08-031-1/+1
* | Remove old ruby version from integration testsFlorian Wininger2021-07-051-2/+1
* | Fix mocha deprecation warningJeremy Wilmot2021-07-031-1/+1
* | Remove Trailing white spaceFlorian Wininger2021-07-0123-168/+132
* | Enhance test coding styleFlorian Wininger2021-07-0117-95/+95
* | Fix empty line for code clarityFlorian Wininger2021-07-0142-69/+18
* | Add Space after colonFlorian Wininger2021-07-012-7/+7
* | Fix rubocop issue with last versionFlorian Wininger2021-07-014-185/+180
* | Merge pull request #805 from net-ssh/mfazekas/diffie-hellman-group14-sha256Florian Wininger2021-07-014-11/+28
|\ \
| * | Add support for diffie-hellman-group14-sha256, fixes #794mfazekas/diffie-hellman-group14-sha256Richard Schwab2021-03-154-11/+28
* | | Fix unit testsFlorian Wininger2021-06-101-1/+1
|/ /
* | Fix rubucoprc2Miklós Fazekas2021-03-121-3/+3
* | Fixed more opensshd killMiklós Fazekas2021-03-121-3/+6
* | Fixed integration test opensshd killMiklós Fazekas2021-03-123-14/+43
* | Fixed test on githubMiklós Fazekas2021-01-091-1/+1
* | Merge pull request #727 from Lapizistik/masterMiklós Fazekas2020-06-121-0/+2
|\ \
| * | 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