index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
ossl_ssl.c
Age
Commit message (
Expand
)
Author
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_callback
Christophe 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 sessions
madblobfish
2022-10-07
Simplify default argument specification. (#6507)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-09-21
proper 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_* flags
Kazuki Yamaguchi
2021-11-01
[ruby/openssl] ssl: disallow reading/writing to unstarted SSL socket
Kazuki 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 not
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if available
Kazuki 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 callback
Kazuki 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 reading
Kazuki Yamaguchi
2021-10-16
[ruby/openssl] ssl: create a temporary frozen string buffer when writing
Kazuki Yamaguchi
2021-10-16
[ruby/openssl] ssl: add SSLContext#tmp_dh=
Kazuki Yamaguchi
2021-09-12
[ruby/openssl] Add fallthrough comments
Nobuyoshi Nakada
2021-09-12
[ruby/openssl] Suppress cast-function-type warnings
Nobuyoshi Nakada
2021-07-18
[ruby/openssl] Strip trailing spaces
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] Deprecate and rework old (fd) centric functions
Samuel 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 errors
Vinicius 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 LibreSSL
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 only
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1
Kazuki Yamaguchi
2021-06-22
Deprecate and rework old (fd) centric functions.
Samuel Williams
2021-03-16
[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3
Jeremy Evans
2021-03-16
[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callback
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] ssl: retry write on EPROTOTYPE on macOS
Kazuki Yamaguchi
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-05-13
[ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_file
Kazuki Yamaguchi
2020-04-08
Suppress -Wshorten-64-to-32 warnings
Nobuyoshi Nakada
2020-03-10
openssl: sync with upstream repository
Kazuki Yamaguchi
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2019-12-29
ext/openssl/ossl_ssl.c: nodoc for private methods
Hiroshi SHIBATA
2019-11-18
[ruby/openssl] Remove taint support
Jeremy Evans
2019-10-05
ext/openssl/ossl_ssl.c: Use const declaration if LibreSSL >= 2.8.0
Yusuke Endoh
2019-09-26
Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...
Jeremy Evans
2019-08-27
rb_iterate now takes rb_block_call_func_t
卜部昌平
2019-07-14
Add a /* fall through */ comment
Yusuke Endoh
2018-09-21
Suppress more -Wparentheses warnings
nobu
2017-12-14
openssl: import v2.1.0
rhe
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-10-21
openssl: merge test fix from upstream
rhe
2017-09-24
openssl: import e72d960db262
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
[next]