History log of /PHP-7.3/ext/openssl/openssl.c (Results 126 – 150 of 613)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 54310d95 12-Jun-2016 Jakub Zelenka

Fix bug #72336 (openssl_pkey_new does not fail for invalid DSA params)


# 05033c9e 08-Jun-2016 Jakub Zelenka

Fix bug #72140 (segfault after calling ERR_free_strings())


# 5afba67b 06-May-2016 Anatol Belski

Re-fix #72165

Reverted previous wrong patch, throw warning for numeric keys.
Numeric field names are not supported, see "distinguished name"
section here https://www.openssl.org/docs

Re-fix #72165

Reverted previous wrong patch, throw warning for numeric keys.
Numeric field names are not supported, see "distinguished name"
section here https://www.openssl.org/docs/manmaster/apps/req.html

show more ...


# dd5479ea 06-May-2016 Anatol Belski

Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"

This reverts commit 7277c85765d1053c8cd1d1093902df541b3d101a.


# 7277c857 06-May-2016 Anatol Belski

Fixed bug #72165 Null pointer dereference - openssl_csr_new


# df853312 03-Apr-2016 Jakub Zelenka

Correctly store OpenSSL erorrs for encrypt_key


# 79dd71b1 03-Apr-2016 Jakub Zelenka

Store OpenSSL errors from CONF_get_string in SET_OPTIONAL_STRING_ARG


# 9afb29aa 18-Feb-2016 Stanislav Malyshev

Remove TSRMLS_* from code, they are not used anymore


# 4ea2a0fd 14-Feb-2016 Jakub Zelenka

Store errors in openssl_random_pseudo_bytes


# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


# 664d6935 08-Feb-2016 Jakub Zelenka

Store errors in openssl_dh_compute_key


# 9b094be5 07-Feb-2016 Jakub Zelenka

Store errors in openssl_encrypt and openssl_decrypt


# 34eb6b53 05-Feb-2016 Jakub Zelenka

Store errors in openssl_digest


# 2854f329 05-Feb-2016 Rob Thomas

Fix patch to work against PHP7

This also updates the testcases so they now return correct data
with the extra return value.


# 73bae6b0 04-Feb-2016 Rob Thomas

Add 'serialNumberHex' variable to openssl_x509_parse

Currently, openssl_x509_parse returns an integer. This can be
unexpected, as the common way of handling serial numbers is with
a

Add 'serialNumberHex' variable to openssl_x509_parse

Currently, openssl_x509_parse returns an integer. This can be
unexpected, as the common way of handling serial numbers is with
a hex string.

This is compounded as php's dechex() function cannot handle >32
bit numbers which will leave people trying to handle large serial
numbers frustrated.

By adding this extra return variable to openssl_x509_parse, the
consumer of the variable is certain that the serialNumberHex that
is returned is the exact Hex Serial number as OpenSSL returns
everywhere else.

show more ...


# 899d2b21 04-Feb-2016 Jakub Zelenka

Store errors in openssl_seal and openssl_open


# ff1c97f0 03-Feb-2016 Jakub Zelenka

Store errors in openssl_sign and openssl_verify


# c26b87b8 02-Feb-2016 Jakub Zelenka

Rewrite openssl_error_string to use stored errors


# ceddf003 01-Feb-2016 Jakub Zelenka

Store errors in openssl_(public|private)_(en|de)crypt


# 33b1fbbb 01-Feb-2016 Stanislav Malyshev

Fixed bug #71475: openssl_seal() uninitialized memory usage


# 32d8cea8 31-Jan-2016 Jakub Zelenka

Store errors in OpenSSL PKCS7 functions


# 8a251a8e 31-Jan-2016 Jakub Zelenka

Store errors in openssl_pbkdf2


# 62b48928 29-Jan-2016 Jakub Zelenka

Store errors in OpenSSL PKEY functions


# 538fbcdb 29-Jan-2016 Jakub Zelenka

Store errors in OpenSSL CSR functions


# 9d640c00 27-Jan-2016 Jakub Zelenka

Store errors in OpenSSL PKCS12 functions


12345678910>>...25