summaryrefslogtreecommitdiff
path: root/ext/digest/sha2/sha2init.c
AgeCommit message (Expand)Author
2010-02-24* ext/digest/extconf.rb: use OpenSSL only when all transformnobu
2010-02-22* ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr
2010-02-22* ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu
2008-09-01* ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-13* ext/digest/digest.c, ext/digest/digest.h,knu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-11* ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu
2006-10-11* ext/digest/digest.c (rb_digest_base_alloc,knu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
2006-09-27* ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu
2002-02-17* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu
2001-07-13Import the "digest" module and the submodules, from the Rough Rubyknu