Lines Matching refs:E_WARNING

561 	int error_type = E_WARNING;  in php_openssl_check_path_ex()
591 php_error_docref(NULL, E_WARNING, "Path for %s %s %s", in php_openssl_check_path_ex()
763 php_error_docref(NULL, E_WARNING, "Illegal ASN1 data type for timestamp"); in php_openssl_asn1_time_to_time_t()
770 php_error_docref(NULL, E_WARNING, "Illegal length in timestamp"); in php_openssl_asn1_time_to_time_t()
775 php_error_docref(NULL, E_WARNING, "Unable to parse time string %s correctly", timestr->data); in php_openssl_asn1_time_to_time_t()
780 php_error_docref(NULL, E_WARNING, "Unable to parse time string %s correctly", timestr->data); in php_openssl_asn1_time_to_time_t()
849 php_error_docref(NULL, E_WARNING, "Error loading %s section %s of %s", in php_openssl_config_check_syntax()
891 php_error_docref(NULL, E_WARNING, "Problem loading oid section %s", str); in php_openssl_add_oid_section()
899 php_error_docref(NULL, E_WARNING, "Problem creating object %s=%s", cnf->name, cnf->value); in php_openssl_add_oid_section()
1014 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm for private key"); in php_openssl_parse_config()
1047 php_error_docref(NULL, E_WARNING, "Unknown elliptic curve (short) name %s", Z_STRVAL_P(item)); in php_openssl_parse_config()
1056 php_error_docref(NULL, E_WARNING, "Invalid global string mask setting %s", str); in php_openssl_parse_config()
1119 php_error_docref(NULL, E_WARNING, "Unable to load random state; not enough random data!"); in php_openssl_load_rand_file()
1145 php_error_docref(NULL, E_WARNING, "Unable to write random state"); in php_openssl_write_rand_file()
1560 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
1580 php_error_docref(NULL, E_WARNING, "Error opening file %s", file_path); in PHP_FUNCTION()
1618 php_error_docref(NULL, E_WARNING, "Unable to use supplied private key"); in PHP_FUNCTION()
1626 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm"); in PHP_FUNCTION()
1632 php_error_docref(NULL, E_WARNING, "Unable to create new SPKAC"); in PHP_FUNCTION()
1639 php_error_docref(NULL, E_WARNING, "Unable to set challenge data"); in PHP_FUNCTION()
1646 php_error_docref(NULL, E_WARNING, "Unable to embed public key"); in PHP_FUNCTION()
1652 php_error_docref(NULL, E_WARNING, "Unable to sign with specified digest algorithm"); in PHP_FUNCTION()
1659 php_error_docref(NULL, E_WARNING, "Unable to encode SPKAC"); in PHP_FUNCTION()
1700 php_error_docref(NULL, E_WARNING, "Invalid SPKAC"); in PHP_FUNCTION()
1707 php_error_docref(NULL, E_WARNING, "Unable to decode supplied SPKAC"); in PHP_FUNCTION()
1714 php_error_docref(NULL, E_WARNING, "Unable to acquire signed public key"); in PHP_FUNCTION()
1758 php_error_docref(NULL, E_WARNING, "Invalid SPKAC"); in PHP_FUNCTION()
1765 php_error_docref(NULL, E_WARNING, "Unable to decode supplied SPKAC"); in PHP_FUNCTION()
1772 php_error_docref(NULL, E_WARNING, "Unable to acquire signed public key"); in PHP_FUNCTION()
1818 php_error_docref(NULL, E_WARNING, "Invalid SPKAC"); in PHP_FUNCTION()
1825 php_error_docref(NULL, E_WARNING, "Unable to decode SPKAC"); in PHP_FUNCTION()
1863 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
1903 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm"); in php_openssl_x509_fingerprint()
1941 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
2289 php_error_docref(NULL, E_WARNING, "Error opening the file, %s", cert_path); in STACK_OF()
2297 php_error_docref(NULL, E_WARNING, "Error reading the file, %s", cert_path); in STACK_OF()
2312 php_error_docref(NULL, E_WARNING, "No certificates in file, %s", cert_path); in STACK_OF()
2339 php_error_docref(NULL, E_WARNING, "Certificate store initialization failed"); in check_cert()
2449 php_error_docref(NULL, E_WARNING, "Unable to stat %s", file_path); in php_openssl_setup_verify()
2457 php_error_docref(NULL, E_WARNING, "Error loading file %s", file_path); in php_openssl_setup_verify()
2466 php_error_docref(NULL, E_WARNING, "Error loading directory %s", file_path); in php_openssl_setup_verify()
2504 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
2623 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
2630 php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3"); in PHP_FUNCTION()
2636 php_error_docref(NULL, E_WARNING, "Private key does not correspond to cert"); in PHP_FUNCTION()
2669 php_error_docref(NULL, E_WARNING, "Error writing to file %s", file_path); in PHP_FUNCTION()
2676 php_error_docref(NULL, E_WARNING, "Error opening file %s", file_path); in PHP_FUNCTION()
2724 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
2731 php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3"); in PHP_FUNCTION()
2736 php_error_docref(NULL, E_WARNING, "Private key does not correspond to cert"); in PHP_FUNCTION()
2900 php_error_docref(NULL, E_WARNING, in php_openssl_csr_add_subj_entry()
2962 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_csr_make()
3008 php_error_docref(NULL, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value); in php_openssl_csr_make()
3012 php_error_docref(NULL, E_WARNING, "No objects specified in config file"); in php_openssl_csr_make()
3021 php_error_docref(NULL, E_WARNING, "attributes: numeric fild names are not supported"); in php_openssl_csr_make()
3033 …php_error_docref(NULL, E_WARNING, "attributes: add_attr_by_NID %d -> %s (failed)", nid, ZSTR_VAL(s… in php_openssl_csr_make()
3039 …php_error_docref(NULL, E_WARNING, "attributes: %s is not a recognized attribute name", ZSTR_VAL(st… in php_openssl_csr_make()
3051 php_error_docref(NULL, E_WARNING, in php_openssl_csr_make()
3135 php_error_docref(NULL, E_WARNING, "X.509 Certificate Signing Request cannot be retrieved"); in PHP_FUNCTION()
3149 php_error_docref(NULL, E_WARNING, "Error writing PEM to file %s", file_path); in PHP_FUNCTION()
3157 php_error_docref(NULL, E_WARNING, "Error opening file %s", file_path); in PHP_FUNCTION()
3187 php_error_docref(NULL, E_WARNING, "X.509 Certificate Signing Request cannot be retrieved"); in PHP_FUNCTION()
3257 php_error_docref(NULL, E_WARNING, "X.509 Certificate Signing Request cannot be retrieved"); in PHP_FUNCTION()
3266 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
3274 php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3"); in PHP_FUNCTION()
3280 php_error_docref(NULL, E_WARNING, "Private key does not correspond to signing cert"); in PHP_FUNCTION()
3285 php_error_docref(NULL, E_WARNING, "Days must be between 0 and %ld", LONG_MAX / 86400); in PHP_FUNCTION()
3296 php_error_docref(NULL, E_WARNING, "Error unpacking public key"); in PHP_FUNCTION()
3303 php_error_docref(NULL, E_WARNING, "Signature verification problems"); in PHP_FUNCTION()
3307 php_error_docref(NULL, E_WARNING, "Signature did not match the certificate request"); in PHP_FUNCTION()
3316 php_error_docref(NULL, E_WARNING, "No memory"); in PHP_FUNCTION()
3327 php_error_docref(NULL, E_WARNING, "Error parsing serial number because it is too long"); in PHP_FUNCTION()
3333 … php_error_docref(NULL, E_WARNING, "Error parsing serial number because memory allocation failed"); in PHP_FUNCTION()
3340 php_error_docref(NULL, E_WARNING, "Error parsing serial number"); in PHP_FUNCTION()
3377 php_error_docref(NULL, E_WARNING, "Failed to sign it"); in PHP_FUNCTION()
3434 php_error_docref(NULL, E_WARNING, "Unable to generate a private key"); in PHP_FUNCTION()
3449 …php_error_docref(NULL, E_WARNING, "Error loading extension section %s", req.request_extensions_sec… in PHP_FUNCTION()
3460 php_error_docref(NULL, E_WARNING, "Error signing request"); in PHP_FUNCTION()
3647 php_error_docref(NULL, E_WARNING, "Supplied key param is a public key"); in php_openssl_pkey_from_zval()
3652 php_error_docref(NULL, E_WARNING, "Don't know how to get public key from this private key"); in php_openssl_pkey_from_zval()
3788 php_error_docref(NULL, E_WARNING, "Private key length must be at least %d bits, configured to %d", in php_openssl_generate_private_key()
3795 php_error_docref(NULL, E_WARNING, "Unsupported private key type"); in php_openssl_generate_private_key()
3838 php_error_docref(NULL, E_WARNING, "Missing configuration value: \"curve_name\" not set"); in php_openssl_generate_private_key()
4375 …php_error_docref(NULL, E_WARNING, "Unknown elliptic curve (short) name %s", Z_STRVAL_P(curve_name_… in php_openssl_pkey_init_legacy_ec()
4391 php_error_docref(NULL, E_WARNING, "Missing params: curve_name"); in php_openssl_pkey_init_legacy_ec()
4394 NULL, E_WARNING, "Missing params: curve_name or p, a, b, order"); in php_openssl_pkey_init_legacy_ec()
4418 NULL, E_WARNING, "Missing params: generator or g_x and g_y"); in php_openssl_pkey_init_legacy_ec()
4532 …php_error_docref(NULL, E_WARNING, "Unknown elliptic curve (short) name %s", Z_STRVAL_P(curve_name_… in php_openssl_pkey_init_ec()
4551 php_error_docref(NULL, E_WARNING, "Missing params: curve_name"); in php_openssl_pkey_init_ec()
4553 php_error_docref(NULL, E_WARNING, "Missing params: curve_name or p, a, b, order"); in php_openssl_pkey_init_ec()
4586 NULL, E_WARNING, "Missing params: generator or g_x and g_y"); in php_openssl_pkey_init_ec()
4900 php_error_docref(NULL, E_WARNING, "Cannot get key from parameter 1"); in PHP_FUNCTION()
4968 php_error_docref(NULL, E_WARNING, "Cannot get key from parameter 1"); in PHP_FUNCTION()
5559 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm"); in PHP_FUNCTION()
5690 php_error_docref(NULL, E_WARNING, "Failed to write signer %d", i); in PHP_FUNCTION()
5702 …php_error_docref(NULL, E_WARNING, "Signature OK, but cannot open %s for writing", signersfilename); in PHP_FUNCTION()
5708 php_error_docref(NULL, E_WARNING, "Failed to write PKCS7 to file"); in PHP_FUNCTION()
5816 php_error_docref(NULL, E_WARNING, "Failed to get cipher"); in PHP_FUNCTION()
6009 php_error_docref(NULL, E_WARNING, "Error getting private key"); in PHP_FUNCTION()
6016 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
6022 php_error_docref(NULL, E_WARNING, "Error opening input file %s!", infilename); in PHP_FUNCTION()
6028 php_error_docref(NULL, E_WARNING, "Error opening output file %s!", outfilename); in PHP_FUNCTION()
6035 php_error_docref(NULL, E_WARNING, "Error creating PKCS7 structure!"); in PHP_FUNCTION()
6110 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
6117 php_error_docref(NULL, E_WARNING, "Unable to get private key"); in PHP_FUNCTION()
6202 php_error_docref(NULL, E_WARNING, in PHP_FUNCTION()
6227 php_error_docref(NULL, E_WARNING, "Unknown encoding"); in PHP_FUNCTION()
6284 php_error_docref(NULL, E_WARNING, "Failed to write signer %d", i); in PHP_FUNCTION()
6294 …php_error_docref(NULL, E_WARNING, "Signature OK, but cannot open %s for writing", signersfilename); in PHP_FUNCTION()
6300 php_error_docref(NULL, E_WARNING, "Failed to write CMS to file"); in PHP_FUNCTION()
6421 php_error_docref(NULL, E_WARNING, "Failed to get cipher"); in PHP_FUNCTION()
6493 php_error_docref(NULL, E_WARNING, "Unknown OPENSSL encoding"); in PHP_FUNCTION()
6658 php_error_docref(NULL, E_WARNING, "Error getting private key"); in PHP_FUNCTION()
6665 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
6671 E_WARNING, "Detached signatures not possible with S/MIME encoding"); in PHP_FUNCTION()
6689 php_error_docref(NULL, E_WARNING, "Error opening input file %s!", infilename); in PHP_FUNCTION()
6696 php_error_docref(NULL, E_WARNING, "Error opening output file %s!", outfilename); in PHP_FUNCTION()
6703 php_error_docref(NULL, E_WARNING, "Error creating CMS structure!"); in PHP_FUNCTION()
6771 php_error_docref(NULL, E_WARNING, "Unknown OPENSSL encoding"); in PHP_FUNCTION()
6821 php_error_docref(NULL, E_WARNING, "X.509 Certificate cannot be retrieved"); in PHP_FUNCTION()
6828 php_error_docref(NULL, E_WARNING, "Unable to get private key"); in PHP_FUNCTION()
6902 php_error_docref(NULL, E_WARNING, "key param is not a valid private key"); in PHP_FUNCTION()
6951 php_error_docref(NULL, E_WARNING, "key parameter is not a valid private key"); in PHP_FUNCTION()
7001 php_error_docref(NULL, E_WARNING, "key parameter is not a valid public key"); in PHP_FUNCTION()
7050 php_error_docref(NULL, E_WARNING, "key parameter is not a valid public key"); in PHP_FUNCTION()
7138 php_error_docref(NULL, E_WARNING, "Supplied key param cannot be coerced into a private key");
7149 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm");
7215 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm");
7222 php_error_docref(NULL, E_WARNING, "Supplied key param cannot be coerced into a public key");
7276 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
7298 php_error_docref(NULL, E_WARNING, "Not a public key (%dth member of pubkeys)", i+1);
7398 php_error_docref(NULL, E_WARNING, "Unable to coerce parameter 4 into a private key");
7405 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
7416 php_error_docref(NULL, E_WARNING, "IV length is invalid");
7566 php_error_docref(NULL, E_WARNING, "Unknown digest algorithm");
7678 php_error_docref(NULL, E_WARNING, "Setting of IV length for AEAD mode failed");
7701 php_error_docref(NULL, E_WARNING,
7711 php_error_docref(NULL, E_WARNING,
7737 php_error_docref(NULL, E_WARNING,
7750 php_error_docref(NULL, E_WARNING, "Setting tag length for AEAD cipher failed");
7756 …php_error_docref(NULL, E_WARNING, "The tag cannot be used because the cipher algorithm does not su…
7758 php_error_docref(NULL, E_WARNING, "Setting tag for AEAD cipher decryption failed");
7768 php_error_docref(NULL, E_WARNING, "Key length cannot be set for the cipher algorithm");
7805 php_error_docref(NULL, E_WARNING, "Setting of data length failed");
7811 php_error_docref(NULL, E_WARNING, "Setting of additional application data failed");
7862 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
7868 php_error_docref(NULL, E_WARNING, "Failed to create cipher context");
7900 php_error_docref(NULL, E_WARNING, "Retrieving verification tag failed");
7908 php_error_docref(NULL, E_WARNING, "A tag should be provided when using AEAD mode");
7976 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
7982 php_error_docref(NULL, E_WARNING, "Failed to create cipher context");
7991 php_error_docref(NULL, E_WARNING, "Failed to base64 decode the input");
8062 php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");