summaryrefslogtreecommitdiff
path: root/lib/net/ssh/key_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* 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