summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* protoize no-arguments functionsnobu2014-09-3027-34/+34
* * ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#pretty_print):akr2014-09-202-0/+27
* * test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt2014-09-031-2/+2
* * test/openssl/test_ssl_session.rb: fix indent.hsbt2014-08-131-26/+26
* add timeoutnaruse2014-08-111-0/+2
* openssl: constifynobu2014-08-033-8/+7
* ossl_pkcs7.c: consider lengthnobu2014-08-031-5/+5
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+4
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-034-7/+7
* * ext/openssl/ossl_hmac.c: Fix NO_HMAC warning [Fixes GH-665]zzak2014-07-271-1/+1
* test_x509req.rb: fix for RHEL7nobu2014-07-231-1/+1
* RHEL7 disables MD5naruse2014-07-232-0/+2
* split assertions into algorithmsnaruse2014-07-222-23/+36
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-191-10/+10
* * ext/openssl/ossl_cipher.c: Fix call to ciphers class method andhsbt2014-07-131-2/+2
* * test/openssl/test_509cert.rb: force sorted order for order-headius2014-06-231-2/+2
* * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa2014-06-031-0/+4
* Suppress warnings.akr2014-06-011-21/+21
* * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr2014-05-294-24/+64
* Close fds.akr2014-05-281-0/+2
* * ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr2014-05-282-10/+23
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-1/+1
* * test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou2014-05-271-6/+6
* * test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt2014-05-272-4/+12
* * remove trailing spaces.svn2014-05-271-6/+6
* * test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt2014-05-271-0/+141
* * test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt2014-05-271-0/+9
* * test/openssl: Join threads.akr2014-05-252-5/+17
* * test/openssl/test_partial_record_read.rb: Testing read_nonblock onhsbt2014-05-251-0/+27
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-1/+1
* refactored to test Socket and TCPSocket/TCPServer more consistently.akr2014-05-071-74/+54
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr2014-05-072-1/+73
* refactoring to extract tcp_pair.akr2014-05-071-9/+13
* ossl_asn1.c: fix undefined behaviornobu2014-04-241-1/+1
* ossl_x509name.c: null-terminate field namenobu2014-04-181-2/+3
* ossl_pkey.c: fix memory leaknobu2014-04-162-2/+35
* 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
* * test/openssl/test_ssl.rb: Reuse TLS default options fromemboss2014-03-071-9/+1
* fix r45274; it change default but doesn't change tests [Bug #9424]naruse2014-03-061-3/+7
* * 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-282-1/+23
* * 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