summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-16[ruby/openssl] x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: refactor X509::StoreContext#chainKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi
2021-03-16[ruby/openssl] [DOC] Fix RDoc markupNobuhiro IMAI
2021-03-16[ruby/openssl] Fix typo in documentationClaus Lensbøl
2021-03-16[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi
2021-03-16[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins
2021-03-16[ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water
2021-03-16[ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP APIKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi
2021-03-16[ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro...Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute...Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: add PKey.generate_parameters and .generate_keyKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: assume generic PKeys contain private componentsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: refactor #export/#to_pem and #to_derKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: refactor DER/PEM-encoded string parsing codeKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: simplify ossl_pkey_new()Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: replace DupConfigPtr() with GetConfig()Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre
2021-03-16[ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada
2021-03-16[ruby/rdoc] Suppress unused variable warning of "text"aycabta
2021-03-16[ruby/rdoc] Allow empty .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada
2021-03-16[ruby/rdoc] Add table styleNobuyoshi Nakada
2021-03-16[ruby/rdoc] Support GFM tableNobuyoshi Nakada
2021-03-16[ruby/rdoc] Update Rdoc.css sidebar panel.Pankaj Doharey
2021-03-16Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-03-16* 2021-03-16 [ci skip]git
2021-03-16Copy only generated parser files when RDoc syncsaycabta
2021-03-15NEWS of [Feature #12194] [ci skip]Nobuyoshi Nakada
2021-03-15Support GCC's DWARF 5 [Bug #17585] (#4240)Yusuke Endoh
2021-03-15File.dirname optional levelNobuyoshi Nakada