summaryrefslogtreecommitdiff
path: root/lib/net/ssh/buffer.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing commasBen Schmeckpeper2023-02-081-2/+2
* Don't use the deprecated set_XXX methods on RSA keys.Ben Schmeckpeper2023-02-081-21/+21
* Fix #854 regressionFlorian Wininger2022-04-291-5/+1
* fix rubocop issuesFlorian Wininger2022-04-291-15/+23
* buffer: create DSA keys by loading PEM data directlySimon Chopin2022-04-291-13/+18
* buffer: create RSA keys by loading PEM data directlySimon Chopin2022-04-291-9/+9
* Read ecdsa private key in openssh formatMartin Sander2022-04-121-0/+6
* Fix rubocop coding style.Florian Wininger2021-10-251-4/+4
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-4/+9
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+1
* Remove ruby_compat to comply with the new Ruby >= 2.3 requirementMaxime Alay-Eddine2019-11-131-1/+0
* Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...Florian Wininger2019-08-231-9/+1
* Fixed private key read from new type ssh formatMiklos Fazekas2018-12-121-0/+40
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-2/+3
* Fix test test issueMiklos Fazekas2018-03-211-41/+41
* Updated rubocopMiklos Fazekas2018-03-211-341/+342
* Add support for SSH certificates for client authentication.David Bartley2017-01-101-3/+10
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-1/+1
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-7/+20
* UTF-8: Optimize away dup when it's safe, added integrations testsMiklos Fazekas2016-07-231-0/+21
* Prevent encoding issues building UTF8 buffersIristyle2016-07-231-2/+2
* Raise better errors if ED25519 support is not availableMiklos Fazekas2016-07-191-2/+4
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-191-0/+3
* Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb"Miklos Fazkeas2014-09-261-1/+1
* Add support for ssh-ed25519 to lib/net/ssh/buffer.rbChris Aumann2014-05-011-1/+1
* Handle ssh-rsa and ssh-dss certificate filesbobveznat-masterBob Van Zant2014-01-211-2/+2
* Removing warningsCarsten Dreesbach2012-12-231-1/+1
* Handle SSH messages that contain multibyte characters.Martin Emde2012-06-051-1/+1
* implement many algorithmsRyosuke Yamazaki2012-03-261-2/+12
* tests all pass with ruby19Jamis Buck2008-09-061-1/+2
* start working to improve documentationJamis Buck2008-03-181-27/+92
* Starting to document everythingJamis Buck2007-08-171-0/+12
* buffer testsJamis Buck2007-08-151-27/+15
* tests for hostbased authmethodJamis Buck2007-08-141-1/+5
* ssh-agent testsJamis Buck2007-08-141-0/+2
* first pass at a test for diffie-hellman group1-sha1Jamis Buck2007-08-121-3/+4
* Some more buffer enhancements (needed by the net-scp implementation) and make...Jamis Buck2007-07-291-1/+25
* check the continuation status immediately after processing channels to avoid ...Jamis Buck2007-07-281-0/+4
* extended data callback. make sure remainder_as_buffer always returns a BufferJamis Buck2007-07-271-1/+1
* infrastructure for supporting other async io, like forwarded connectionsJamis Buck2007-07-261-4/+2
* buffer writes, rather than sending immediatelyJamis Buck2007-07-241-1/+1
* keyboard-interactiveJamis Buck2007-07-241-0/+2
* Add v2 branchJamis Buck2007-07-241-0/+239