summaryrefslogtreecommitdiff
path: root/test/authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #876 from bschmeck/raise-on-nil-pbkdfMiklós Fazekas2023-01-241-0/+26
|\
| * Failing test for passing a blank passwordBen Schmeckpeper2022-07-201-0/+6
| * Failing test for a key that specifies no PBKDF roundsBen Schmeckpeper2022-07-201-0/+20
* | Add tests for a cert with a SHA512 signaturePhillip Hellewell2022-10-111-5/+28
|/
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-292-5/+5
* Generate all DSA keys with 1024 bitsSimon Chopin2022-04-124-10/+10
* Merge pull request #850 from boblail/lail/expand-paths-to-identity-agentMiklós Fazekas2022-03-281-0/+5
|\
| * Support `~` in the path to the SSH agent's unix socketBob Lail2022-03-041-0/+5
* | Added support for RSA client authentication with SHA-2Zdenek Zambersky2021-11-182-3/+62
* | Fix rubocop coding style.Florian Wininger2021-10-2511-61/+61
* | Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-072-6/+6
* | Remove Trailing white spaceFlorian Wininger2021-07-014-52/+51
* | Enhance test coding styleFlorian Wininger2021-07-015-33/+33
* | Fix empty line for code clarityFlorian Wininger2021-07-0111-19/+5
* | Merge pull request #727 from Lapizistik/masterMiklós Fazekas2020-06-121-0/+2
|\ \
| * | Add ssh agent lock and unlockKlaus Stein2019-11-171-0/+2
* | | Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-291-1/+1
| |/ |/|
* | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-0/+32
* | Fix rubocop complaintsAnders Carling2019-10-311-1/+1
* | Test signing using explicitly loaded keycertAnders Carling2019-10-311-0/+8
* | 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
* | Fix signing with private key file existing both on disk and in agent, without...Anders Carling2019-10-311-8/+8
|/
* Define rubocop metric lengthFlorian Wininger2019-09-252-3/+0
* Rubocop : fix parenthesesFlorian Wininger2019-08-231-1/+1
* Fix Layout/IndentHeredocFlorian Wininger2019-08-234-159/+159
* Fix Layout/ClosingHeredocIndentationFlorian Wininger2019-08-232-3/+3
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-222-33/+27
* TestKimmo Lehto2019-03-221-0/+6
* Encrypted openssh keys were not asked for passphraseMiklos Fazekas2019-02-101-1/+28
* Support new private key format for other than ed25519 keysMiklos Fazekas2018-11-272-5/+5
* Skip identities that provide invalid keyChris Roberts2018-11-061-0/+18
* load default public keyMiklos Fazekas2018-06-031-8/+8
* when key_data option is present we should not try to use default keysJosh Larson2018-03-221-1/+190
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-217-68/+72
* add sha256 key fingerprintingTom Maher2018-03-211-12/+32
* Updated rubocopMiklos Fazekas2018-03-2112-630/+628
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-022-4/+4
* s/recieved/received/Akira Matsuda2017-02-101-4/+4
* Add support for adding and removing identities from SSH agents.David Bartley2017-01-121-9/+236
* Add support for SSH certificates for client authentication.David Bartley2017-01-102-0/+131
* Use 1.9 hash syntaxMiklos Fazekas2016-12-116-33/+33
* Removed pagent and make possible for windows platforms to use UNIXSocket base...Miklos Fazekas2016-10-271-1/+1
* Windows test fixesMiklos Fazekas2016-10-201-1/+5
* Raise better errors if ED25519 support is not availableMiklos Fazekas2016-07-191-4/+4
* Make rbnacl dependency optionalMiklos Fazekas2016-05-021-1/+5
* Added ability to specify agent socketAlon Goldboim2016-04-281-1/+9
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-084-20/+43