History log of /PHP-7.2/ext/openssl/openssl.c (Results 251 – 275 of 599)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8f345a71 31-Jul-2014 Tjerk Meesters

Moved streams related functions to xp_ssl.c


# b4a4db46 27-Jul-2014 Stanislav Malyshev

Fix missing type checks in various functions


# 9583a14e 22-Jul-2014 Dmitry Stogov

Fixed potential memory leaks


# ca273c31 22-Jul-2014 Lior Kaplan

ZVAL_STRINGL takes only three variables

Follow up for commit f4cfaf36


# 76a7fd89 13-May-2014 Paul Oehler

Added support for parsing ssl certificates using GeneralizedTime format.

fix bug #65698
fix bug #66636


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


# 424aebbf 06-May-2014 Dmitry Stogov

Added support for ext/openssl


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# 8d05a777 25-Mar-2014 Chuan Ma

Fix #66942: openssl_seal() memory leak

Fix #66952: memory leak in openssl_open()


# f413a77b 25-Mar-2014 Chuan Ma

Fix #66942: openssl_seal() memory leak

Fix #66952: memory leak in openssl_open()


# a1863128 25-Mar-2014 Chuan Ma

Fix #66942: openssl_seal() memory leak

Fix #66952: memory leak in openssl_open()


# 17f6391b 14-Mar-2014 Remi Collet

Fixed Bug #66833 Default digest algo is still MD5

Switch to SHA1, which match internal openssl hardcoded algo.

In most case, won't even be noticed
- priority on user input (defa

Fixed Bug #66833 Default digest algo is still MD5

Switch to SHA1, which match internal openssl hardcoded algo.

In most case, won't even be noticed
- priority on user input (default_md)
- fallback on system config
- fallback on this default value

Recent system reject MD5 digest, noticed in bug36732.phpt failure.

While SHA1 is better than MD5, SHA256 is recommenced,
and defined as default algo in provided configuration on
recent system (Fedora 21, RHEL-7, ...). But the idea is to
keep in sync with openssl internal value for PHP internal value.

show more ...


# 737c1870 13-Mar-2014 Michael Meyer

Typo fix: sicret -> secret


# 27849c99 04-Mar-2014 Daniel Lowrey

Refactor + reorganize openssl files

- All streams-related code now lives in xp_ssl.c. Previously
stream code was split across both openssl.c and xp_ssl.c
- Folded superfluous php_o

Refactor + reorganize openssl files

- All streams-related code now lives in xp_ssl.c. Previously
stream code was split across both openssl.c and xp_ssl.c
- Folded superfluous php_openssl_structs.h into xp_ssl.c
- Server-specific options now set on SSL_CTX instead of SSL
- Deprecate SNI_server_name ctx option
- Miscellaneous refactoring

show more ...


# e8995c8c 02-Mar-2014 Chris Wright

Windows cert verify improvements + leak fixes

- Clean up properly at all fail points in native Windows peer
verification routine
- Bring certificate usages and chain flags into lin

Windows cert verify improvements + leak fixes

- Clean up properly at all fail points in native Windows peer
verification routine
- Bring certificate usages and chain flags into line with chromium
implementation in windows environments

show more ...


# 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


1...<<11121314151617181920>>...24