aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] sample: update obsolete API useKazuki Yamaguchi2021-03-163-8/+7
* [ruby/openssl] sample: avoid "include OpenSSL"Kazuki Yamaguchi2021-03-165-27/+23
* [ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-03-164-40/+51
* [ruby/openssl] bn: check -1 return from BIGNUM functionsKazuki Yamaguchi2021-03-161-12/+22
* [ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-03-162-11/+16
* [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2021-03-165-24/+56
* [ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi2021-03-161-42/+2
* [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi2021-03-163-94/+3
* [ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi2021-03-161-0/+15
* [ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...Kazuki Yamaguchi2021-03-161-17/+9
* [ruby/openssl] test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi2021-03-161-112/+227
* [ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi2021-03-161-13/+111
* [ruby/openssl] x509store: fix memory leak in X509::StoreContext.newKazuki Yamaguchi2021-03-161-5/+16
* [ruby/openssl] x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi2021-03-161-19/+14
* [ruby/openssl] x509store: refactor X509::StoreContext#chainKazuki Yamaguchi2021-03-161-18/+5
* [ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi2021-03-162-9/+15
* [ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi2021-03-162-20/+35
* [ruby/openssl] [DOC] Fix RDoc markupNobuhiro IMAI2021-03-161-1/+1
* [ruby/openssl] Fix typo in documentationClaus Lensbøl2021-03-161-3/+3
* [ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi2021-03-162-0/+8
* [ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi2021-03-161-1/+45
* [ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi2021-03-161-10/+6
* [ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins2021-03-162-0/+57
* [ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water2021-03-163-17/+17
* [ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi2021-03-162-0/+29
* [ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP APIKazuki Yamaguchi2021-03-166-170/+89
* [ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi2021-03-161-0/+9
* [ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi2021-03-162-15/+27
* [ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro...Kazuki Yamaguchi2021-03-164-18/+18
* [ruby/openssl] pkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute...Kazuki Yamaguchi2021-03-163-67/+33
* [ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi2021-03-164-0/+107
* [ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki Yamaguchi2021-03-162-0/+75
* [ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...Kazuki Yamaguchi2021-03-162-39/+63
* [ruby/openssl] pkey: add PKey.generate_parameters and .generate_keyKazuki Yamaguchi2021-03-162-0/+265
* [ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] pkey: assume generic PKeys contain private componentsKazuki Yamaguchi2021-03-161-4/+11
* [ruby/openssl] pkey: refactor #export/#to_pem and #to_derKazuki Yamaguchi2021-03-165-173/+114
* [ruby/openssl] pkey: refactor DER/PEM-encoded string parsing codeKazuki Yamaguchi2021-03-165-77/+73
* [ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi2021-03-166-8/+8
* [ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi2021-03-163-3/+5
* [ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()Kazuki Yamaguchi2021-03-164-156/+76
* [ruby/openssl] pkey: simplify ossl_pkey_new()Kazuki Yamaguchi2021-03-166-100/+9
* [ruby/openssl] config: replace DupConfigPtr() with GetConfig()Kazuki Yamaguchi2021-03-163-40/+3
* [ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi2021-03-165-445/+441
* [ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi2021-03-161-0/+3
* [ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi2021-03-161-0/+6
* [ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi2021-03-162-202/+16
* [ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre2021-03-162-0/+68
* [ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada2021-03-161-4/+3