summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2013-06-27* ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika
2013-06-25* bignum.c (MSB): Removed.akr
2013-06-21* ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome
2013-05-31* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak
2013-05-26* hash.c, include/ruby/ruby.h: support WB protected hash.ko1
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui
2013-05-09* file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr
2013-04-28ossl_bn.c: reduce alloca/mallocnobu
2013-04-28ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki
2013-04-25ext/openssl/ossl_bn.c: fix implicit conversionnobu
2013-04-25* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse
2013-04-16* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-15* ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss
2013-04-14* ext/-test-/debug/depend: New file.akr
2013-04-11Fix typonaruse
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2013-04-04* ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse
2013-04-03* ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse
2013-03-05use INT2FIX(0) instead of INT2NUM(0).kazu
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain
2012-12-20ossl.c: RTESTnobu
2012-12-20* ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss
2012-12-20* ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss
2012-12-20* remove trailing spaces.nobu
2012-12-20* ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss
2012-12-20* ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss
2012-12-18* ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss
2012-12-08* ext/openssl/ossl_x509name.c: Completed documentation fordrbrain
2012-11-29* ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-10-02* ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain
2012-09-18* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse
2012-09-04remove trailing spaces.nobu
2012-09-03remove trailing spaces.nobu
2012-09-03* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss
2012-08-31* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss
2012-08-02* ext/openssl/lib/openssl/digest.rbemboss
2012-07-11* ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa
2012-07-11get rid of warningsnobu
2012-07-10rb_thread_call_without_gvlnobu
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* lib/openssl/ssl.rb: Use a simple random number to generate theemboss
2012-06-10* ext/openssl/ossl.cemboss
2012-06-09* ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss
2012-06-09* ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss
2012-05-26* ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss
2012-05-25* ext/openssl/ossl_ssl.c: Revert r35583emboss
2012-05-18* ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki