aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: deprecate OpenSSL::Config#add_value and #[]=ky/config-deprecate-modifyKazuki Yamaguchi2020-02-193-49/+77
* History.md: add missing references to GitHub issuesKazuki Yamaguchi2020-02-191-10/+31
* Merge pull request #333 from rhenium/ky/remove-wdeprecated-declarationsKazuki Yamaguchi2020-02-173-66/+8
|\
| * extconf.rb: get rid of -Werror=deprecated-declarationsky/remove-wdeprecated-declarationsKazuki Yamaguchi2020-02-162-33/+6
| * random: make OpenSSL::Random.pseudo_bytes alias of .random_bytesKazuki Yamaguchi2020-02-162-33/+2
* | Merge pull request #339 from rhenium/ky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-172-16/+1
|\ \
| * | ts: simplify OpenSSL::Timestamp::Request#algorithmky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-172-16/+1
* | | Merge pull request #338 from rhenium/ky/ssl-test-fix-fallback-scsvKazuki Yamaguchi2020-02-171-0/+4
|\ \ \
| * | | test/openssl/test_ssl: skip test_fallback_scsv if necessaryky/ssl-test-fix-fallback-scsvKazuki Yamaguchi2020-02-171-0/+4
| |/ /
* | | Merge pull request #326 from MSP-Greg/travis-pruneKazuki Yamaguchi2020-02-171-13/+0
|\ \ \ | |/ / |/| |
| * | .travis.yml - remove 2.3/1.0.2, 2.5/1.1.1, head/1.0.2MSP-Greg2020-02-151-13/+0
* | | Fixed inconsistency directory structure with ruby/ruby repoHiroshi SHIBATA2020-02-1750-1/+2
* | | Merge pull request #332 from mame/make-fixed_length_secure_compare-test-tolerantKazuki Yamaguchi2020-02-161-4/+7
|\ \ \ | |_|/ |/| |
| * | Make OpenSSL::OSSL#test_memcmp_timing robustYusuke Endoh2020-02-161-4/+7
* | | Merge pull request #330 from ruby/guard-pkey-ec-addHiroshi SHIBATA2020-02-161-6/+11
|\ \ \ | |/ / |/| |
| * | Guard for OpenSSL::PKey::EC::Group::Error with unsupported platformsHiroshi SHIBATA2020-02-161-6/+11
|/ /
* | Merge pull request #321 from ruby/revert-ref-version-fileHiroshi SHIBATA2020-02-161-8/+1
|\ \ | |/ |/|
| * Drop to reference OpenSSL::VERSION on gemspec. It failed to test with ruby co...Hiroshi SHIBATA2020-02-161-8/+1
* | Revert "Fix segfaults in OpenSSL::PKey::RSA#private_{en,de}crypt when private...Kazuki Yamaguchi2020-02-161-6/+6
|/
* Revert add_certificate_chain_file changes (#320)Hiroshi SHIBATA2020-02-163-185/+7
* Merge pull request #323 from ruby/remove-appveyorSHIBATA Hiroshi2020-02-152-27/+1
|\
| * Removed appveyorHiroshi SHIBATA2020-02-152-27/+1
|/
* Add Actions mswin, update CIMSP-Greg2020-02-095-95/+123
* Improve string allocation.Samuel Williams2020-02-071-8/+8
* 'finished' messages: expand sizer array to 1-bytesMo Morsi2020-02-061-4/+4
* Tests are failing sporadically on Darwin with EPIPE.Samuel Williams2020-02-061-2/+2
* Merge in changes to tests from upstream.Samuel Williams2020-02-061-0/+13
* Ensure that binary buffer is used at all times.Samuel Williams2020-02-062-5/+35
* Prefer `frozen_string_literal: true`.Samuel Williams2020-02-0643-66/+65
* Merge pull request #311 from ruby/support-ruby-repoSHIBATA Hiroshi2020-01-283-38/+42
|\
| * Use assert_raise instead of assert_raisesHiroshi SHIBATA2020-01-282-37/+37
| * fallback for ruby core repositoyHiroshi SHIBATA2020-01-281-1/+5
|/
* Add cloudhsm to extconf.rbKyle Oliveira2020-01-251-1/+2
* Add cloudhsm to ossl_engine.cKyle Oliveira2020-01-251-0/+3
* fix an incorrect method namethekuwayama2020-01-251-2/+2
* fix comment; Examplethekuwayama2020-01-251-2/+2
* rm GC.disable && add {certs,pkey}.unlinkthekuwayama2020-01-251-2/+6
* add X509_free and EVP_PKEY_freethekuwayama2020-01-251-7/+19
* check with EVP_PKEY_cmp in advancethekuwayama2020-01-251-2/+33
* modify ossl_sslctx_add_certificate_chain_file() to raise Error and to return ...thekuwayama2020-01-252-11/+88
* modify test_add_certificate_chain_file to check ssl.peer_cert and ssl.peer_ce...thekuwayama2020-01-252-6/+28
* add pkey_path argument to ossl_sslctx_add_certificate_chain_file()thekuwayama2020-01-251-5/+35
* Merge pull request #310 from thekuwayama/fix__ocsp_extern_varSHIBATA Hiroshi2020-01-171-3/+3
|\
| * Fix typo of `OpenSSL::OCSP` extern varthekuwayama2020-01-161-3/+3
|/
* Use default fetch-depth of 1Bart de Water2020-01-011-4/+0
* Update ActionsMSP-Greg2019-12-291-38/+85
* Remove 2.3 from test workflow.Samuel Williams2019-12-291-11/+5
* Remove out-of-scope test.Samuel Williams2019-12-291-12/+0
* Merge in changes to tests from ruby/test/openssl.Samuel Williams2019-12-295-13/+36
* Simplify handling of version constant.Samuel Williams2019-12-295-22/+9