summaryrefslogtreecommitdiff
path: root/test/openssl/test_bn.rb
AgeCommit message (Expand)Author
2023-06-19[ruby/openssl] Fix modular square root test with LibreSSL >= 3.8Theo Buehler
2022-10-17[ruby/openssl] add BN#mod_sqrtBen Toews
2021-12-25[ruby/openssl] Add tast cases to OpenSSL::BN using ractorYusuke 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_flagsYusuke Endoh
2021-07-18[ruby/openssl] BN.abs and BN uplusRick Mark
2021-05-27Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-04-10ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-10ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-09-03openssl: import v2.1.0.beta1rhe
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18openssl: fix equality test methods of OpenSSL::BNrhe
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-12-13test/openssl: skip old OpenSSLnobu
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-15drying up the requires in the openssl teststenderlove
2010-12-11refactor load error rescue to the openssl util filetenderlove
2010-10-04* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse
2010-09-13* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse