History log of /PHP-8.3/ext/openssl/openssl.c (Results 401 – 425 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


# 7d6c3e01 27-Aug-2014 Anatol Belski

fix remaining 's' args for openssl


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


# b9514bb8 25-Aug-2014 Anatol Belski

master renames phase 6


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 1899e6f9 19-Aug-2014 Anatol Belski

ported ext/openssl


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# a08b7b77 13-Aug-2014 Dmitry Stogov

cleanup


# 0fe07a0e 27-Jul-2014 Stanislav Malyshev

Fix missing type checks in various functions


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


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