aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui2013-05-131-3/+9
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-092-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-252-1/+40
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-168-9/+16
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-4/+10
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+5
* Fix typonaruse2013-04-111-1/+1
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-4/+9
* * 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
* use INT2FIX(0) instead of INT2NUM(0).kazu2013-03-051-3/+3
* * ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain2013-02-191-18/+25
* * ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain2013-02-191-11/+21
* ossl.c: RTESTnobu2012-12-201-2/+2
* * ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss2012-12-202-0/+8
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-201-0/+7
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+213
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-201-1/+29
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-181-1/+3
* * ext/openssl/ossl_x509name.c: Completed documentation fordrbrain2012-12-081-7/+97
* * ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto2012-11-291-1/+3
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain2012-10-021-0/+26
* * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse2012-09-181-0/+1
* remove trailing spaces.nobu2012-09-047-30/+30
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-032-1/+12
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-312-59/+165
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+17
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa2012-07-111-7/+6
* get rid of warningsnobu2012-07-111-2/+2
* rb_thread_call_without_gvlnobu2012-07-104-9/+10
* * ext/openssl/ossl_pkey_ec.cemboss2012-06-101-0/+74
* * lib/openssl/ssl.rb: Use a simple random number to generate theemboss2012-06-101-1/+3
* * ext/openssl/ossl.cemboss2012-06-104-7/+22
* * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss2012-06-091-14/+105
* * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss2012-06-091-70/+54
* * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss2012-05-261-35/+114
* * ext/openssl/ossl_ssl.c: Revert r35583emboss2012-05-251-0/+1
* * ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki2012-05-181-8/+8
* * ext/openssl/extconf.rb: Clarify a message when hit Applekosaki2012-05-181-1/+1
* * ext/extmk.rb: Show a message when extconf.rb raised an exception.kosaki2012-05-181-3/+2
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_failnaruse2012-05-071-1/+0
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-071-1/+7
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-062-5/+44
* * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header isnobu2012-05-011-2/+7