summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Fix the lack of SSL certificate verification support for ssl:// sockets andWez Furlong2003-04-262-0/+231
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-27/+28
* MFHIlia Alshanetsky2003-01-311-13/+9
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
* Fixed ZTS build.Ilia Alshanetsky2002-12-121-1/+1
* MFH more entropy "fix"Wez Furlong2002-12-121-0/+9
* MFHMarcus Boerger2002-12-121-1/+1
* MFH #20936 fixWez Furlong2002-12-122-2/+69
* MFH: ws, php_error_docref, typeconversion for cygwinMarcus Boerger2002-12-121-202/+200
* No longer experimental.Wez Furlong2002-12-101-5/+0
* Fix proto and avoid potential segfault on an error.Wez Furlong2002-12-101-3/+3
* Fixed windows build. Symbol PHP_EXPORTS is a no-no for dynamicallyEdin Kadribasic2002-11-111-4/+4
* Fixed bug #19935. Made OpenSSL file system operations abide by safe_modeIlia Alshanetsky2002-11-101-6/+70
* correct protoWez Furlong2002-08-101-1/+1
* syntax highlighting for vimWez Furlong2002-08-091-1/+2
* Fixed bug: #18295. e_os.h is not supposed to be included..foobar2002-07-121-3/+4
* Fixed bug: #17751 (typo)foobar2002-06-131-1/+1
* proto tweakWez Furlong2002-05-171-1/+1
* Fix for #16885Wez Furlong2002-05-011-0/+2
* Probable fix for #16940.Wez Furlong2002-05-011-3/+6
* Remove compiler warningsYasuo Ohgaki2002-04-191-5/+5
* fix build with ZE2Wez Furlong2002-04-121-5/+5
* Add subject hash to parsed x509 data.Wez Furlong2002-03-282-3/+10
* Fix regular openssl_pkey_get_private($content, $phrase) syntax andWez Furlong2002-03-263-2/+80
* - Make it possible to build ext/openssl as shared extensionfoobar2002-03-201-2/+4
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* - Fix for openssl_pkcs7_sign segfaultsDerick Rethans2002-01-311-1/+1
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* proto fixHartmut Holzgraefe2001-12-071-1/+1
* proto fixesHartmut Holzgraefe2001-12-061-5/+5
* Unified the configure messages.foobar2001-11-301-1/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* nuke unnecessary force-by-ref declarations + name the needed in a proper wayDaniel Beulshausen2001-10-051-18/+14
* use maxpathlen instead of path_maxDaniel Beulshausen2001-10-041-7/+9
* Didn't compile, replaced some TSRMLS_C with TSRMLS_CCStig Venaas2001-09-301-7/+7
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* Fixed some protos. Haven't read the source code, so some protos could be wron...Egon Schmid2001-09-111-45/+44
* Revise the xxx_export api so that exporting to files is comfortable.Wez Furlong2001-09-112-74/+181
* Arrrgghh!Wez Furlong2001-09-112-52/+19
* Added some preliminary x509 cert and csr creation/signing functions.Wez Furlong2001-09-101-565/+1580
* don't forget TSRMLS_CC when using zend_parse_parametersDaniel Beulshausen2001-09-101-20/+20
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API update: use zend_parse_parametersWez Furlong2001-09-071-373/+244
* API updateZeev Suraski2001-08-211-2/+4
* more ZTS fixes.foobar2001-07-311-16/+16
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+4
* Zend compatibility patchZeev Suraski2001-07-301-47/+49
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-2/+2
* Change a load of E_ERRORS into E_WARNINGs; it was being a bit too severe,Wez Furlong2001-07-051-22/+22