aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak2014-01-131-2/+1
* openssl/ossl.h: calculate as longnobu2014-01-131-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-132-41/+14
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-133-9/+9
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-7/+11
* ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu2013-12-251-0/+2
* ossl.c: integer overflownobu2013-12-241-2/+3
* * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak2013-12-221-1/+1
* * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda2013-12-121-1/+1
* * ext/win32ole/sample/olegen.rb: Fix typoa_matsuda2013-12-111-1/+1
* openssl/digest.rb: check by lambdanobu2013-12-101-8/+2
* openssl/digest.rb: get rid of deprecated classnobu2013-12-101-3/+3
* * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digestzzak2013-12-091-3/+3
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-031-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyrightzzak2013-12-011-15/+16
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-294-5/+5
* openssl/buffering.rb: call supernobu2013-11-221-1/+2
* * ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak2013-11-211-2/+2
* * ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Enginezzak2013-11-211-0/+158
* * ext/openssl/lib/openssl/buffering.rb: Remove unused arguments fromzzak2013-11-211-1/+1
* Squashed commit of the following:nagachika2013-11-131-1/+1
* * ext/openssl/ossl_config.c: [DOC] Document the following:zzak2013-11-131-0/+9
* * ext/openssl/ossl_asn1.c: [DOC] Document parts ofzzak2013-11-131-0/+39
* * ext/openssl/lib/openssl/config.rb: In #parse use +string+ for +str+zzak2013-11-131-3/+3
* * ext/openssl/lib/openssl/*.rb: [DOC] Document the following:zzak2013-11-134-5/+178
* openssl: work around of dependencynobu2013-10-282-2/+4
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-0/+1
* * ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak2013-09-261-1/+1
* * ext/openssl/lib/openssl/ssl.rb: [DOC] Document OpenSSL::SSLServerzzak2013-09-201-0/+11
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicatedrbrain2013-08-271-1/+1
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-262-12/+41
* * ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMACzzak2013-08-061-2/+96
* * ext/openssl/ossl.c: support additional three thread synchronizationko12013-07-251-3/+38
* ossl.c: suppress warningnobu2013-07-241-1/+1
* * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse2013-07-232-1/+15
* * ext/openssl/ossl.c: use system native (system provided)ko12013-07-231-6/+6
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-3/+10
* ossl.c: fix argument typenobu2013-07-101-3/+3
* ossl.c: rb_gc_register_mark_objectnobu2013-07-101-1/+1
* ossl.c: check allocationnobu2013-07-101-0/+3
* ossl.c: check integer overflownobu2013-07-101-2/+6
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-051-0/+4
* * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss2013-07-051-0/+39
* * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss2013-07-051-1/+1
* Fix comment typo by @parroty [fix GH-350]hsbt2013-07-051-1/+1
* * ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika2013-06-271-5/+13
* * bignum.c (MSB): Removed.akr2013-06-251-3/+3
* * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome2013-06-211-2/+2
* * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak2013-05-311-1/+1
* * hash.c, include/ruby/ruby.h: support WB protected hash.ko12013-05-261-1/+1