Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TlsHelper.php

function TlsHelper::isOpensslParseSafe

Test if it is safe to use the PHP function openssl_x509_parse().

This checks if OpenSSL extensions is vulnerable to remote code execution via the exploit documented as CVE-2013-6420.

File

vendor/composer/composer/src/Composer/Util/TlsHelper.php, line 162

Class

TlsHelper
@author Chris Smith <chris@cs278.org>

Namespace

Composer\Util

Code

public static function isOpensslParseSafe() : bool {
    return CaBundle::isOpensslParseSafe();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal