Home
last modified time | relevance | path

Searched refs:signature (Results 51 – 64 of 64) sorted by relevance

123

/PHP-5.5/
H A DUPGRADING.INTERNALS106 The signature of the get_current_key iteration handler has been changed to:
H A DREADME.RELEASE_PROCESS178 10. Generate the GPG signature files for the archives.
181 11. Commit and push all the tarballs and signature files to web/php-distributions.git,
H A DNEWS2568 . Fixed bug #63297 (Phar fails to write an openssl based signature).
2636 . Implemented FR #61421 (OpenSSL signature verification missing RMD160,
2916 signature causes crash). (Laruence)
4099 . Fixed bug #54723 (getimagesize() doesn't check the full ico signature).
5478 - Fixed signature generation/validation for zip archives in ext/phar. (Greg)
5569 - Fixed bug #49012 (phar tar signature algorithm reports as Unknown (0) in
5622 - Fixed bug #48681 (openssl signature verification for tar archives broken).
7830 - Fixed wrong signature initialization in imagepng (Takeshi Abe)
8151 - Added support for constructors in interfaces to force constructor signature
H A Dphp.ini-development359 ; (e.g. by adding its signature to the Web server header). It is no security
H A Dphp.ini-production359 ; (e.g. by adding its signature to the Web server header). It is no security
/PHP-5.5/ext/openssl/
H A Dopenssl.c332 ZEND_ARG_INFO(1, signature)
339 ZEND_ARG_INFO(0, signature)
4229 zval **key, *signature; in PHP_FUNCTION() local
4241 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szZ|z", &data, &data_len, &signature, &key, … in PHP_FUNCTION()
4272 zval_dtor(signature); in PHP_FUNCTION()
4274 ZVAL_STRINGL(signature, (char *)sigbuf, siglen, 0); in PHP_FUNCTION()
4298 char * signature; int signature_len; in PHP_FUNCTION() local
4302 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssZ|z", &data, &data_len, &signature, &signa… in PHP_FUNCTION()
4330 err = EVP_VerifyFinal (&md_ctx, (unsigned char *)signature, signature_len, pkey); in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt157 Cannot set signature algorithm, phar is read-only
/PHP-5.5/ext/phar/
H A DTODO43 Phar::PGP to choose the kind of signature to use (PGP falls back to SHA1)
H A Dphar_object.c3091 if (phar_obj->arc.archive->signature) { in PHP_METHOD()
3096 …add_assoc_stringl(return_value, "hash", phar_obj->arc.archive->signature, phar_obj->arc.archive->s… in PHP_METHOD()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc1168 * @return string A description of the signature arguments.
1172 return "Set signature hash algorithm.";
/PHP-5.5/Zend/
H A DZEND_CHANGES139 abstract method only declares the method's signature and does not
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3730 # signature
5128 0 belong 0x72730136 rdiff network-delta signature data
5130 >8 belong x signature strength=%d)
5998 >>0x1b8 ulelong >0 \b, disk signature 0x%-.4x
12077 # The boot block signature, according to IM:Files, is
12162 ## AFAIK, only the signature is different
12894 >>>(0x3c.l+24) default x Unknown PE signature
13752 # start by checking for ZIP local file header signature
14883 #>15 string PGP\040SIGNATURE- signature
14889 0 string -----BEGIN\040PGP\40SIGNATURE- PGP signature
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2184 - The compiler thus generates a "C" signature for the test function.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9873 pcrecpp::RE::DoMatch. See pcrecpp.h for the signature for DoMatch.

Completed in 195 milliseconds

123