forked from php/php-src
Commits
openssl_1_1_po…
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jul 19, 2016
Commits on Jul 17, 2016
-
-
-
-
-
Change sign method from ecdsa-with-SHA1 to SHA1
There are no message digest methods for public key (e.g. ecdsa-with-SHA1, dsa*, DSA*) MD methods in OpenSSL 1.1.
-
-
-
Hide setting server ECDH curve for OpenSSL 1.1
It seems to be done automatically
-
Do not use tmp_rsa_cb for OpenSSL 1.1
The SSL_CTX_set_tmp_rsa_callback has been removed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Merge RNG fixes RFC. PR php#1986
* rng-fixes: Fix legacy mode RAND_RANGE and 32/64-bit consistency Fix crypt salt not being converted to b64 Make mode selection part of mt_srand() Use zend_bitset Improve array_rand distribution Fix some insecure usages of php_rand Alias rand to mt_rand Fix RAND_RANGE for mt_rand Fix mt_rand impl. Provide legacy impl. access. Split rand and mt_rand into separate files
-
-
-
-
-