aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-15 10:24:42 +1200
committerGitHub <noreply@github.com>2019-06-15 10:24:42 +1200
commit4b43ffc1292eeb70ff886847836e21ad96ed8796 (patch)
tree88c78d3a503df5bcec28f76303faf62015169011 /ext/openssl/extconf.rb
parente11fa66e75696b159572135b997548eee67f7aac (diff)
parent7348165c5024771af1758fdb1bfc222e9277f4bb (diff)
downloadruby-openssl-4b43ffc1292eeb70ff886847836e21ad96ed8796.tar.gz
Merge pull request #239 from mkauf/post_handshake_auth
Support client certificates with TLS 1.3
Diffstat (limited to 'ext/openssl/extconf.rb')
-rw-r--r--ext/openssl/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index d86e1301..076e2879 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -166,6 +166,7 @@ have_func("SSL_CTX_get_security_level")
have_func("X509_get0_notBefore")
have_func("SSL_SESSION_get_protocol_version")
have_func("EVP_PBE_scrypt")
+have_func("SSL_CTX_set_post_handshake_auth")
Logging::message "=== Checking done. ===\n"