Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | Improve "skip" checks | Ilia Alshanetsky | 2005-12-27 | 3 | -14/+8 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #35381 (ssl library is not initialized properly) | foobar | 2005-11-28 | 1 | -0/+1 |
| | |||||
* | Fixed memory allocation bug | Dmitry Stogov | 2005-09-07 | 1 | -1/+1 |
| | |||||
* | MFH: Nuked EOLs from error messages | foobar | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 |
| | |||||
* | Add optional parameter to openssl_pkcs7_verify() which specifies the name | Wez Furlong | 2005-06-30 | 1 | -6/+20 |
| | | | | | | | | of a file that will be filled with the verified data, but with the signature information stripped. Patch by Marton Kenyeres, mkenyeres (at) konvergencia dot hu | ||||
* | - Never use Z_TYPE* macros on non-zvals. | foobar | 2005-04-19 | 1 | -4/+4 |
| | |||||
* | Fixed possible usage of str without being initialized. | Ilia Alshanetsky | 2005-03-15 | 1 | -1/+3 |
| | |||||
* | - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly) | foobar | 2005-03-14 | 1 | -8/+33 |
| | |||||
* | Fix build... | Wez Furlong | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #31101 (missing kerberos header file path with --with-openssl) | foobar | 2004-12-30 | 1 | -2/+10 |
| | |||||
* | When a socket is non-blocking, don't block ssl enabled sockets. | Wez Furlong | 2004-12-25 | 1 | -5/+15 |
| | | | | | | | | | | Allow for non-blocking negotiation when calling stream_socket_enable_crypto(). That function will return the foolowing values: false - negotiation failed 0 - try again when more data is available (only for non-blocking sockets) true - ssl was enabled | ||||
* | Remove unused variable. | Joe Orton | 2004-11-03 | 1 | -1/+0 |
| | |||||
* | Fix possible crash; patch by Kamesh Jayachandran | Wez Furlong | 2004-10-27 | 1 | -0/+1 |
| | |||||
* | Fix for Bug #29418 (double free when openssl_csr_new fails). | Wez Furlong | 2004-10-26 | 1 | -1/+7 |
| | | | | | | | Also hook up MSHUTDOWN function which appears to have never been enabled. Patch by Kamesh Jayachandran | ||||
* | Included select.h for NetWare | Anantha Kesari H Y | 2004-09-29 | 1 | -0/+4 |
| | |||||
* | Fix for Bug #24189: possibly unsafe select(2) usage. | Wez Furlong | 2004-09-17 | 1 | -48/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using select(2) and check for valid descriptors before attempting to access them via the descriptor sets. If an out-of-range descriptor is detected, an E_WARNING is raised suggesting that PHP should be recompiled with a larger FD_SETSIZE (and also with a suggested value). Most uses of select(2) in the source are to poll a single descriptor, so a couple of handy wrapper functions have been added to make this easier. A configure option --enable-fd-setsize has been added to both the unix and win32 builds; on unix we default to 16384 and on windows we default to 256. Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the highest numbered descriptor; 256 should be plenty for PHP scripts under windows (the default OS setting is 64). The win32 specific parts are untested; will do that now. | ||||
* | Add missing stream unregister for sslv2 and 3. | Magnus M��tt� | 2004-09-13 | 1 | -0/+2 |
| | |||||
* | Fix Bug #29296: add explicit sslv2 and sslv3 transports | Wez Furlong | 2004-09-10 | 2 | -0/+8 |
| | |||||
* | NetWare specific openssl build file | Anantha Kesari H Y | 2004-07-16 | 1 | -0/+185 |
| | |||||
* | Finally a fix for #23220: IIS does not cleanly close SSL connections. | Wez Furlong | 2004-05-23 | 1 | -2/+30 |
| | | | | | | Also enable the safe and recommended bug work around options in the SSL context. | ||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 1 | -2/+0 |
| | |||||
* | Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't | Wez Furlong | 2004-04-21 | 2 | -28/+77 |
| | | | | | | | | | enable SSL on the accepted socket. - Add cipher list context option - Add helpful hint about why SSL server socket fails with mysterious error (eg: you need an SSL certificate for most ciphers). | ||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2004-03-29 | 1 | -1/+0 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 2 | -3/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 |
| | |||||
* | Fixed uninitialized usage of mdtype when unknown signature algorithm is | Ilia Alshanetsky | 2003-12-21 | 1 | -4/+8 |
| | | | | | found. | ||||
* | openssl support for the new build | Wez Furlong | 2003-12-05 | 1 | -0/+17 |
| | |||||
* | Fixed compiler warning due to unused variables. | Ilia Alshanetsky | 2003-12-03 | 1 | -1/+2 |
| | |||||
* | (sort of) MFB, feof fix for sockets. | Wez Furlong | 2003-11-28 | 1 | -1/+7 |
| | |||||
* | Port liveness and SSL CA validation from 4.3 branch. | Wez Furlong | 2003-11-27 | 2 | -17/+316 |
| | | | | | Make stream_select() work on ssl-enabled sockets again. | ||||
* | Fix unintialized variable. | Wez Furlong | 2003-10-13 | 1 | -1/+1 |
| | | | | | Patch by Joe Orton. | ||||
* | And this EOF flag... | Wez Furlong | 2003-10-08 | 1 | -3/+2 |
| | |||||
* | Fix | Wez Furlong | 2003-09-24 | 1 | -1/+1 |
| | |||||
* | Fixed typo. | foobar | 2003-09-23 | 1 | -1/+1 |
| | |||||
* | MFB 25614 "fix" | Wez Furlong | 2003-09-23 | 2 | -4/+24 |
| | |||||
* | Merge remaining code from 4.3 to fix #22238 in HEAD. | Wez Furlong | 2003-09-21 | 1 | -0/+1 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -1/+1 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -14/+16 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | Allow setting of the serial number. | Stefan Roehrich | 2003-07-13 | 1 | -4/+4 |
| | |||||
* | Fixed certificate version (counting begins with 0, so 2 means version 3). | Stefan Roehrich | 2003-07-13 | 1 | -1/+1 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 2 | -10/+17 |
| | |||||
* | Win32 build fixes for openssl | Edin Kadribasic | 2003-06-15 | 2 | -3/+7 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 3 | -9/+9 |
| | |||||
* | MFB | Ilia Alshanetsky | 2003-06-08 | 1 | -6/+6 |
| |