summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2014-02-11* ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr
2014-01-28* ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove
2014-01-19* ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt
2014-01-13* ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak
2014-01-13openssl/ossl.h: calculate as longnobu
2014-01-13ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2014-01-13ext: use PRIsVALUE for rb_raise and rb_warnnobu
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-12-25ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu
2013-12-24ossl.c: integer overflownobu
2013-12-22* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak
2013-12-12* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda
2013-12-11* ext/win32ole/sample/olegen.rb: Fix typoa_matsuda
2013-12-10openssl/digest.rb: check by lambdanobu
2013-12-10openssl/digest.rb: get rid of deprecated classnobu
2013-12-09* ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digestzzak
2013-12-03* ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain
2013-12-01* ext/openssl/lib/openssl/buffering.rb: Fix warning in copyrightzzak
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-22openssl/buffering.rb: call supernobu
2013-11-21* ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak
2013-11-21* ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Enginezzak
2013-11-21* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments fromzzak
2013-11-13Squashed commit of the following:nagachika
2013-11-13* ext/openssl/ossl_config.c: [DOC] Document the following:zzak
2013-11-13* ext/openssl/ossl_asn1.c: [DOC] Document parts ofzzak
2013-11-13* ext/openssl/lib/openssl/config.rb: In #parse use +string+ for +str+zzak
2013-11-13* ext/openssl/lib/openssl/*.rb: [DOC] Document the following:zzak
2013-10-28openssl: work around of dependencynobu
2013-10-28* common.mk, ext/objspace/depend, ext/coverage/depend,akr
2013-09-26* ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak
2013-09-20* ext/openssl/lib/openssl/ssl.rb: [DOC] Document OpenSSL::SSLServerzzak
2013-08-27* ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicatedrbrain
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-08-06* ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMACzzak
2013-07-25* ext/openssl/ossl.c: support additional three thread synchronizationko1
2013-07-24ossl.c: suppress warningnobu
2013-07-23* ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse
2013-07-23* ext/openssl/ossl.c: use system native (system provided)ko1
2013-07-22* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain
2013-07-10ossl.c: fix argument typenobu
2013-07-10ossl.c: rb_gc_register_mark_objectnobu
2013-07-10ossl.c: check allocationnobu
2013-07-10ossl.c: check integer overflownobu
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2013-07-05* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss
2013-07-05* lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss
2013-07-05Fix comment typo by @parroty [fix GH-350]hsbt
2013-06-27* ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika
2013-06-25* bignum.c (MSB): Removed.akr