History log of /PHP-5.6/ext/openssl/xp_ssl.c (Results 51 – 75 of 169)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9f94e0b5 21-Feb-2014 Daniel Lowrey

Improve OpenSSL compile flag compatibility, minor updates


Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# 3a9829af 11-Feb-2014 Daniel Lowrey

Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests


# d0c9207c 11-Feb-2014 Daniel Lowrey

Improve server forward secrecy, refactor client SNI


# 742fc5fb 20-Feb-2014 Daniel Lowrey

Add 'honor_cipher_order' server context option


# 081c8e9d 11-Feb-2014 Daniel Lowrey

Add 'capture_session_meta' context option


# b98b093d 11-Feb-2014 Daniel Lowrey

Disable TLS compression by default in both clients and servers


# b9ba011c 11-Feb-2014 Daniel Lowrey

Release ssl buffers


# 85823537 14-Feb-2014 Daniel Lowrey

Fix segfault accessing context when no context assigned


Revision tags: php-5.5.9, php-5.4.25
# 99fa5905 05-Feb-2014 Daniel Lowrey

Fixed SNI failure from missing Z_STRVAL_PP


# 05c309f2 01-Feb-2014 Daniel Lowrey

Remove #if PHP_VERSION_ID version checks


# 58293fb5 31-Jan-2014 Daniel Lowrey

Use master-agnostic zend_is_true checks


# 43432c12 30-Jan-2014 Daniel Lowrey

Fixed build breakage from b4b4d9697f


# b4b4d969 28-Jan-2014 Daniel Lowrey

Verify peers by default in client socket operations


Revision tags: php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# da62fd5e 12-Dec-2013 Anatol Belski

Fixed bug #65486 mysqli_poll() is broken on Win x64

While this issue is visible in mysqli_poll() functions, the cause
lays deeper in the stream to socket casting API. On Win x64 the

Fixed bug #65486 mysqli_poll() is broken on Win x64

While this issue is visible in mysqli_poll() functions, the cause
lays deeper in the stream to socket casting API. On Win x64 the
SOCKET datatype is a 64 or 32 bit unsigned, while on Linux/Unix-like
it's 32 bit signed integer. The game of casting 32 bit var to/from
64 bit pointer back and forth is the best way to break it.

Further more, while socket and file descriptors are always integers
on Linux, those are different things using different APIs on Windows.
Even though using integer instead of SOCKET might work on Windows, this
issue might need to be revamped more carefully later. By this time
this patch is tested well with phpt and apps and shows no regressions,
neither in mysqli_poll() nor in any other parts.

show more ...


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1
# 8aaecef5 17-Oct-2013 Michael Wallner

Revert "Added support for TLSv1.1 and TLSv1.2"

This reverts commit 2aaa3d538a7b93d92c52aec95707d8230f21be65.


Revision tags: php-5.4.21, php-5.5.5
# 2aaa3d53 08-Oct-2013 Daniel Lowrey

Added support for TLSv1.1 and TLSv1.2

Conflicts:
ext/openssl/xp_ssl.c


# 2ddefbd2 08-Oct-2013 Daniel Lowrey

Added support for TLSv1.1 and TLSv1.2


Revision tags: php-5.4.21RC1, php-5.5.5RC1
# ce2789558 21-Sep-2013 Martin Jansen

Streams for ssl:// transports can now be configured to use a specific
crypto method (SSLv3, SSLv2 etc.) by calling

stream_context_set_option($ctx, "ssl", "crypto_method", $crypto_method)

Streams for ssl:// transports can now be configured to use a specific
crypto method (SSLv3, SSLv2 etc.) by calling

stream_context_set_option($ctx, "ssl", "crypto_method", $crypto_method)

where $crypto_method can be one of STREAM_CRYPTO_METHOD_SSLv2_CLIENT,
STREAM_CRYPTO_METHOD_SSLv3_CLIENT, STREAM_CRYPTO_METHOD_SSLv23_CLIENT
or STREAM_CRYPTO_METHOD_TLS_CLIENT. SSLv23 remains the default crypto
method.

This change makes it possible to fopen() SSL URLs that are only
provided using SSL v3.

show more ...


Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2
# 9ad97cd4 15-Aug-2013 Christopher Jones

Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.


Revision tags: php-5.4.18, php-5.5.2RC1, php-5.4.18RC2
# 92d27ccb 30-Jul-2013 Andrey Hristov

Constify streams API and a few other calls down the rabbit hole.
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.


Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# 02e4d7a2 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# ac40c0b5 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


1234567