History log of /PHP-8.3/ext/openssl/openssl.c (Results 451 – 475 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c092d286 13-Oct-2013 Jakub Zelenka

Fix compiler warnings in openssl.c


# 9d572437 09-Oct-2013 Daniel Lowrey

Fixes broken zts build (recent openssl changes)


# e2d123a7 09-Oct-2013 Michael Wallner

C89


# a40dd6e9 09-Oct-2013 Daniel Lowrey

Changed return types to zend_bool, renamed test


# 22700890 09-Oct-2013 Michael Wallner

C89 compatibility


# b026993a 07-Oct-2013 Daniel Lowrey

Fixed segfault when built with OpenSSL >= 1.0.1

(PR #481)


# 2ddefbd2 08-Oct-2013 Daniel Lowrey

Added support for TLSv1.1 and TLSv1.2


# 1970b964 08-Oct-2013 Daniel Lowrey

Added SAN matching during peer verification


# 61068964 08-Oct-2013 datibbaw

DNS name comparison is now case insensitive.


# 39c0daeb 07-Oct-2013 Tjerk Meesters

Use zend_bool as return value for _match()


# 955bc1d9 07-Oct-2013 datibbaw

Using SUCCESS and FAILURE for return values
Using zend_bool for boolean arguments and return values
Reduced one level of zval indirection where possible


Revision tags: php-5.4.21RC1, php-5.5.5RC1
# e45eacd8 30-Sep-2013 Tjerk Meesters

show method in error message


# edd93f34 27-Sep-2013 datibbaw

Support string and array for peer fingerprint matching


# 69bdc5ac 23-Sep-2013 Tjerk Meesters

who put that stupid newline there?


# 1c7cabb2 23-Sep-2013 Tjerk Meesters

add md5 and sha1 fingerprint tests


# 2bfc5a25 22-Sep-2013 Tjerk Meesters

Renamed to be more descriptive of what it does


# a820c3d6 21-Sep-2013 Tjerk Meesters

yay, reduced one variable


# 8e847b58 21-Sep-2013 Tjerk Meesters

Fixed bug that would lead to out of bounds memory access


# 521a5c95 21-Sep-2013 Tjerk Meesters

don't leak cert on errors, return null on zpp failure


# 8915c3fb 21-Sep-2013 Tjerk Meesters

added better wildcard matching for CN


# 574fe449 20-Sep-2013 Tjerk Meesters

removed the byref result


# ce13f9fa 20-Sep-2013 datibbaw

indentation fail


# b2881db9 20-Sep-2013 datibbaw

added option for hash function


# 5cff92fb 20-Sep-2013 datibbaw

added option for raw output


# b8f9a202 20-Sep-2013 datibbaw

added openssl_x509_digest(), output is binary sha1


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