module Puma::MiniSSL

Constants

OPENSSL_LIBRARY_VERSION

Version of OpenSSL that Puma loaded with

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;
}