summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
AgeCommit message (Expand)Author
2024-01-17[ruby/openssl] Add support for IO#timeout.Samuel Williams
2023-08-16[ruby/openssl] ssl: raise SSLError if loading ca_file or ca_path failsKazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: adjust "certificate verify failed" error on SSL_ERROR_SYS...Kazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: adjust styles of ossl_start_ssl()Kazuki Yamaguchi
2023-06-19[ruby/openssl] Implement Write Barrier for all OpenSSL typesJean Boussier
2023-05-29[ruby/openssl] Remove usage of IO internals.Samuel Williams
2022-12-23[ruby/openssl] Undefine `OpenSSL::SSL` for no socket platformsYuta Saito
2022-12-23[ruby/openssl] ssl: remove OpenSSL::ExtConfigKazuki Yamaguchi
2022-12-23[ruby/openssl] ssl: disable NPN support on LibreSSLKazuki Yamaguchi
2022-12-23[ruby/openssl] ssl: update TLS1_3_VERSION workaround for older LibreSSL versionsKazuki Yamaguchi
2022-12-23[ruby/openssl] Constify when building with OpenSSL 3Nobuyoshi Nakada
2022-10-17[ruby/openssl] Use default `IO#timeout` if possible.Samuel Williams
2022-10-17[ruby/openssl] Add support to SSL_CTX_set_keylog_callbackChristophe De La Fuente
2022-10-17[ruby/openssl] ssl: fix "warning: ‘ctx’ may be used uninitialized"Kazuki Yamaguchi
2022-10-17[ruby/openssl] ssl: enable generating keying material from SSL sessionsmadblobfish
2022-10-07Simplify default argument specification. (#6507)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-09-21proper function prototypes for openssl卜部昌平
2022-07-08[ruby/openssl] Add 'ciphersuites=' method to allow setting of TLSv1.3 cipher ...twkmd12
2021-12-20[ruby/openssl] ssl: add constants for new SSL_OP_* flagsKazuki Yamaguchi
2021-11-01[ruby/openssl] ssl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi
2021-10-25[ruby/openssl] pkey, ssl: use EVP_PKEY_eq() instead of EVP_PKEY_cmp()Kazuki Yamaguchi
2021-10-25[ruby/openssl] ssl: use SSL_get_rbio() to check if SSL is started or notKazuki Yamaguchi
2021-10-25[ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if availableKazuki Yamaguchi
2021-10-23[ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson
2021-10-16[ruby/openssl] ssl: avoid directly storing String object in NPN callbackKazuki Yamaguchi
2021-10-16[ruby/openssl] ssl: explicitly call rb_gc_mark() against SSLContext/SSLSocket...Kazuki Yamaguchi
2021-10-16[ruby/openssl] ssl: temporary lock string buffer while readingKazuki Yamaguchi
2021-10-16[ruby/openssl] ssl: create a temporary frozen string buffer when writingKazuki Yamaguchi
2021-10-16[ruby/openssl] ssl: add SSLContext#tmp_dh=Kazuki Yamaguchi
2021-09-12[ruby/openssl] Add fallthrough commentsNobuyoshi Nakada
2021-09-12[ruby/openssl] Suppress cast-function-type warningsNobuyoshi Nakada
2021-07-18[ruby/openssl] Strip trailing spacesKazuki Yamaguchi
2021-07-18[ruby/openssl] Deprecate and rework old (fd) centric functionsSamuel Williams
2021-07-18[ruby/openssl] Use rb_block_call() instead of the deprecated rb_iterate() in ...Benoit Daloze
2021-07-18[ruby/openssl] Include peer socket IP address in errorsVinicius Stock
2021-07-18[ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono
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-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-05-13[ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi
2020-04-08Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada
2020-03-10openssl: sync with upstream repositoryKazuki Yamaguchi
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-12-29ext/openssl/ossl_ssl.c: nodoc for private methodsHiroshi SHIBATA