summaryrefslogtreecommitdiff
path: root/lib/net/ssh/key_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+0
* Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...Florian Wininger2019-08-231-8/+6
* Encrypted openssh keys were not asked for passphraseMiklos Fazekas2019-02-101-9/+98
* Support new private key format for other than ed25519 keysMiklos Fazekas2018-11-271-1/+1
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-16/+16
* Updated rubocopMiklos Fazekas2018-03-211-117/+117
* Add support for SSH certificates for client authentication.David Bartley2017-01-101-1/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-3/+3
* Added ssh-ed25519 to HostKeys algorithmsMiklos Fazekas2016-12-111-5/+2
* Ruby 2.4.0 compatMiklos Fazekas2016-10-151-7/+7
* Raise better errors if ED25519 support is not availableMiklos Fazekas2016-07-191-6/+7
* Fix rbnacl-libsodium issue on windows, fix CIMiklos Fazekas2016-05-161-1/+1
* Make rbnacl dependency optionalMiklos Fazekas2016-05-021-33/+30
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-22/+23
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-191-4/+14
* Fix the bug in keys with comments.Tomas Doran2013-12-111-1/+7
* Return correct ECError class for PKey::EC key typeAndreas Wolff2013-01-101-1/+1
* Removing warningsCarsten Dreesbach2012-12-231-1/+1
* Use OpenSSL::PKey.read to read arbitrary private key from DER-/PEM-encoded file.Chikanaga Tomoyuki2012-09-051-11/+24
* implement many algorithmsRyosuke Yamazaki2012-03-261-2/+7
* Added option to suppress passphrase prompt to KeyFactoryMusy Bite2011-08-231-4/+4
* typo on rdocDouglas Campos2010-11-211-1/+1
* Add :key_data option for specifying raw private keys in PEM formatJamis Buck2009-02-121-6/+21
* Raise a more helpful error when a public key file is malformedJamis Buck2008-08-211-0/+2
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-181-10/+5
* Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-161-5/+5
* If a password is given as an option, and a publickey needs a password, first ...Francis Sullivan2008-04-131-2/+6
* docs for the exception classes, and for Net::SSH::KeyFactoryJamis Buck2008-03-191-3/+14
* Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...Jamis Buck2008-03-051-2/+1
* key factory testsJamis Buck2007-08-151-1/+1
* Add a default prompt for keyboard-interactive and key loading. Tries HighLine...Jamis Buck2007-08-101-44/+47
* Add v2 branchJamis Buck2007-07-241-0/+73