aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesnobu2016-07-061-12/+0
* Local header dependenciesnobu2016-07-061-1/+2
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-282-9/+9
* Update dependencies.akr2016-04-111-0/+1
* handle ext/ as r53141naruse2015-12-162-0/+2
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-213-6/+4
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-151-1/+1
* digest: CommonDigestnobu2015-02-112-0/+33
* digest: define Finish func from Final funcnobu2015-02-112-16/+13
* digest: common configurationsnobu2015-02-111-11/+2
* digest: no ID cachenobu2015-02-101-1/+1
* Update dependencies.akr2014-12-191-2/+2
* Update dependency.akr2014-11-211-8/+12
* Mark auogenerated part.akr2014-11-151-0/+3
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-20/+20
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-2/+20
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-5/+4
* ext/digest: hide metadata objects for internal usenobu2014-09-301-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* digest: no check for hidden objectsnobu2014-09-291-0/+2
* ext/digest: return values of init and finalnobu2014-07-152-24/+30
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-6/+3
* sha2.c: suppress warningsnobu2013-04-011-3/+6
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-011-2/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-011-0/+2
* * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu2012-04-301-7/+7
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-301-4/+3
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-271-0/+3
* * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse2011-08-071-0/+2
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-2/+4
* * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain2011-05-161-8/+41
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-222-9/+9
* * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr2010-04-211-1/+2
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-242-2/+3
* * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr2010-02-221-1/+1
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-227-96/+81
* * ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu2009-08-061-60/+65
* * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu2009-08-061-4/+0
* * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa2009-08-061-0/+1
* * ext/digest/sha2/sha2.c (*_Final): typos.usa2009-08-061-6/+6
* * ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu2009-08-061-1/+10
* * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu2009-08-052-137/+446
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-011-2/+2
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+0
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-201-1/+1
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-202-5/+78