DrewM\Morse\Feature\Http::testOpenssl PHP Method

testOpenssl() public method

public testOpenssl ( )
    public function testOpenssl()
    {
        return defined('X509_PURPOSE_ANY') && self::functionAvailable('openssl_open');
    }