aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* x509name: add 'loc' and 'set' kwargs to OpenSSL::X509::Name#add_entryky/x509name-add-entry-optionsKazuki Yamaguchi2017-07-251-7/+22
* Merge branch 'maint'bpointKazuki Yamaguchi2017-06-148-21/+71
|\
| * Ruby/OpenSSL 2.0.4v2.0.4Kazuki Yamaguchi2017-06-141-1/+1
| * extconf.rb: simplify searching libraries logicKazuki Yamaguchi2017-06-141-31/+33
| * Merge changes from Ruby trunk r56953..r58742Kazuki Yamaguchi2017-06-142-7/+47
| |\
| | * Search SSL libraries by testing various filename patternsusa2017-06-141-5/+45
| | * openssl: fix broken openssl checknobu2017-06-141-1/+1
| | * openssl: fix broken openssl checknobu2017-06-141-1/+1
| * | x509store: clear error queue after calling X509_LOOKUP_load_file()Kazuki Yamaguchi2017-06-141-0/+9
| * | Fix documentation for OpenSSL::Cipher#finalVladimir Rybas2017-04-211-1/+1
| * | Fix typosKazuki Yamaguchi2017-04-205-7/+7
| * | ssl: check return value of SSL_set_fd()Kazuki Yamaguchi2017-03-311-1/+2
| * | Fix typosSHIBATA Hiroshi2017-02-142-3/+3
| |/
* | Add fips_mode_get to return fips_modeColton Jenkins2017-06-091-1/+19
* | Remove unused functions and macrosKazuki Yamaguchi2017-05-229-144/+1
* | bio: simplify ossl_membio2str() using ossl_str_new()Kazuki Yamaguchi2017-05-222-22/+5
* | Add ossl_str_new(), an exception-safe rb_str_new()Kazuki Yamaguchi2017-05-222-7/+26
* | digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-0212-21/+22
* | cipher: rename GetCipherPtr() to ossl_evp_get_cipherbyname()Kazuki Yamaguchi2017-05-026-7/+7
* | Remove SafeGet*() macrosKazuki Yamaguchi2017-05-0222-186/+71
* | Merge branch 'topic/expand-ruby-missing-h'Kazuki Yamaguchi2017-04-2822-39/+34
|\ \
| * | Expand FPTR_TO_FD() macrotopic/expand-ruby-missing-hKazuki Yamaguchi2017-04-283-11/+9
| * | Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-2820-28/+25
* | | Merge branch 'topic/kdf-module'Kazuki Yamaguchi2017-03-237-180/+243
|\ \ \
| * | | kdf: add scrypttopic/kdf-moduleKazuki Yamaguchi2017-03-232-0/+79
| * | | ossl.h: add NUM2UINT64T() macroKazuki Yamaguchi2017-03-231-0/+13
| * | | kdf: introduce OpenSSL::KDF moduleKazuki Yamaguchi2017-03-236-180/+151
* | | | extconf.rb: print informative message if OpenSSL can't be foundKazuki Yamaguchi2017-03-131-5/+9
* | | | ext/openssl/deprecation.rb: remove broken-apple-opensslKazuki Yamaguchi2017-03-031-3/+0
* | | | ssl: suppress compiler warningKazuki Yamaguchi2017-03-031-1/+0
* | | | Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-2422-381/+390
* | | | Revert r57690 except for read_nonblocknobu2017-02-241-4/+2
* | | | [DOC] mark up literalsnobu2017-02-241-4/+6
* | | | [DOC] keyword argument _exception_nobu2017-02-241-2/+2
* | | | [DOC] {read,write}_nonblock with exception: falsenobu2017-02-241-2/+2
* | | | Merge branch 'topic/ssl-fixup-ex_data-handling'Kazuki Yamaguchi2017-02-191-27/+26
|\ \ \ \
| * | | | ssl: assume SSL/SSL_CTX always have a valid reference to the Ruby objecttopic/ssl-fixup-ex_data-handlingKazuki Yamaguchi2017-02-191-20/+5
| * | | | ssl: do not confuse different ex_data index registriesKazuki Yamaguchi2017-02-191-8/+22
* | | | | ssl: remove OpenSSL::ExtConfig::TLS_DH_anon_WITH_AES_256_GCM_SHA384topic/ssl-remove-TLS_DH_anon_WITH_AES_256_GCM_SHA384Kazuki Yamaguchi2017-02-191-6/+0
|/ / / /
* | | | Merge branch 'maint'Kazuki Yamaguchi2017-01-311-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Ruby/OpenSSL 2.0.3v2.0.3Kazuki Yamaguchi2017-01-311-1/+1
| * | x509: fix OpenSSL::X509::Name#eql?Kazuki Yamaguchi2017-01-281-1/+1
* | | Merge branch 'topic/ssl-certificate-verify-error-desc'Kazuki Yamaguchi2017-01-262-8/+25
|\ \ \
| * | | ssl: show reason of 'certificate verify error' in exception messagetopic/ssl-certificate-verify-error-descKazuki Yamaguchi2017-01-241-0/+20
| * | | Make exceptions with the same format regardless of OpenSSL.debugKazuki Yamaguchi2017-01-241-8/+5
| | |/ | |/|
* | | Merge branch 'topic/test-memory-leak'Kazuki Yamaguchi2017-01-171-9/+100
|\ \ \
| * | | Add OpenSSL.print_mem_leaksKazuki Yamaguchi2017-01-171-0/+102
| * | | Don't define main() when built with --enable-debugKazuki Yamaguchi2017-01-161-11/+0
* | | | Merge branch 'maint'Kazuki Yamaguchi2017-01-172-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'topic/windows-static-linking-without-pkg-config' into maintKazuki Yamaguchi2017-01-051-0/+6
| |\ \ \