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
nagachika 2558571db1 merge revision(s) r48923: [Backport #10633]
* ext/openssl/ossl_cipher.c (ossl_cipher_update_long): update huge
	  data gradually not to exceed INT_MAX.  workaround of OpenSSL API
	  limitation.  [ruby-core:67043] [Bug #10633]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@49383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-22 11:51:16 +00:00
..
lib merge revision(s) r45274,r45278,r45280,r48097: [Backport #9424] [Backport #9640] 2014-10-22 14:14:52 +00:00
depend openssl: work around of dependency 2013-10-28 06:32:24 +00:00
deprecation.rb * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header is 2012-05-01 05:18:02 +00:00
extconf.rb openssl: work around of dependency 2013-10-28 06:32:24 +00:00
openssl_missing.c * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00
openssl_missing.h
ossl.c merge revision(s) r45540: [Backport #9911] 2014-06-23 16:03:42 +00:00
ossl.h merge revision(s) 44579: [Backport #9500] 2014-02-10 13:35:07 +00:00
ossl_asn1.c merge revision(s) r45701: [Backport #9771] 2014-05-28 14:44:07 +00:00
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c * bignum.c (MSB): Removed. 2013-06-25 03:08:23 +00:00
ossl_bn.h
ossl_cipher.c merge revision(s) r48923: [Backport #10633] 2015-01-22 11:51:16 +00:00
ossl_cipher.h
ossl_config.c * ext/openssl/ossl_config.c: [DOC] Document the following: 2013-11-13 09:34:08 +00:00
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c * ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Engine 2013-11-21 04:37:14 +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 * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_ocsp.h
ossl_pkcs5.c * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings. 2012-04-22 12:43:53 +00:00
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 merge revision(s) r45595: [Backport #9743] [Backport #9745] 2014-05-04 17:44:00 +00:00
ossl_pkey.h
ossl_pkey_dh.c merge revision(s) 44584,44587,44945: [Backport #9243] 2014-02-22 05:56:02 +00:00
ossl_pkey_dsa.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
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 * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c merge revision(s) 44402: [Backport #9301] 2014-01-27 07:47:11 +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/openssl/ossl_x509cert.c: Fix doc typo. 2012-03-31 03:07:53 +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 * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ruby_missing.h