summaryrefslogtreecommitdiff
path: root/test/authentication/test_key_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-291-3/+3
* Generate all DSA keys with 1024 bitsSimon Chopin2022-04-121-2/+2
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
* Enhance test coding styleFlorian Wininger2021-07-011-2/+2
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+0
* 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
* Rubocop : fix parenthesesFlorian Wininger2019-08-231-1/+1
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-221-31/+27
* TestKimmo Lehto2019-03-221-0/+6
* Updated rubocopMiklos Fazekas2018-03-211-86/+83
* Add support for SSH certificates for client authentication.David Bartley2017-01-101-0/+27
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-21/+21
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-7/+11
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* don't prompt for passphrases in non-interactive modeJeremy Stanley2015-06-091-0/+9
* Public key can be loaded as private key. Fixes #238Miklos Fazekas2015-05-201-1/+1
* Check if SSH key is a fileKamil Kieliszczyk2015-01-121-0/+4
* IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option...Miklos Fazkeas2014-04-051-2/+7
* Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)Steve Eley2013-12-201-3/+7
* implement many algorithmsRyosuke Yamazaki2012-03-261-1/+48
* Merge remote-tracking branch 'graffic/master'rich2012-01-211-11/+18
|\
| * test_ket_manager: Tests should pass in windows too.Javier Gonel2011-02-281-9/+13
* | LH30: Failing test clarified a bitMusy Bite2011-08-231-7/+11
* | LH30: Failing testMusy Bite2011-08-221-9/+40
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-011-4/+14
|/
* Support "IdentitiesOnly" directivemusybite-identities-onlyMusy Bite2011-01-171-2/+16
* wipdelano2010-08-251-2/+2
* Use foo.pub key by default, but fall back to private key.Jamis Buck2009-01-081-3/+4
* Load keys just-in-time instead of ahead-of-timeJamis Buck2008-12-291-5/+9
* Merge branch 'auser/master'Jamis Buck2008-12-191-4/+4
|\
| * Removed commented lines from old code, fixed two failing specs, ALL SPECS PAS...Ari Lerner2008-12-181-1/+2
| * Removed public_key requirement, generating it from the private keyAri Lerner2008-12-171-1/+1
| * Removed the requirement for the public key, needed to store the hash of ident...Ari Lerner2008-12-171-2/+2
| * Faked the public key requirement as it is only used to hash they known identi...Ari Lerner2008-12-171-1/+1
|/
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-181-12/+11
* Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-161-2/+2
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* tests for the key managerJamis Buck2007-08-141-0/+102