summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-18[ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recoverKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: update version reference in #sign and #verify documentationKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement PKey#encrypt and #decryptKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: remove deprecated parameter settersKazuki Yamaguchi
2021-07-18[ruby/openssl] Implement `Certificate.load` to load certificate chain. (https...Samuel Williams
2021-07-18[ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding firstKazuki Yamaguchi
2021-07-18[ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono
2021-07-18[ruby/openssl] Add SSLSocket#getbyteAaron Patterson
2021-07-18[ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in RubyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper functionKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/rsa: use high level EVP interface to generate parameters ...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: fix interrupt handling in OpenSSL::PKey.generate_keyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: prepare pkey_ctx_apply_options() for usage by other oper...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: fix potential memory leak in PKey#signKazuki Yamaguchi
2021-07-18[ruby/openssl] ossl.c: do not set locking callbacks on LibreSSLKazuki Yamaguchi
2021-07-18[ruby/openssl] ssl: use TLS_method() instead of SSLv23_method() for LibreSSLKazuki Yamaguchi
2021-07-18[ruby/openssl] ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 onlyKazuki Yamaguchi
2021-07-18[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi
2021-07-18[ruby/openssl] bn: update documentation of OpenSSL::BN#initialize and #to_sKazuki Yamaguchi
2021-07-18[ruby/openssl] BN.abs and BN uplusRick Mark
2021-07-18* 2021-07-18 [ci skip]git
2021-07-18Use rb_block_call() instead of the deprecated rb_iterate()Nobuyoshi Nakada
2021-07-17cont.c: fix formatting of RDoc for Fiber classKazuki Yamaguchi
2021-07-17Disable spec of `pattern matching is experimental` since 3.1Kazuhiro NISHIYAMA
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-17* 2021-07-17 [ci skip]git
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
2021-07-16Emit deprecatation warnings for rb_iterate()Benoit Daloze
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-16io.c: Clarify the behavior of `IO.read` when called as `File.read`Yusuke Endoh
2021-07-16[rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`Masafumi Koba
2021-07-16[rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez
2021-07-16[rubygems/rubygems] fix dangling empty hooksAndre Arko
2021-07-16[rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko
2021-07-16[rubygems/rubygems] remove focusAndre Arko
2021-07-16[rubygems/rubygems] lock for development on macosAndre Arko
2021-07-16[rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez
2021-07-16[rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck
2021-07-16[ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada
2021-07-16Add debug assertion in `rb_funcall*` that the current thread has the gvl.Samuel Williams
2021-07-16Adjust the release version of ruby2_keywordsHiroshi SHIBATA
2021-07-16Added code fence to the example in [Feature #17724] [ci skip]Nobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans