aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/digest/digest.c, ext/digest/digest.h,knu2006-10-131-3/+2
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-131-0/+5
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-111-2/+2
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-113-25/+0
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+3
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-101-2/+0
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-055-282/+10
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+2
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-7/+1
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-7/+0
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-0/+2
* * sample/optparse/opttest.rb: added.nobu2003-12-011-0/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * ext/digest: add depend file.nobu2002-03-182-0/+8
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-3/+3