History log of /PHP-7.3/ext/openssl/xp_ssl.c (Results 151 – 175 of 280)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b6edbd58 20-Feb-2014 Daniel Lowrey

Mitigate client-initiated SSL renegotiation DoS


# f51555ca 21-Feb-2014 Anatol Belski

C89 compat


# 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


# 4921c1f0 14-Feb-2014 Daniel Lowrey

Fix segfault accessing context when no context assigned

Conflicts:
ext/openssl/xp_ssl.c


# 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


# 0893a13e 01-Feb-2014 Daniel Lowrey

Remove #if PHP_VERSION_ID version checks


# 5ed1bdf9 30-Jan-2014 Anatol Belski

fix ZTS build


# 43432c12 30-Jan-2014 Daniel Lowrey

Fixed build breakage from b4b4d9697f


# c91ad823 29-Jan-2014 Anatol Belski

fix merge error after b4b4d9697fa43a526466165a3ca89d058296cb04


# 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
# d14670cc 18-Dec-2013 Kalle Sommer Nielsen

Eliminate another TSRMLS_FETCH() in i_zend_is_true()

# Affected extensions have all been updated, ext/opcache and ext/zip
# both have macros for cross version compatibility


# 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.


12345678910>>...12