#
1a4897c8 |
| 25-Apr-2011 |
Martin Jansen |
MFH: The project calls itself OpenSSL and not openSSL, so let's keep it that way in our code as well.
|
#
0c843846 |
| 25-Apr-2011 |
Martin Jansen |
The project calls itself OpenSSL and not openSSL, so let's keep it that way in our code as well.
|
#
be3d70df |
| 24-Apr-2011 |
Rasmus Lerdorf |
SSLV2 patch cleanup
|
#
380c3e51 |
| 24-Apr-2011 |
Rasmus Lerdorf |
SSLV2 patch cleanup
|
#
e5755576 |
| 24-Apr-2011 |
Rasmus Lerdorf |
Support for openssl without SSLv2 supprot compiled in. Distros are starting to remove support now and this wasn't compiling anymore on my Debian dev box.
|
#
f1806e67 |
| 24-Apr-2011 |
Rasmus Lerdorf |
Support for openssl without SSLv2 supprot compiled in. Distros are starting to remove support now and this wasn't compiling anymore on my Debian dev box.
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
cd34d68c |
| 23-Dec-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). - Fixed stream_socket_enable_crypto() not honoring the socket timeout in server mode.
|
#
063393f2 |
| 23-Dec-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). - Fixed stream_socket_enable_crypto() not honoring the socket timeout in server mode.
|
Revision tags: php-5.2.16 |
|
#
e87fbccf |
| 13-Dec-2010 |
Adam Harvey |
MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). Includes Tony's subsequent commit to fix a segfault.
|
Revision tags: php-5.2.15, php-5.3.4 |
|
#
37228113 |
| 04-Dec-2010 |
Antony Dovgal |
make sure the stream context is present before looking for any options and fix segfault
|
#
18ec6dae |
| 03-Dec-2010 |
Adam Harvey |
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). I haven't written a test due to the need for such a test to have a HTTPS server ava
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). I haven't written a test due to the need for such a test to have a HTTPS server available which mishandles SessionTicket requests; it's likely that server administrators will gradually fix this either intentionally or through OpenSSL upgrades. That said, if there's a great clamoring for a test, I'll work one up.
show more ...
|
Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
a5459c09 |
| 29-Sep-2010 |
Felipe Pena |
- Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain used)
|
#
2d8a4ea2 |
| 29-Sep-2010 |
Felipe Pena |
- Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain used)
|
#
aa0ed267 |
| 16-Sep-2010 |
Pierre Joye |
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
6ee4060b |
| 20-Jun-2010 |
Pierre Joye |
- #45808, stream_socket_enable_crypto() blocks and eats CPU
|
#
abde405f |
| 20-Jun-2010 |
Pierre Joye |
- #45808, stream_socket_enable_crypto() blocks and eats CPU
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
a5142d18 |
| 23-Apr-2010 |
Felipe Pena |
- Fixed compiler warnings
|
#
6a1ad160 |
| 23-Apr-2010 |
Felipe Pena |
- Fixed compiler warnings
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
7c0803a8 |
| 30-Nov-2009 |
Arnaud Le Blanc |
merge from trunk: openssl sni support (rev 289831)
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3 |
|
#
ac2d3990 |
| 04-Sep-2009 |
Sriram Natarajan |
- Fixed bug #49447 (php engine need to correctly check for socket API return status on windows). (Sriram Natarajan)
|
Revision tags: php-5.3.1RC1, php-5.2.11RC2 |
|
#
e4c11010 |
| 22-Aug-2009 |
Mikko Koppanen |
Fixes a memory leak in ssl streams. The context was not properly freed
|
Revision tags: php-5.2.11RC1 |
|
#
34d8ee27 |
| 28-Jul-2009 |
Sriram Natarajan |
- 48182 ssl handshake fails during asynchronous socket connection
|