summaryrefslogtreecommitdiff
path: root/test/test_buffer.rb
Commit message (Expand)AuthorAgeFilesLines
* fix rubocop issuesFlorian Wininger2022-04-291-15/+23
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-291-3/+3
* buffer: create DSA keys by loading PEM data directlySimon Chopin2022-04-291-10/+18
* buffer: create RSA keys by loading PEM data directlySimon Chopin2022-04-291-7/+9
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-0/+1
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-221-77/+73
* Implement to_blob on OpenSSL::PKey::EC::PointAdam Grare2018-07-241-0/+8
* Updated rubocopMiklos Fazekas2018-03-211-49/+53
* 4.0.0 final prepareMiklos Fazekas2016-12-261-1/+1
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-6/+15
* UTF-8: Optimize away dup when it's safe, added integrations testsMiklos Fazekas2016-07-231-0/+13
* Prevent encoding issues building UTF8 buffersIristyle2016-07-231-1/+16
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Fix encoding issues with Ruby 2.0 (#87).Vít Ondruch2013-03-081-0/+2
* Handle SSH messages that contain multibyte characters.Martin Emde2012-06-051-0/+5
* implement many algorithmsRyosuke Yamazaki2012-03-261-2/+92
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* buffer testsJamis Buck2007-08-151-0/+337