Home
last modified time | relevance | path

Searched refs:openssl (Results 76 – 99 of 99) sorted by relevance

1234

/PHP-5.5/ext/openssl/tests/
H A D016.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A D001.phpt5 if (!extension_loaded("openssl")) die("skip");
H A D023.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A D024.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A D007.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A D008.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A Dsni_001.phpt5 if (!extension_loaded('openssl')) die("skip openssl extension not available");
H A D025.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
H A Dopenssl_x509_parse_basic_v9.phpt4 <?php if (!extension_loaded("openssl")) print "skip";
H A Dopenssl_x509_parse_basic.phpt4 <?php if (!extension_loaded("openssl")) print "skip";
/PHP-5.5/ext/phar/
H A Dconfig.w3219 way to avoid linking it in the static openssl build */
H A Dutil.c1418 zval *zdata, *zsig, *zkey, *retval_ptr, **zp[3], *openssl; in phar_call_openssl_signverify() local
1421 MAKE_STD_ZVAL(openssl); in phar_call_openssl_signverify()
1439 zval_dtor(openssl); in phar_call_openssl_signverify()
1440 efree(openssl); in phar_call_openssl_signverify()
1447 if (FAILURE == zend_fcall_info_init(openssl, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { in phar_call_openssl_signverify()
1451 zval_dtor(openssl); in phar_call_openssl_signverify()
1452 efree(openssl); in phar_call_openssl_signverify()
1475 zval_dtor(openssl); in phar_call_openssl_signverify()
1476 efree(openssl); in phar_call_openssl_signverify()
1483 zval_dtor(openssl); in phar_call_openssl_signverify()
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.mak28 C_SRC = openssl.c \
147 # Two functions imported to build the openssl extension
H A Dopenssl.c482 PHP_MINIT(openssl),
483 PHP_MSHUTDOWN(openssl),
486 PHP_MINFO(openssl),
493 ZEND_GET_MODULE(openssl)
1063 PHP_MINIT_FUNCTION(openssl) in PHP_MINIT_FUNCTION() argument
1196 PHP_MINFO_FUNCTION(openssl) in PHP_MINFO_FUNCTION() argument
1208 PHP_MSHUTDOWN_FUNCTION(openssl) in PHP_MSHUTDOWN_FUNCTION() argument
/PHP-5.5/ext/mysqli/tests/
H A Dbug55283.phpt9 if ($IS_MYSQLND && !extension_loaded("openssl"))
H A Dbug51647.phpt9 if ($IS_MYSQLND && !extension_loaded("openssl"))
/PHP-5.5/ext/ldap/tests/
H A DREADME9 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-5.5/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.5/
H A Dacinclude.m42311 dnl Common setup macro for openssl
2335 if test "$PHP_OPENSSL_DIR" = "yes" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then
2336 if $PKG_CONFIG --atleast-version=0.9.6 openssl; then
2338 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl`
2339 OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl`
2340 OPENSSL_INCDIR=`$PKG_CONFIG --variable=includedir openssl`
2357 PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
2361 if test -r $i/include/openssl/evp.h; then
2382 #include <openssl/opensslv.h>
H A DEXTENSIONS453 EXTENSION: openssl
H A DNEWS2351 . Fixed bug #61930 (openssl corrupts ssl key resource when using
2568 . Fixed bug #63297 (Phar fails to write an openssl based signature).
5230 - Added client-side server name indication support in openssl. (Arnaud)
5266 - Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation).
7558 . openssl to version 0.9.8e
7565 - Fixed possible multi bytes issues in openssl csr parser (Pierre)
7709 - Implement #39867 (openssl PKCS#12 support) (Marc Delling, Pierre)
8007 - Fixed bug #39394 (Missing check for older variants of openssl). (Ilia)
8268 - Fixed memory leaks in openssl streams context options. (Pierre)
8403 - Fixed bug #38255 (openssl possible leaks while passing keys) (Pierre)
[all …]
H A Dconfigure.in1060 dnl this has to be here to prevent the openssl crypt() from
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc427 case 'openssl':
/PHP-5.5/win32/
H A Dinstall.txt185 | +--openssl -- support files for Openssl

Completed in 127 milliseconds

1234