Initial Commit
This commit is contained in:
199
database/php/pear/PHP/CompatInfo/openssl_const_array.php
Normal file
199
database/php/pear/PHP/CompatInfo/openssl_const_array.php
Normal file
@@ -0,0 +1,199 @@
|
||||
<?php
|
||||
/**
|
||||
* openssl extension Constant dictionary for PHP_CompatInfo 1.9.0a1 or better
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PHP_CompatInfo
|
||||
* @author Davey Shafik <davey@php.net>
|
||||
* @author Laurent Laville <pear@laurent-laville.org>
|
||||
* @license http://www.opensource.org/licenses/bsd-license.php BSD
|
||||
* @version CVS: $Id: openssl_const_array.php,v 1.2 2008/12/29 10:44:12 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0a1 (2008-11-23)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_CONST_OPENSSL'] = array (
|
||||
'OPENSSL_ALGO_DSS1' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'name' => 'OPENSSL_ALGO_DSS1',
|
||||
),
|
||||
'OPENSSL_ALGO_MD2' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'name' => 'OPENSSL_ALGO_MD2',
|
||||
),
|
||||
'OPENSSL_ALGO_MD4' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'name' => 'OPENSSL_ALGO_MD4',
|
||||
),
|
||||
'OPENSSL_ALGO_MD5' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'name' => 'OPENSSL_ALGO_MD5',
|
||||
),
|
||||
'OPENSSL_ALGO_SHA1' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'name' => 'OPENSSL_ALGO_SHA1',
|
||||
),
|
||||
'OPENSSL_CIPHER_3DES' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'OPENSSL_CIPHER_3DES',
|
||||
),
|
||||
'OPENSSL_CIPHER_DES' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'OPENSSL_CIPHER_DES',
|
||||
),
|
||||
'OPENSSL_CIPHER_RC2_128' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'OPENSSL_CIPHER_RC2_128',
|
||||
),
|
||||
'OPENSSL_CIPHER_RC2_40' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'OPENSSL_CIPHER_RC2_40',
|
||||
),
|
||||
'OPENSSL_CIPHER_RC2_64' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'OPENSSL_CIPHER_RC2_64',
|
||||
),
|
||||
'OPENSSL_KEYTYPE_DH' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_KEYTYPE_DH',
|
||||
),
|
||||
'OPENSSL_KEYTYPE_DSA' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_KEYTYPE_DSA',
|
||||
),
|
||||
'OPENSSL_KEYTYPE_EC' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_KEYTYPE_EC',
|
||||
),
|
||||
'OPENSSL_KEYTYPE_RSA' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_KEYTYPE_RSA',
|
||||
),
|
||||
'OPENSSL_NO_PADDING' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_NO_PADDING',
|
||||
),
|
||||
'OPENSSL_PKCS1_OAEP_PADDING' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_PKCS1_OAEP_PADDING',
|
||||
),
|
||||
'OPENSSL_PKCS1_PADDING' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_PKCS1_PADDING',
|
||||
),
|
||||
'OPENSSL_SSLV23_PADDING' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'OPENSSL_SSLV23_PADDING',
|
||||
),
|
||||
'OPENSSL_VERSION_NUMBER' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'OPENSSL_VERSION_NUMBER',
|
||||
),
|
||||
'OPENSSL_VERSION_TEXT' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'OPENSSL_VERSION_TEXT',
|
||||
),
|
||||
'PKCS7_BINARY' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_BINARY',
|
||||
),
|
||||
'PKCS7_DETACHED' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_DETACHED',
|
||||
),
|
||||
'PKCS7_NOATTR' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOATTR',
|
||||
),
|
||||
'PKCS7_NOCERTS' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOCERTS',
|
||||
),
|
||||
'PKCS7_NOCHAIN' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOCHAIN',
|
||||
),
|
||||
'PKCS7_NOINTERN' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOINTERN',
|
||||
),
|
||||
'PKCS7_NOSIGS' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOSIGS',
|
||||
),
|
||||
'PKCS7_NOVERIFY' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_NOVERIFY',
|
||||
),
|
||||
'PKCS7_TEXT' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'name' => 'PKCS7_TEXT',
|
||||
),
|
||||
'X509_PURPOSE_ANY' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_ANY',
|
||||
),
|
||||
'X509_PURPOSE_CRL_SIGN' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_CRL_SIGN',
|
||||
),
|
||||
'X509_PURPOSE_NS_SSL_SERVER' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_NS_SSL_SERVER',
|
||||
),
|
||||
'X509_PURPOSE_SMIME_ENCRYPT' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_SMIME_ENCRYPT',
|
||||
),
|
||||
'X509_PURPOSE_SMIME_SIGN' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_SMIME_SIGN',
|
||||
),
|
||||
'X509_PURPOSE_SSL_CLIENT' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_SSL_CLIENT',
|
||||
),
|
||||
'X509_PURPOSE_SSL_SERVER' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'name' => 'X509_PURPOSE_SSL_SERVER',
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user