summaryrefslogtreecommitdiff
path: root/ext/digest/sha2
AgeCommit message (Expand)Author
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-04-13dependency updates卜部昌平
2020-12-19[digest] Added rb_digest_make_metadata to wrap metadataNobuyoshi Nakada
2020-12-02digest: remove OpenSSL engineKazuki Yamaguchi
2020-10-21Update dependencies for macOSNobuyoshi Nakada
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-08-22Hoisted out rb_id_metadataNobuyoshi Nakada
2019-08-22Hoisted out rb_digest_namespaceNobuyoshi Nakada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-14Prefer relative directory from srcdir to top_srcdirnobu
2019-02-11Use $(hdrdir) for include/ruby.h, as well as r67033nobu
2016-10-20* remove trailing spaces.svn
2016-10-20* ext/digest/digest.c: Add documentation for Digest.hsbt
2016-07-06Update dependenciesnobu
2016-07-06Local header dependenciesnobu
2016-06-28* ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto
2016-04-11Update dependencies.akr
2015-12-16handle ext/ as r53141naruse
2015-11-21* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse
2015-04-15* doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt
2015-02-11digest: CommonDigestnobu
2015-02-11digest: define Finish func from Final funcnobu
2015-02-11digest: common configurationsnobu
2015-02-10digest: no ID cachenobu
2014-12-19Update dependencies.akr
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-10-05digest/*/extconf.rb: do not link openssl when using bundlednobu
2014-09-30ext/digest: hide metadata objects for internal usenobu
2014-09-30protoize no-arguments functionsnobu
2014-09-29digest: no check for hidden objectsnobu
2014-07-15ext/digest: return values of init and finalnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-01sha2.c: suppress warningsnobu
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-05-01* revert r35510 and r35511 which caused removing the headers everytime.nobu
2012-05-01depends on ext/openssl/deprecation.rbnobu
2012-04-30* ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain
2012-02-27* ext/openssl/extconf.rb: suppress useless deprecation warningsnobu
2011-08-07* ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi