aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_bn.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}Kazuki Yamaguchi2021-10-251-0/+4
* [ruby/openssl] Add OpenSSL::BN#set_flags and #get_flagsYusuke Endoh2021-07-181-0/+23
* [ruby/openssl] BN.abs and BN uplusRick Mark2021-07-181-0/+21
* Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA2021-05-271-18/+23
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-3/+7
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-5/+0
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+1
* openssl: import v2.1.0.beta1rhe2017-09-031-52/+267
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-1/+1
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-4/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-251-5/+30
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-0/+4
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-2/+8
* drying up the requires in the openssl teststenderlove2010-12-151-1/+0
* refactor load error rescue to the openssl util filetenderlove2010-12-111-5/+1
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-041-0/+5
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-0/+17