aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_bn.c
Commit message (Expand)AuthorAgeFilesLines
* bn: keep reference to temporary OpenSSL::BN object created by GetBNPtr()Kazuki Yamaguchi2016-12-041-15/+21
* Use rb_obj_class() instead of CLASS_OF()Kazuki Yamaguchi2016-09-081-8/+9
* bn: optimize try_convert_to_bnptr() for non-BN objectstopic/argument-conversionKazuki Yamaguchi2016-08-221-46/+55
* Avoid using *2FIX() where we don't know if it really fits in FixnumKazuki Yamaguchi2016-08-221-2/+2
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-16/+44
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-9/+4
* openssl: avoid deprecated BN_*prime* functionsrhe2016-06-091-9/+15
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-6/+5
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-311-13/+77
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-17/+31
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Upstream the following commits from trunk ruby:Zachary Scott2015-03-251-61/+164
* Apply documentation fixes from ruby/ruby#834, patch by @vbattsZachary Scott2015-02-211-15/+37
* Sync with ruby trunkZachary Scott2015-01-051-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+915