aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* ossl_x509name.c: null-terminate field namenobu2014-04-181-2/+3
* ossl_pkey.c: fix memory leaknobu2014-04-161-2/+5
* Remove unneeded OCSP constant macrosdrbrain2014-04-121-4/+0
* * remove trailing spaces.nobu2014-04-121-1/+1
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-121-44/+450
* ossl.c: OPENSSL_LIBRARY_VERSIONnobu2014-04-091-0/+5
* * lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss2014-03-061-4/+42
* ossl.c: NULL checknobu2014-03-051-2/+3
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr2014-02-111-13/+11
* * ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove2014-01-281-1/+5
* * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * 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