aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_bn.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: avoid deprecated BN primes functionsKazuki Yamaguchi2016-04-271-3/+3
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* openssl: wrapper object before allocnobu2015-05-291-17/+31
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_bn.c: [DOC] expand rdocs [ci skip]nobu2015-02-211-61/+164
* [DOC] Backport ruby/openssl@86eb721 [ci skip]zzak2015-02-211-15/+37
* use 0 for reservednobu2014-12-011-1/+1
* openssl: typed datanobu2014-10-041-2/+21
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr2014-02-111-13/+11
* * bignum.c (MSB): Removed.akr2013-06-251-3/+3
* ossl_bn.c: reduce alloca/mallocnobu2013-04-281-9/+10
* ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki2013-04-281-2/+4
* ext/openssl/ossl_bn.c: fix implicit conversionnobu2013-04-251-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-251-0/+39
* * ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse2013-04-041-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-2/+4
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-4/+4
* * ext/openssl/ossl_bn.c: parenthesize macro arguments.akr2011-02-191-6/+6
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-0/+2
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-4/+4
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * ext/openssl: suppress warnings.akr2009-03-121-31/+31
* * ext/openssl: suppress warnings.nobu2008-07-221-4/+4
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-291-1/+1
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-2/+2
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-051-6/+52
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-031-1/+11
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-291-1/+78
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-13/+9
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-22/+8
* OpenSSL updatemichal2003-09-121-17/+0
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-1/+0
* * ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo2003-07-251-0/+17
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+734