summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/openssl.rb
Commit message (Expand)AuthorAgeFilesLines
* fix rubocop issuesFlorian Wininger2022-04-291-7/+11
* transport: create EC keys by loading PEM data directlySimon Chopin2022-04-291-3/+11
* openssl: DSA: don't hardcode expected signature sizeAntonio Terceiro2022-04-121-1/+2
* Added support for RSA client authentication with SHA-2Zdenek Zambersky2021-11-181-4/+12
* Fix rubocop coding style.Florian Wininger2021-10-251-3/+3
* Merge pull request #781 from haccht/missing_ssh_signature_typeMiklós Fazekas2021-08-101-9/+5
|\
| * Make it clear that ssh_signature_type is an alias for ssh_type by using alias...haccht2020-08-071-12/+4
| * Fix missing OpenSSL::Pkey::EC::Point#ssh_signature_typehaccht2020-08-061-0/+4
* | Fix empty line for code clarityFlorian Wininger2021-07-011-2/+1
|/
* Implemented rsa-sha2-512, rsa-sha2-256 host_key algsMiklos Fazekas2020-06-101-4/+13
* Define rubocop metric lengthFlorian Wininger2019-09-251-4/+7
* Remove unnecessary defined?(OpenSSL::PKey::EC) in OpenSSL overrideFlorian Wininger2019-08-231-105/+99
* Implement to_blob on OpenSSL::PKey::EC::PointAdam Grare2018-07-241-0/+16
* add sha256 key fingerprintingTom Maher2018-03-211-3/+2
* Updated rubocopMiklos Fazekas2018-03-211-27/+15
* Fix for current arch linux box using openssl-1.1.0gRalf Mueller2018-02-081-2/+2
* Add support for SSH certificates for client authentication.David Bartley2017-01-101-0/+12
* UTF-8: Optimize away dup when it's safe, added integrations testsMiklos Fazekas2016-07-231-1/+1
* Removing warningsCarsten Dreesbach2012-12-231-1/+1
* implement many algorithmsRyosuke Yamazaki2012-03-261-1/+111
* Fix circular require warning in Ruby 1.9.22.0delano2011-01-141-1/+0
* tests all pass with ruby19Jamis Buck2008-09-061-1/+1
* Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...Jamis Buck2008-03-051-1/+0
* Add v2 branchJamis Buck2007-07-241-0/+129