aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu2010-06-111-10/+4
* * ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse2010-06-111-2/+2
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * suppress warnings.nobu2010-05-211-3/+3
* * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu2010-05-061-1/+1
* * ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa2010-04-231-1/+1
* * ext/openssl/ossl_config.c: fix compilation failure withakr2010-04-231-1/+1
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-234-9/+51
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2221-110/+110
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2231-214/+214
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-101-0/+1
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-261-0/+1
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-286-19/+47
* Back out the series of changes pending a due discussion.knu2010-02-233-43/+54
* * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu2010-02-231-1/+0
* * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu2010-02-231-47/+30
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-231-6/+13
* * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi2009-12-021-0/+3
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-211-1/+1
* * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre2009-09-211-0/+10
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-1/+1
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-142-3/+3
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-185-23/+33
* rdoc update.akr2009-03-211-0/+28
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-23/+53
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-202-6/+75
* update rdoc and NEWS.akr2009-03-191-0/+31
* * io.c (rb_mWaitReadable): defined.akr2009-03-193-10/+32
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-135-12/+15
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu2009-03-131-3/+3
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-3/+3
* * ext/openssl: suppress warnings.akr2009-03-127-54/+54
* * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr2009-03-121-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr2009-02-271-0/+2
* * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verifynobu2009-02-191-4/+4
* forgot to add.akr2009-02-171-0/+1
* forgot to modify.akr2009-02-172-3/+0
* * ext/openssl: avoid cyclic require.akr2009-02-175-181/+181
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): usednobu2009-02-061-0/+2
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-242-6/+100
* * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr2009-01-141-2/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr2008-12-311-2/+2
* * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStrakr2008-12-312-3/+3
* * ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):akr2008-12-312-88/+69
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-6/+78
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-1/+1
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame2008-09-181-0/+11
* * include/ruby/signal.h: removed.ko12008-09-032-3/+0