summaryrefslogtreecommitdiff
path: root/test/test_key_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* Update tests suiteFlorian Wininger2022-04-151-6/+9
* Fix a typoFlorian Wininger2022-04-151-4/+4
* Read ecdsa private key in openssh formatMartin Sander2022-04-121-0/+63
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-1/+1
* Fix Layout/IndentHeredocFlorian Wininger2019-08-231-29/+29
* Fix Layout/ClosingHeredocIndentationFlorian Wininger2019-08-231-1/+1
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-221-77/+74
* add sha256 key fingerprintingTom Maher2018-03-211-0/+90
* Updated rubocopMiklos Fazekas2018-03-211-35/+39
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-2/+3
* Ruby 2.4.0 fixes IIMiklos Fazekas2016-10-201-3/+3
* Windows test fixesMiklos Fazekas2016-10-201-8/+8
* Ruby 2.4.0 compatMiklos Fazekas2016-10-151-3/+3
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-8/+13
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Add a failing tests for options in pub keys.Tomas Doran2013-12-111-2/+20
* Use OpenSSL::PKey.read to read arbitrary private key from DER-/PEM-encoded file.Chikanaga Tomoyuki2012-09-051-2/+54
* implement many algorithmsRyosuke Yamazaki2012-03-261-0/+42
* Merge remote-tracking branch 'graffic/master'rich2012-01-211-21/+25
|\
| * All tests pass Ruby 1.9.2 on WindowsJavier Gonel2011-02-281-19/+23
* | Added option to suppress passphrase prompt to KeyFactoryMusy Bite2011-08-231-1/+7
|/
* wipdelano2010-08-251-1/+3
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-181-3/+3
* If a password is given as an option, and a publickey needs a password, first ...Francis Sullivan2008-04-131-0/+10
* more documentation. use File.expand_path for key factory lookups. clean up so...Jamis Buck2008-03-201-15/+15
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* key factory testsJamis Buck2007-08-151-0/+58