summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.c
Commit message (Expand)AuthorAgeFilesLines
* digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-021-2/+2
* Remove SafeGet*() macrosKazuki Yamaguchi2017-05-021-6/+2
* Merge branch 'topic/expand-ruby-missing-h'Kazuki Yamaguchi2017-04-281-1/+1
|\
| * Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-281-1/+1
* | Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-241-3/+3
|/
* digest: don't allocate EVP_MD_CTX at OpenSSL::Digest object allocationKazuki Yamaguchi2016-11-151-15/+22
* digest: cleanup documentationKazuki Yamaguchi2016-08-221-6/+5
* digest: check return value of EVP_Digest{Update,Final_ex}Kazuki Yamaguchi2016-08-091-6/+10
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-1/+2
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-1/+1
* Sync with ruby trunkZachary Scott2015-09-231-1/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-5/+3
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Sync with ruby trunkZachary Scott2015-01-051-2/+16
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+438