| Commit message (Expand) | Author | Age | Files | Lines |
* | support Ruby 2.x for openssl | Koichi Sasada | 2020-12-19 | 1 | -0/+30 |
* | openssl is ractor-safe | Koichi Sasada | 2020-12-18 | 1 | -9/+31 |
* | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA | 2020-02-16 | 1 | -1/+4 |
* | ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV | mame | 2019-04-10 | 1 | -2/+5 |
* | * expand tabs. | svn | 2019-04-10 | 1 | -2/+2 |
* | Reverting all commits from r67479 to r67496 because of CI failures | kazu | 2019-04-10 | 1 | -5/+2 |
* | * expand tabs. | svn | 2019-04-10 | 1 | -2/+2 |
* | ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV | mame | 2019-04-10 | 1 | -2/+5 |
* | openssl: import v2.1.0.beta2 | rhe | 2017-11-25 | 1 | -5/+5 |
* | ruby.h: unnormalized Fixnum value | nobu | 2017-09-07 | 1 | -1/+1 |
* | openssl: import v2.1.0.beta1 | rhe | 2017-09-03 | 1 | -27/+69 |
* | openssl: import v2.0.4 | rhe | 2017-06-14 | 1 | -1/+1 |
* | openssl: import v2.0.1 | rhe | 2016-12-10 | 1 | -15/+21 |
* | openssl: import v2.0.0 | rhe | 2016-11-30 | 1 | -8/+9 |
* | import Ruby/OpenSSL 2.0.0.beta.1 | rhe | 2016-08-29 | 1 | -64/+101 |
* | openssl: adapt to OpenSSL 1.1.0 opaque structs | rhe | 2016-06-05 | 1 | -9/+4 |
* | openssl: avoid deprecated BN_*prime* functions | rhe | 2016-06-04 | 1 | -9/+15 |
* | openssl: use StringValueCStr() where NUL-terminated string is expected | rhe | 2016-05-23 | 1 | -6/+5 |
* | openssl: fix equality test methods of OpenSSL::BN | rhe | 2016-05-18 | 1 | -13/+77 |
* | * ext/openssl/*: Remove svn commit id macros to make sync easier | zzak | 2015-09-22 | 1 | -2/+0 |
* | openssl: wrapper object before alloc | nobu | 2015-05-29 | 1 | -17/+31 |
* | * ext/openssl/*: use license instead of licence. | hsbt | 2015-04-20 | 1 | -1/+1 |
* | ossl_bn.c: [DOC] expand rdocs [ci skip] | nobu | 2015-02-21 | 1 | -61/+164 |
* | [DOC] Backport ruby/openssl@86eb721 [ci skip] | zzak | 2015-02-21 | 1 | -15/+37 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | openssl: typed data | nobu | 2014-10-04 | 1 | -2/+21 |
* | protoize no-arguments functions | nobu | 2014-09-30 | 1 | -1/+1 |
* | * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack. | akr | 2014-02-11 | 1 | -13/+11 |
* | * bignum.c (MSB): Removed. | akr | 2013-06-25 | 1 | -3/+3 |
* | ossl_bn.c: reduce alloca/malloc | nobu | 2013-04-28 | 1 | -9/+10 |
* | ossl_bn.c: fix ossl_bn_initialize bug with integer | shirosaki | 2013-04-28 | 1 | -2/+4 |
* | ext/openssl/ossl_bn.c: fix implicit conversion | nobu | 2013-04-25 | 1 | -2/+2 |
* | * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum. | naruse | 2013-04-25 | 1 | -0/+39 |
* | * ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up. | naruse | 2013-04-04 | 1 | -2/+2 |
* | * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn. | naruse | 2013-04-03 | 1 | -2/+4 |
* | * ext/openssl/ossl.c: surpress warning: shorten-64-to-32. | naruse | 2011-03-24 | 1 | -4/+4 |
* | * ext/openssl/ossl_bn.c: parenthesize macro arguments. | akr | 2011-02-19 | 1 | -6/+6 |
* | * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case. | naruse | 2011-01-29 | 1 | -0/+2 |
* | Add toplevel documentation for OpenSSL | drbrain | 2010-12-06 | 1 | -2/+2 |
* | * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison | naruse | 2010-09-13 | 1 | -1/+1 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -4/+4 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -7/+7 |
* | * ext/openssl: suppress warnings. | akr | 2009-03-12 | 1 | -31/+31 |
* | * ext/openssl: suppress warnings. | nobu | 2008-07-22 | 1 | -4/+4 |
* | * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), | knu | 2008-05-29 | 1 | -1/+1 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -2/+2 |
* | * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: | technorama | 2007-04-05 | 1 | -6/+52 |
* | * ext/openssl/ossl_bn.c: More documentation. | technorama | 2007-04-03 | 1 | -1/+11 |
* | * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu... | technorama | 2007-03-29 | 1 | -1/+78 |
* | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about | knu | 2007-03-12 | 1 | -0/+4 |