module Puma::MiniSSL

Constants

OPENSSL_LIBRARY_VERSION

Version of OpenSSL that Puma loaded with

OPENSSL_NO_SSL3

True if SSL3 is not available

OPENSSL_NO_TLS1

True if TLS1 is not available

OPENSSL_NO_TLS1_1

True if TLS1_1 is not available

OPENSSL_VERSION

Version of OpenSSL that Puma was compiled with

VERIFY_FAIL_IF_NO_PEER_CERT
VERIFY_NONE
VERIFY_PEER

Public Class Methods

check() click to toggle source
VALUE noop(VALUE self) {
  return Qnil;
}