summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/hmac
Commit message (Expand)AuthorAgeFilesLines
* Fix empty line for code clarityFlorian Wininger2021-07-017-13/+0
* Add sha2-{256,512}-etm@openssh.com MAC algorithmsHans de Graaff2019-09-173-0/+40
* Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...Florian Wininger2019-08-234-36/+21
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-15/+17
* Updated rubocopMiklos Fazekas2018-03-213-75/+76
* implement many algorithmsRyosuke Yamazaki2012-03-261-0/+13
* support hmac-sha2-256, hmac-sha2-512, hmac-sha2-256-96, hmac-sha2-512-96Ryosuke Yamazaki2011-12-154-0/+55
* Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTPdelano2009-08-281-0/+1
* tests all pass with ruby19Jamis Buck2008-09-061-19/+43
* Fix hmac key truncation bug that causes hmacs other than SHA1 to failJamis Buck2008-05-141-2/+8
* instance_variable_defined? was not available prior to 1.8.6, apparentlyJamis Buck2008-04-181-1/+1
* more appeasement of ruby -wJamis Buck2008-03-161-0/+5
* more hmac testsJamis Buck2007-08-101-1/+1
* start adding tests (good thing, too, since just these two simple tests found ...Jamis Buck2007-08-101-1/+2
* use underscores instead of hyphens in file namesJamis Buck2007-08-102-0/+0
* Add v2 branchJamis Buck2007-07-246-0/+104