module Puma::MiniSSL

Constants

HAS_TLS1_3

Define constant at runtime, as it's easy to determine at built time, but Puma could (it shouldn't) be loaded with an older OpenSSL version @version 5.0.0

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

VERIFICATION_FLAGS

github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h.in /* Certificate verify flags */

VERIFY_FAIL_IF_NO_PEER_CERT
VERIFY_NONE
VERIFY_PEER

Public Class Methods

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