History log of /PHP-8.0/ext/openssl/openssl.c (Results 201 – 225 of 680)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# f9f9ef2c 26-Jan-2016 Jakub Zelenka

Store errors in openssl_x509_checkpurpose


# a63d0f55 25-Jan-2016 Jakub Zelenka

Fix memory leak with not freeing OpenSSL errors


# 0e2a5cdc 22-Jan-2016 Jakub Zelenka

Store main errors in openssl_x509_parse


# 116d64ff 21-Jan-2016 Jakub Zelenka

Store errors in openssl_x509_fingerprint


# 555126e9 20-Jan-2016 Jakub Zelenka

Store errors in openssl_x509_export


# 63f8ef6e 19-Jan-2016 Jakub Zelenka

Store errors in OpenSSL SPKI functions


# b5c990c3 10-Jan-2016 Jakub Zelenka

Store errors for some OpenSSL RAND handling


# fb3a7e0e 10-Jan-2016 Jakub Zelenka

Add error storing to the OpenSSL CONF part


12345678910>>...28