summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* - Never use Z_TYPE* macros on non-zvals.foobar2005-04-191-4/+4
* Fixed possible usage of str without being initialized.Ilia Alshanetsky2005-03-151-1/+3
* - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)foobar2005-03-141-8/+33
* Fix build...Wez Furlong2005-01-011-1/+1
* - Fixed bug #31101 (missing kerberos header file path with --with-openssl)foobar2004-12-301-2/+10
* When a socket is non-blocking, don't block ssl enabled sockets.Wez Furlong2004-12-251-5/+15
* Remove unused variable.Joe Orton2004-11-031-1/+0
* Fix possible crash; patch by Kamesh JayachandranWez Furlong2004-10-271-0/+1
* Fix for Bug #29418 (double free when openssl_csr_new fails).Wez Furlong2004-10-261-1/+7
* Included select.h for NetWareAnantha Kesari H Y2004-09-291-0/+4
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-48/+39
* Add missing stream unregister for sslv2 and 3.Magnus M��tt�2004-09-131-0/+2
* Fix Bug #29296: add explicit sslv2 and sslv3 transportsWez Furlong2004-09-102-0/+8
* NetWare specific openssl build fileAnantha Kesari H Y2004-07-161-0/+185
* Finally a fix for #23220: IIS does not cleanly close SSL connections.Wez Furlong2004-05-231-2/+30
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn'tWez Furlong2004-04-212-28/+77
* Fixed compiler warnings.Ilia Alshanetsky2004-03-291-1/+0
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-3/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* Fixed uninitialized usage of mdtype when unknown signature algorithm isIlia Alshanetsky2003-12-211-4/+8
* openssl support for the new buildWez Furlong2003-12-051-0/+17
* Fixed compiler warning due to unused variables.Ilia Alshanetsky2003-12-031-1/+2
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-281-1/+7
* Port liveness and SSL CA validation from 4.3 branch.Wez Furlong2003-11-272-17/+316
* Fix unintialized variable.Wez Furlong2003-10-131-1/+1
* And this EOF flag...Wez Furlong2003-10-081-3/+2
* FixWez Furlong2003-09-241-1/+1
* Fixed typo.foobar2003-09-231-1/+1
* MFB 25614 "fix"Wez Furlong2003-09-232-4/+24
* Merge remaining code from 4.3 to fix #22238 in HEAD.Wez Furlong2003-09-211-0/+1
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Use new infrastructure.Zeev Suraski2003-08-031-14/+16
* Allow setting of the serial number.Stefan Roehrich2003-07-131-4/+4
* Fixed certificate version (counting begins with 0, so 2 means version 3).Stefan Roehrich2003-07-131-1/+1
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+1
* - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.foobar2003-06-242-10/+17
* Win32 build fixes for opensslEdin Kadribasic2003-06-152-3/+7
* updating license information in the headers.James Cox2003-06-103-9/+9
* MFBIlia Alshanetsky2003-06-081-6/+6
* emalloc -> safe_emallocIlia Alshanetsky2003-04-281-4/+4
* Debug watches probably don't belong in CVS.Sara Golemon2003-04-051-2/+0
* Fix const warningWez Furlong2003-03-311-1/+1
* - Typo and some whitespaceDerick Rethans2003-03-301-52/+53
* - Added optional parameter to openssl_sign() to specify the hashingDerick Rethans2003-03-301-2/+29
* avoid unsigned issues.Wez Furlong2003-03-181-3/+13
* fix protoWez Furlong2003-03-151-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-27/+28