summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Undefine `OpenSSL::SSL` for no socket platformsYuta Saito2022-12-231-5/+3
* [ruby/openssl] ssl: remove OpenSSL::ExtConfigKazuki Yamaguchi2022-12-231-15/+0
* [ruby/openssl] ssl: disable NPN support on LibreSSLKazuki Yamaguchi2022-12-231-5/+9
* [ruby/openssl] ssl: update TLS1_3_VERSION workaround for older LibreSSL versionsKazuki Yamaguchi2022-12-231-2/+1
* [ruby/openssl] Constify when building with OpenSSL 3Nobuyoshi Nakada2022-12-231-1/+1
* [ruby/openssl] Use default `IO#timeout` if possible.Samuel Williams2022-10-171-4/+5
* [ruby/openssl] Add support to SSL_CTX_set_keylog_callbackChristophe De La Fuente2022-10-171-1/+85
* [ruby/openssl] ssl: fix "warning: ‘ctx’ may be used uninitialized"Kazuki Yamaguchi2022-10-171-1/+1
* [ruby/openssl] ssl: enable generating keying material from SSL sessionsmadblobfish2022-10-171-0/+44
* Simplify default argument specification. (#6507)Samuel Williams2022-10-071-10/+4
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-2/+12
* proper function prototypes for openssl卜部昌平2022-09-211-1/+1
* [ruby/openssl] Add 'ciphersuites=' method to allow setting of TLSv1.3 cipher ...twkmd122022-07-081-18/+60
* [ruby/openssl] ssl: add constants for new SSL_OP_* flagsKazuki Yamaguchi2021-12-201-6/+29
* [ruby/openssl] ssl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi2021-11-011-139/+92
* [ruby/openssl] pkey, ssl: use EVP_PKEY_eq() instead of EVP_PKEY_cmp()Kazuki Yamaguchi2021-10-251-1/+1
* [ruby/openssl] ssl: use SSL_get_rbio() to check if SSL is started or notKazuki Yamaguchi2021-10-251-2/+2
* [ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if availableKazuki Yamaguchi2021-10-251-0/+7
* [ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson2021-10-231-0/+1
* [ruby/openssl] ssl: avoid directly storing String object in NPN callbackKazuki Yamaguchi2021-10-161-2/+2
* [ruby/openssl] ssl: explicitly call rb_gc_mark() against SSLContext/SSLSocket...Kazuki Yamaguchi2021-10-161-2/+17
* [ruby/openssl] ssl: temporary lock string buffer while readingKazuki Yamaguchi2021-10-161-5/+16
* [ruby/openssl] ssl: create a temporary frozen string buffer when writingKazuki Yamaguchi2021-10-161-5/+5
* [ruby/openssl] ssl: add SSLContext#tmp_dh=Kazuki Yamaguchi2021-10-161-0/+49
* [ruby/openssl] Add fallthrough commentsNobuyoshi Nakada2021-09-121-0/+2
* [ruby/openssl] Suppress cast-function-type warningsNobuyoshi Nakada2021-09-121-6/+7
* [ruby/openssl] Strip trailing spacesKazuki Yamaguchi2021-07-181-1/+1
* [ruby/openssl] Deprecate and rework old (fd) centric functionsSamuel Williams2021-07-181-6/+26
* [ruby/openssl] Use rb_block_call() instead of the deprecated rb_iterate() in ...Benoit Daloze2021-07-181-2/+3
* [ruby/openssl] Include peer socket IP address in errorsVinicius Stock2021-07-181-4/+30
* [ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono2021-07-181-1/+1
* [ruby/openssl] ssl: use TLS_method() instead of SSLv23_method() for LibreSSLKazuki Yamaguchi2021-07-181-1/+1
* [ruby/openssl] ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 onlyKazuki Yamaguchi2021-07-181-5/+6
* [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-07-181-122/+6
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-221-6/+6
* [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2021-03-161-0/+6
* [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi2021-03-161-69/+3
* [ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi2021-03-161-0/+15
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-34/+32
* [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi2020-05-131-16/+0
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-081-1/+1
* openssl: sync with upstream repositoryKazuki Yamaguchi2020-03-101-16/+27
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-19/+94
* ext/openssl/ossl_ssl.c: nodoc for private methodsHiroshi SHIBATA2019-12-291-0/+3
* [ruby/openssl] Remove taint supportJeremy Evans2019-11-181-1/+0
* ext/openssl/ossl_ssl.c: Use const declaration if LibreSSL >= 2.8.0Yusuke Endoh2019-10-051-1/+1
* Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans2019-09-261-4/+13
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-271-1/+1
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
* Suppress more -Wparentheses warningsnobu2018-09-211-1/+3