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
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
ossl_bn.c
Age
Commit message (
Expand
)
Author
2023-06-19
[ruby/openssl] Implement Write Barrier for all OpenSSL types
Jean Boussier
2022-10-17
[ruby/openssl] add document-method for BN#mod_inverse
Ben Toews
2022-10-17
[ruby/openssl] add BN#mod_sqrt
Ben Toews
2022-10-17
[ruby/openssl] define BIGNUM_2cr macro for BN function that takes context and
Ben Toews
2021-10-25
[ruby/openssl] bn: expand BIGNUM_RAND and BIGNUM_RAND_RANGE macros
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] bn: use BN_check_prime() in OpenSSL::BN#prime{,_fasttest}?
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] Add OpenSSL::BN#set_flags and #get_flags
Yusuke Endoh
2021-07-18
[ruby/openssl] bn: update documentation of OpenSSL::BN#initialize and #to_s
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] BN.abs and BN uplus
Rick Mark
2021-03-31
[ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFE
Tom Stuart
2021-03-16
[ruby/openssl] bn: check -1 return from BIGNUM functions
Kazuki Yamaguchi
2020-12-19
support Ruby 2.x for openssl
Koichi Sasada
2020-12-18
openssl is ractor-safe
Koichi Sasada
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
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
* expand tabs.
svn
2019-04-10
ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV
mame
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
2017-09-03
openssl: import v2.1.0.beta1
rhe
2017-06-14
openssl: import v2.0.4
rhe
2016-12-10
openssl: import v2.0.1
rhe
2016-11-30
openssl: import v2.0.0
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-06-05
openssl: adapt to OpenSSL 1.1.0 opaque structs
rhe
2016-06-04
openssl: avoid deprecated BN_*prime* functions
rhe
2016-05-23
openssl: use StringValueCStr() where NUL-terminated string is expected
rhe
2016-05-18
openssl: fix equality test methods of OpenSSL::BN
rhe
2015-09-22
* ext/openssl/*: Remove svn commit id macros to make sync easier
zzak
2015-05-29
openssl: wrapper object before alloc
nobu
2015-04-20
* ext/openssl/*: use license instead of licence.
hsbt
2015-02-21
ossl_bn.c: [DOC] expand rdocs [ci skip]
nobu
2015-02-21
[DOC] Backport ruby/openssl@86eb721 [ci skip]
zzak
2014-12-01
use 0 for reserved
nobu
2014-10-04
openssl: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-02-11
* ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.
akr
2013-06-25
* bignum.c (MSB): Removed.
akr
2013-04-28
ossl_bn.c: reduce alloca/malloc
nobu
2013-04-28
ossl_bn.c: fix ossl_bn_initialize bug with integer
shirosaki
2013-04-25
ext/openssl/ossl_bn.c: fix implicit conversion
nobu
2013-04-25
* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.
naruse
2013-04-04
* ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.
naruse
2013-04-03
* ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.
naruse
2011-03-24
* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.
naruse
2011-02-19
* ext/openssl/ossl_bn.c: parenthesize macro arguments.
akr
2011-01-29
* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.
naruse
[next]