History log of /PHP-8.3/ext/openssl/openssl.c (Results 376 – 400 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0676f39e 17-Feb-2015 Jakub Zelenka

Remove unnecessary resource checks in openssl ext

The resource val is already checking Z_TYPE_P(val) == IS_RESOURCE.
There is no need to call extended resource fetch functions though.


# 83099881 16-Feb-2015 Xinchen Hui

Fixed bug #68912 (Segmentation fault at openssl_spki_new)


# e98caf27 02-Feb-2015 Xinchen Hui

found type is unnecessary


# 94280990 02-Feb-2015 Xinchen Hui

Cleanup resource handling APIs


# 085907d1 30-Jan-2015 Anatol Belski

fix datatype mismatches, improved error checks


# 3acdbaeb 30-Jan-2015 Anatol Belski

fix datatype mismatch warns, improve error check


# 39761507 30-Jan-2015 Anatol Belski

make the cleanup function as static, as it's not exported


# f6330f99 30-Jan-2015 Anatol Belski

fix datatype mismatches, add stronger error checks


# 55936775 30-Jan-2015 Anatol Belski

fix datatype mismatches, improve error checks


# 4d169374 28-Jan-2015 Anatol Belski

fix unportable dereferencing


# 23b683c0 26-Jan-2015 Dmitry Stogov

Fixed wrong size


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# e2fe8e16 14-Jan-2015 Daniel Lowrey

Fixed bug #55618 (use case-insensitive cert name matching)


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# b5b61767 22-Dec-2014 Xinchen Hui

Micro optimaztion (yeah, I know compiler supposed to do that)


# 9c4de388 16-Dec-2014 Remi Collet

fix perms


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 6048ac32 24-Nov-2014 Dominic Luechinger

Adds test cases for openssl EC improvements


# 5d1cc7d1 24-Nov-2014 Dominic Luechinger

Adds better handling of EC keys: OPENSSL_KEYTYPE_EC

When working with elliptic curve and openssl some functions are not
aware of the different handling.
Improvements:
- Fixes exp

Adds better handling of EC keys: OPENSSL_KEYTYPE_EC

When working with elliptic curve and openssl some functions are not
aware of the different handling.
Improvements:
- Fixes export of EC private keys
- Adds curve information to openssl_pkey_get_details

Conflicts:
ext/openssl/openssl.c

show more ...


# e7956758 24-Nov-2014 Dominic Luechinger

Adds better handling of EC keys: OPENSSL_KEYTYPE_EC

When working with elliptic curve and openssl some functions are not
aware of the different handling.
Improvements:
- Fixes exp

Adds better handling of EC keys: OPENSSL_KEYTYPE_EC

When working with elliptic curve and openssl some functions are not
aware of the different handling.
Improvements:
- Fixes export of EC private keys
- Adds curve information to openssl_pkey_get_details

show more ...


# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


# 86ef4876 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH in openssl


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


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