aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test/open-uri: regenerate test certificatestopic/openssl-110Kazuki Yamaguchi2016-06-061-80/+76
* test/openssl: DSA256 is prohibited with security_level=1Kazuki Yamaguchi2016-06-061-1/+16
* ext/openssl: ENGINE.cleanup is no-op in OpenSSL 1.1.0Kazuki Yamaguchi2016-06-062-48/+68
* ext/openssl: remove SHA, DSS, DSS1 if using OpenSSL 1.1.0Kazuki Yamaguchi2016-06-066-9/+13
* ext/openssl: add SSLContext#security_level, #security_level=Kazuki Yamaguchi2016-06-065-0/+88
* openssl: adjust tests for changes in OpenSSLKazuki Yamaguchi2016-06-063-10/+7
* openssl: avoid deprecated version specific SSL_METHODsKazuki Yamaguchi2016-06-062-35/+42
* openssl: fix compile on VCrhe2016-06-062-0/+7
* Thread.report_on_exceptionnobu2016-06-066-1/+198
* openssl: use SSL_is_server()rhe2016-06-054-7/+29
* openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-052-6/+14
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-0523-170/+456
* * 2016-06-06svn2016-06-051-1/+1
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-0514-233/+447
* configure.in: Fix the timing to detect the appropriate C++ compiler in OS Xmrkn2016-06-052-10/+18
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-059-12/+73
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-054-1/+19
* * NEWS: Add news about Unicode-wide case mapping forduerst2016-06-052-0/+22
* optparse.rb: fix quote [ci skip]nobu2016-06-051-1/+1
* * test/ruby/enc/test_case_comprehensive.rb:duerst2016-06-052-3/+8
* * 2016-06-05svn2016-06-051-1/+1
* * string.c: Remove :lithuanian guard for Unicode case mapping.duerst2016-06-052-17/+25
* gmake.mk: update timestamp of des_tables.cnobu2016-06-041-1/+2
* gmake.mk: des_tables.c conditionnobu2016-06-041-3/+4
* des_tables.c: generation rulenobu2016-06-044-12/+28
* openssl: avoid deprecated BN_*prime* functionsrhe2016-06-041-9/+15
* crypt.h: remove initializednobu2016-06-046-16/+38
* * 2016-06-04svn2016-06-041-1/+1
* win32.c: use PATH_MAXnobu2016-06-042-18/+28
* win32.c: fail before getting ITEMIDLISTnobu2016-06-031-1/+2
* ruby.c: refix r55260nobu2016-06-032-1/+10
* * ruby.c (process_options): need to duplicate path before passing it tousa2016-06-032-1/+7
* * win32/win32.c (get_special_folder): typo.usa2016-06-031-1/+1
* mkmf.rb: sort lists of source and object filesnobu2016-06-032-3/+13
* * 2016-06-03svn2016-06-021-1/+1
* dln_find.c: MAXPATHLEN is not used alreadynobu2016-06-021-7/+0
* etc.c: retry with allocated string buffernobu2016-06-021-0/+6
* win32.c: use SHGetPathFromIDListExnobu2016-06-022-6/+26
* ruby.c: no MAXPATHLEN for loadpathnobu2016-06-022-6/+40
* ruby-mode.el: squiggly heredocnobu2016-06-022-4/+10
* common.mk: des_tables.cnobu2016-06-021-2/+10
* crypt.c: suppress warningsnobu2016-06-022-262/+262
* crypt.c: fix syntax error on mswinnobu2016-06-021-1/+1
* * 2016-06-02svn2016-06-021-1/+1
* ruby.h: reduce repeated calcuationsnobu2016-06-021-3/+8
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-025-9/+46
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* crypt.c: unused functionsnobu2016-06-011-1/+9
* string.c: fallback to crypt_rnobu2016-06-011-2/+5
* openssl: fix the Year 2038 problemrhe2016-06-019-27/+97