|
#define | MIN_KEY_LENGTH 384 |
|
#define | OPENSSL_ALGO_SHA1 1 |
|
#define | OPENSSL_ALGO_MD5 2 |
|
#define | OPENSSL_ALGO_MD4 3 |
|
#define | OPENSSL_ALGO_MD2 4 |
|
#define | OPENSSL_ALGO_DSS1 5 |
|
#define | OPENSSL_ALGO_SHA224 6 |
|
#define | OPENSSL_ALGO_SHA256 7 |
|
#define | OPENSSL_ALGO_SHA384 8 |
|
#define | OPENSSL_ALGO_SHA512 9 |
|
#define | OPENSSL_ALGO_RMD160 10 |
|
#define | DEBUG_SMIME 0 |
|
#define | Z_OPENSSL_REQUEST_P(zv) |
|
#define | Z_OPENSSL_PKEY_P(zv) |
|
#define | EVP_PKEY_get0_RSA(_pkey) |
|
#define | EVP_PKEY_get0_DH(_pkey) |
|
#define | EVP_PKEY_get0_DSA(_pkey) |
|
#define | EVP_PKEY_get0_EC_KEY(_pkey) |
|
#define | OpenSSL_version SSLeay_version |
|
#define | OPENSSL_VERSION SSLEAY_VERSION |
|
#define | X509_getm_notBefore X509_get_notBefore |
|
#define | X509_getm_notAfter X509_get_notAfter |
|
#define | EVP_CIPHER_CTX_reset EVP_CIPHER_CTX_cleanup |
|
#define | PHP_OPENSSL_CHECK_NUMBER_CONVERSION(_cond, _name, _arg_num) |
|
#define | PHP_OPENSSL_CHECK_NUMBER_CONVERSION_NULL_RETURN(_cond, _name) |
|
#define | PHP_OPENSSL_CHECK_SIZE_T_TO_INT(_var, _name, _arg_num) |
|
#define | PHP_OPENSSL_CHECK_SIZE_T_TO_INT_NULL_RETURN(_var, _name) |
|
#define | PHP_OPENSSL_CHECK_SIZE_T_TO_UINT(_var, _name, _arg_num) |
|
#define | PHP_OPENSSL_CHECK_LONG_TO_INT(_var, _name, _arg_num) |
|
#define | PHP_OPENSSL_CHECK_LONG_TO_INT_NULL_RETURN(_var, _name) |
|
#define | PHP_SSL_REQ_INIT(req) |
|
#define | PHP_SSL_REQ_DISPOSE(req) |
|
#define | PHP_SSL_REQ_PARSE(req, zval) |
|
#define | PHP_SSL_CONFIG_SYNTAX_CHECK(var) |
|
#define | SET_OPTIONAL_STRING_ARG(key, varname, defval) |
|
#define | SET_OPTIONAL_LONG_ARG(key, varname, defval) |
|
#define | PHP_OPENSSL_RAND_ADD_TIME() |
|
#define | PHP_OPENSSL_ASN1_INTEGER_set ASN1_INTEGER_set |
|
#define | TMP_CLEAN |
|
#define | OPENSSL_PKEY_GET_BN(_type, _name) |
|
#define | OPENSSL_PKEY_SET_BN(_data, _name) |
|
|
int | DSA_set0_pqg (DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) |
|
int | DSA_set0_key (DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) |
|
void | php_openssl_store_errors (void) |
|
bool | php_openssl_check_path_ex (const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, bool contains_file_protocol, bool is_from_array, const char *option_name) |
|
php_stream * | php_openssl_get_stream_from_ssl_handle (const SSL *ssl) |
|
int | php_openssl_get_ssl_stream_data_index (void) |
|
| PHP_MINIT_FUNCTION (openssl) |
|
| PHP_GINIT_FUNCTION (openssl) |
|
| PHP_GSHUTDOWN_FUNCTION (openssl) |
|
| PHP_MINFO_FUNCTION (openssl) |
|
| PHP_MSHUTDOWN_FUNCTION (openssl) |
|
| PHP_FUNCTION (openssl_get_cert_locations) |
|
| PHP_FUNCTION (openssl_x509_export_to_file) |
|
| PHP_FUNCTION (openssl_spki_new) |
|
| PHP_FUNCTION (openssl_spki_verify) |
|
| PHP_FUNCTION (openssl_spki_export) |
|
| PHP_FUNCTION (openssl_spki_export_challenge) |
|
| PHP_FUNCTION (openssl_x509_export) |
|
zend_string * | php_openssl_x509_fingerprint (X509 *peer, const char *method, bool raw) |
|
| PHP_FUNCTION (openssl_x509_fingerprint) |
|
| PHP_FUNCTION (openssl_x509_check_private_key) |
|
| PHP_FUNCTION (openssl_x509_verify) |
|
| PHP_FUNCTION (openssl_x509_parse) |
|
| PHP_FUNCTION (openssl_x509_checkpurpose) |
|
| PHP_FUNCTION (openssl_x509_read) |
|
| PHP_FUNCTION (openssl_x509_free) |
|
| PHP_FUNCTION (openssl_pkcs12_export_to_file) |
|
| PHP_FUNCTION (openssl_pkcs12_export) |
|
| PHP_FUNCTION (openssl_pkcs12_read) |
|
| PHP_FUNCTION (openssl_csr_export_to_file) |
|
| PHP_FUNCTION (openssl_csr_export) |
|
| PHP_FUNCTION (openssl_csr_sign) |
|
| PHP_FUNCTION (openssl_csr_new) |
|
| PHP_FUNCTION (openssl_csr_get_subject) |
|
| PHP_FUNCTION (openssl_csr_get_public_key) |
|
| PHP_FUNCTION (openssl_pkey_new) |
|
| PHP_FUNCTION (openssl_pkey_export_to_file) |
|
| PHP_FUNCTION (openssl_pkey_export) |
|
| PHP_FUNCTION (openssl_pkey_get_public) |
|
| PHP_FUNCTION (openssl_pkey_free) |
|
| PHP_FUNCTION (openssl_pkey_get_private) |
|
| PHP_FUNCTION (openssl_pkey_get_details) |
|
| PHP_FUNCTION (openssl_dh_compute_key) |
|
| PHP_FUNCTION (openssl_pkey_derive) |
|
| PHP_FUNCTION (openssl_pbkdf2) |
|
| PHP_FUNCTION (openssl_pkcs7_verify) |
|
| PHP_FUNCTION (openssl_pkcs7_encrypt) |
|
| PHP_FUNCTION (openssl_pkcs7_read) |
|
| PHP_FUNCTION (openssl_pkcs7_sign) |
|
| PHP_FUNCTION (openssl_pkcs7_decrypt) |
|
| PHP_FUNCTION (openssl_cms_verify) |
|
| PHP_FUNCTION (openssl_cms_encrypt) |
|
| PHP_FUNCTION (openssl_cms_read) |
|
| PHP_FUNCTION (openssl_cms_sign) |
|
| PHP_FUNCTION (openssl_cms_decrypt) |
|
| PHP_FUNCTION (openssl_private_encrypt) |
|
| PHP_FUNCTION (openssl_private_decrypt) |
|
| PHP_FUNCTION (openssl_public_encrypt) |
|
| PHP_FUNCTION (openssl_public_decrypt) |
|
| PHP_FUNCTION (openssl_error_string) |
|
| PHP_FUNCTION (openssl_sign) |
|
| PHP_FUNCTION (openssl_verify) |
|
| PHP_FUNCTION (openssl_seal) |
|
| PHP_FUNCTION (openssl_open) |
|
| PHP_FUNCTION (openssl_get_md_methods) |
|
| PHP_FUNCTION (openssl_get_cipher_methods) |
|
| PHP_FUNCTION (openssl_digest) |
|
PHP_OPENSSL_API zend_string * | php_openssl_encrypt (const char *data, size_t data_len, const char *method, size_t method_len, const char *password, size_t password_len, zend_long options, const char *iv, size_t iv_len, zval *tag, zend_long tag_len, const char *aad, size_t aad_len) |
|
| PHP_FUNCTION (openssl_encrypt) |
|
PHP_OPENSSL_API zend_string * | php_openssl_decrypt (const char *data, size_t data_len, const char *method, size_t method_len, const char *password, size_t password_len, zend_long options, const char *iv, size_t iv_len, const char *tag, zend_long tag_len, const char *aad, size_t aad_len) |
|
| PHP_FUNCTION (openssl_decrypt) |
|
PHP_OPENSSL_API zend_long | php_openssl_cipher_iv_length (const char *method) |
|
| PHP_FUNCTION (openssl_cipher_iv_length) |
|
PHP_OPENSSL_API zend_long | php_openssl_cipher_key_length (const char *method) |
|
| PHP_FUNCTION (openssl_cipher_key_length) |
|
PHP_OPENSSL_API zend_string * | php_openssl_random_pseudo_bytes (zend_long buffer_length) |
|
| PHP_FUNCTION (openssl_random_pseudo_bytes) |
|