Commit 88cfe762 authored by unknown's avatar unknown

OpenSSL tests added

parent 5fb52a19
-- require r/have_ssl.require
show variables like "have_ssl";
Variable_name Value
have_ssl YES
Variable_name Value
SSL_CTX_sess_accept 0
SSL_CTX_sess_accept_good 0
SSL_CTX_sess_accept_renegotiate 0
SSL_CTX_sess_cb_hits 0
SSL_CTX_sess_number 0
SSL_CTX_get_session_cache_mode SERVER
SSL_CTX_sess_get_cache_size 128
SSL_CTX_get_verify_mode 7
SSL_CTX_get_verify_depth 4294967295
SSL_get_verify_mode 0
SSL_get_verify_depth 0
SSL_session_reused 0
SSL_get_version
SSL_get_cipher
SSL_get_default_timeout 0
# We test openssl. Result set is optimized to be compiled with --with-openssl but
# SSL is swithced off in some reason
SHOW STATUS LIKE 'SSL%';
-- source include/have_openssl.inc
# We want to test everything with SSL turned on.
SHOW STATUS LIKE 'SSL%';
SHOW STATUS LIKE 'SSL%';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment