1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl
akr ab67419b75 * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.
Fix SEGV by OpenSSL::BN.new(1 << (2**34)).



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-11 14:06:51 +00:00
..
lib openssl/digest.rb: check by lambda 2013-12-10 07:16:03 +00:00
depend openssl: work around of dependency 2013-10-28 06:32:24 +00:00
deprecation.rb
extconf.rb openssl: work around of dependency 2013-10-28 06:32:24 +00:00
openssl_missing.c
openssl_missing.h
ossl.c ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE 2014-01-12 08:11:36 +00:00
ossl.h openssl/ossl.h: calculate as long 2014-01-13 00:57:42 +00:00
ossl_asn1.c ext: use PRIsVALUE for rb_raise and rb_warn 2014-01-13 00:57:38 +00:00
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack. 2014-02-11 14:06:51 +00:00
ossl_bn.h
ossl_cipher.c ext: use PRIsVALUE for rb_raise and rb_warn 2014-01-13 00:57:38 +00:00
ossl_cipher.h
ossl_config.c * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh 2013-12-22 18:21:14 +00:00
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE 2014-01-13 00:57:41 +00:00
ossl_engine.h
ossl_hmac.c * ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMAC 2013-08-06 23:32:42 +00:00
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs5.c
ossl_pkcs5.h
ossl_pkcs7.c ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c
ossl_pkey.h
ossl_pkey_dh.c * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243] 2014-01-13 05:27:23 +00:00
ossl_pkey_dsa.c
ossl_pkey_ec.c * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of 2013-07-05 22:46:42 +00:00
ossl_pkey_rsa.c
ossl_rand.c
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IO 2014-01-28 19:31:48 +00:00
ossl_ssl.h
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE and 2013-06-21 07:39:15 +00:00
ossl_x509cert.c ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE 2014-01-13 00:57:41 +00:00
ossl_x509crl.c
ossl_x509ext.c
ossl_x509name.c ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
ossl_x509req.c
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h