History log of /PHP-8.0/ext/openssl/openssl.c (Results 176 – 200 of 680)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f1de7229 03-Mar-2016 Jakub Zelenka

Use opaque EVP_PKEY in php_openssl_is_private_key


# 0598a8da 02-Mar-2016 Jakub Zelenka

Do not use X509 props directly in openssl_x509_parse


# e138b51d 01-Mar-2016 Jakub Zelenka

Do not use X509_EXTENSION data directly as it is opaque


# 84a291d4 29-Feb-2016 Jakub Zelenka

Wrap pkey id and rsa getters


# fd9142a6 29-Feb-2016 Jakub Zelenka

Use opaque md ctx in openssl_sign and openssl_verify


# b8164673 29-Feb-2016 Jakub Zelenka

Use opaque cipher ctx in openssl_seal and openssl_open


# 3a8531e7 28-Feb-2016 Jakub Zelenka

Use opaque EVP_MD_CTX in openssl_digest


# 5f569cc0 29-Jun-2016 Jakub Zelenka

Bump minimal OpenSSL version to 1.0.1


# 642aee1d 17-Mar-2016 Remi Collet

Cleanup all SSLv2 code, whatever OpenSSL version is


# 0cfb4765 28-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 85e985f1 27-Jun-2016 David Carlier

couple of resource leaks fixes and use after free's


# e8a09ddc 26-Jun-2016 Jakub Zelenka

Improve openssl ecc keypair support implementation


# 9688138d 15-Jun-2016 Dominic Luechinger

Adds initial support to generate and work with ECC public key pair

New features:
- openssl_get_curve_names => list ECC curve names
- generate a ECC public key pair
- generate an

Adds initial support to generate and work with ECC public key pair

New features:
- openssl_get_curve_names => list ECC curve names
- generate a ECC public key pair
- generate an CSR with an ECC key
- export x,y,d params of ECC public/private key

Thanks to @bukka for the review and feedback

show more ...


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


# 771e5cc2 11-Jun-2016 Aaron Piotrowski

Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error


# 0e2447cd 12-Jun-2016 Jakub Zelenka

Fix bug #71915 (openssl_random_pseudo_bytes is not fork-safe)

Add time to the entropy before using RAND_bytes


# 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


12345678910>>...28