openssl.php
2023-04-05 jj5 - environment validation for the OpenSSL module.
Tags
Table of Contents
- kickass_crypto_validate_environment_openssl() : void
- 2023-03-31 jj5 - this function is for validating our run-time environment. If there's a problem then we exit, unless the programmer has overridden that behavior by defining certain constants.
Functions
kickass_crypto_validate_environment_openssl()
2023-03-31 jj5 - this function is for validating our run-time environment. If there's a problem then we exit, unless the programmer has overridden that behavior by defining certain constants.
kickass_crypto_validate_environment_openssl() : void
- to disable checks for the OpenSSL library functions:
define( 'KICKASS_CRYPTO_DISABLE_OPENSSL_CHECK', true );