summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2010-09-13* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-09-08 * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi
2010-09-06 * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi
2010-09-06 * Fixed exception message for SSL post connection check failure. Patchnahi
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-19 * backport r28621 and r28632 from ruby_1_8;nahi
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-06-11* ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu
2010-06-11* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-21* suppress warnings.nobu
2010-05-06* test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu
2010-04-23* ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa
2010-04-23* ext/openssl/ossl_config.c: fix compilation failure withakr
2010-04-23* ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-10* ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame
2010-03-26* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame
2010-02-28* openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse
2010-02-23Back out the series of changes pending a due discussion.knu
2010-02-23* ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu
2010-02-23* ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu
2010-02-23* ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu
2009-12-02 * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi
2009-09-21* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre
2009-09-21* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre
2009-09-12* configure.in (GCC): subst for GCC depending extension libraries.nobu
2009-08-14* include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu
2009-04-18* ext/readline/readline.c: use rb_f_notimplement for methods notakr
2009-03-21rdoc update.akr
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr
2009-03-20* ext/openssl/lib/openssl/buffering.rbakr
2009-03-19update rdoc and NEWS.akr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-13* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu
2009-03-13* ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-03-12* ext/openssl: suppress warnings.akr
2009-03-12* ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-27* ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr
2009-02-19* ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verifynobu
2009-02-17forgot to add.akr
2009-02-17forgot to modify.akr
2009-02-17* ext/openssl: avoid cyclic require.akr
2009-02-06* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): usednobu
2009-01-24* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama