index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
openssl
/
test_bn.rb
Age
Commit message (
Expand
)
Author
2022-10-17
[ruby/openssl] add BN#mod_sqrt
Ben Toews
2021-12-25
[ruby/openssl] Add tast cases to OpenSSL::BN using ractor
Yusuke Nakamura
2021-10-25
[ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] Add OpenSSL::BN#set_flags and #get_flags
Yusuke Endoh
2021-07-18
[ruby/openssl] BN.abs and BN uplus
Rick Mark
2021-05-27
Defer to require prime for OpenSSL::TestBN
Hiroshi SHIBATA
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2019-04-10
ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV
mame
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV
mame
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
rhe
2016-05-18
openssl: fix equality test methods of OpenSSL::BN
rhe
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-12-13
test/openssl: skip old OpenSSL
nobu
2013-04-25
* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.
naruse
2013-04-03
* ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.
naruse
2011-01-29
* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.
naruse
2010-12-15
drying up the requires in the openssl tests
tenderlove
2010-12-11
refactor load error rescue to the openssl util file
tenderlove
2010-10-04
* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new
naruse
2010-09-13
* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison
naruse