aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-274-0/+12
* avoid rdoc's warnings.naruse2012-02-253-0/+9
* * ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain2011-08-121-0/+47
* * 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
* * internal.h: add for internal use only.nobu2011-05-181-2/+2
* * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain2011-05-163-46/+112
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+8
* * ext/digest/lib/digest.rb: removed unused exception variablenahi2010-09-101-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-076-24/+0
* * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu2010-06-031-0/+7
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-226-15/+15
* * 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/digest.c (rb_digest_instance_hexdigest_bang): Fixknu2010-01-172-2/+28
* * ext/digest/digest.c (rb_digest_instance_digest)knu2010-01-171-8/+2
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu2009-12-311-2/+2
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu2009-11-251-4/+13
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-162-2/+2
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu2009-08-141-5/+5
* * 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-064-16/+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,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-4/+4
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-014-8/+8
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-0/+2
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-011-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * include/ruby/ruby.h (inttypes.h): includes always if available.nobu2008-03-141-4/+0
* * ext/digest/defs.h: inttypes.h is still needed.nobu2008-03-141-0/+4
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-141-14/+0
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): useakr2008-01-041-1/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-2/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-5/+4
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* better error messageknu2007-02-281-1/+1
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-273-4/+4
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-141-8/+10
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+0
* Do alias << update.knu2006-12-041-0/+1
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-2/+6