History log of /PHP-8.3/ext/openssl/openssl.c (Results 426 – 450 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d0a6f8c6 26-Feb-2014 Daniel Lowrey

Deprecate CN_match in favor of peer_name in SSL contexts


# 82a98f6e 26-Feb-2014 Anatol Belski

kick redundant include

this is already present from php.h


# f8fe09dc 25-Feb-2014 Daniel Lowrey

Tolerate non-standard newlines when parsing stream CA files


# 47b5873c 24-Feb-2014 Daniel Lowrey

Change openssl directives to PHP_INI_PERDIR

Because openssl.cafile and openssl.capath have implications for
security these directives have been changed to PHP_INI_PERDIR
(previously

Change openssl directives to PHP_INI_PERDIR

Because openssl.cafile and openssl.capath have implications for
security these directives have been changed to PHP_INI_PERDIR
(previously PHP_INI_ALL)

show more ...


# 480e4f85 21-Feb-2014 Chris Wright

Add peer certificate verification on windows

Peer certificate verification on Windows using the native certificate store and the Windows API


# 5b6ef90b 21-Feb-2014 Anatol Belski

fix linkage

"extern inline" looks like tricky case for portability, but extern
is required with VS. So reduce the case to a starndard one to avoid
unporbatibily.


# b6edbd58 20-Feb-2014 Daniel Lowrey

Mitigate client-initiated SSL renegotiation DoS


Revision tags: php-5.6.0alpha2
# 3a9829af 11-Feb-2014 Daniel Lowrey

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


# df6bfe3b 11-Feb-2014 Daniel Lowrey

Add openssl_get_cert_locations() function


# 258d04df 11-Feb-2014 Daniel Lowrey

Explicitly set cert verify depth if not specified


# 225f534b 11-Feb-2014 Daniel Lowrey

Strengthen default cipher list


# 633f898f 19-Feb-2014 Daniel Lowrey

Skip failing tests when EC unavailable (RHEL)


# a80cec11 17-Feb-2014 Daniel Lowrey

Fixed broken build when EC unavailable


# c7220dc6 15-Feb-2014 Daniel Lowrey

Fix Bug #65538 (cafile now supports stream wrappers)


Revision tags: php-5.5.9, php-5.4.25
# 19524fc6 22-Jan-2014 mk-j

Fix for bug66501 - "key type not supported in this PHP build"


# 89292d95 15-Feb-2014 Daniel Lowrey

Add missing TSRMLS_CC


# ce8dc0ed 14-Feb-2014 Daniel Lowrey

Bug #47030 (separate host and peer verification)


# b4b4d969 28-Jan-2014 Daniel Lowrey

Verify peers by default in client socket operations


# 68883318 27-Jan-2014 Daniel Lowrey

Prevent invalid SAN peer verification on null byte prefix attack


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, php-5.5.7, php-5.4.23, php-5.3.28
# c1224573 08-Dec-2013 Stanislav Malyshev

Fix CVE-2013-6420 - memory corruption in openssl_x509_parse


Revision tags: 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


1...<<11121314151617181920>>...31