aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ts: simplify OpenSSL::Timestamp::Request#algorithmky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-172-16/+1
* 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
* Prepend slashes to X509::Name.parse argument in examplesJoshua Stowers2019-12-142-3/+3
* modify the document about `CertificateId.new`thekuwayama2019-12-022-1/+4
* Restore compatibility with older versions of Ruby.Samuel Williams2019-11-271-9/+21
* Pull relevant changes from `ruby/ext/openssl`.Samuel Williams2019-11-275-13/+25
* Don't use require_relative to load `openssl.so`.Samuel Williams2019-11-271-1/+1
* Clarify in history that PKCS8 reading is also supported [ci skip]Bart de Water2019-11-271-2/+2
* Add PKCS8 changes to historyBart de Water2019-11-251-0/+3
* pkey: add support for PKCS #8 key serializationKazuki Yamaguchi2019-11-252-12/+219
* Update renegotiation_cb docstring to reflect its actual behavior in MRIOleg Pudeyev2019-11-221-7/+5
* check AIA extension is criticalthekuwayama2019-11-192-7/+2