History log of /PHP-5.5/ext/openssl/openssl.c (Results 176 – 200 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0, php-5.2.0RC6
# 268984b4 15-Oct-2006 Antony Dovgal

fix compile warning


# fa8f1151 09-Oct-2006 Pierre Joye

- fix possible segfault (see test 004) always exists and returns NULL on
error


Revision tags: php-5.2.0RC5
# e197ecd1 16-Sep-2006 Nuno Lopes

fix mem leak. hash keys dont need to be strdup'ed


Revision tags: php-5.2.0RC4
# 1a6cd516 12-Sep-2006 Antony Dovgal

remove a leftover


# 5c6f4383 08-Sep-2006 Antony Dovgal

implement feature request #38731 (openssl_pkey_new does not support DSA key generation)
patch by marci at balabit dot hu


# 7f2cf9b3 07-Sep-2006 Ilia Alshanetsky

Fixed memory leaks in openssl test #004


# 52d0f82d 05-Sep-2006 Antony Dovgal

MFH: init variables


# 532f577f 03-Sep-2006 Pierre Joye

- add OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER constants
- skip tests if openssl version < 0.9.7j (known to work)


Revision tags: php-5.2.0RC3
# fb21b5d0 31-Aug-2006 Antony Dovgal

MFH: fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types


# 1dd6ee3f 30-Aug-2006 Antony Dovgal

fix segfault/leak, add test


# 1f138e7e 30-Aug-2006 Antony Dovgal

MFH: fix segfault in openssl_seal(), add test


Revision tags: php-5.1.6
# efbb2a48 18-Aug-2006 Antony Dovgal

fix #38486 (openssl extension does not build correctly)


Revision tags: php-5.2.0RC2
# 8dc61360 15-Aug-2006 Pierre Joye

- add openssl_csr_get_subject() and openssl_csr_get_public_key()


Revision tags: php-5.1.5, php-4.4.4
# 9a79a2f3 15-Aug-2006 Pierre Joye

- add OPENSSL_KEYTYPE_EC constant
- openssl_pkey_get_details(), returns the key details


Revision tags: php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# 610b6330 31-Jul-2006 Ilia Alshanetsky

Fixed compiler warning.


# 3786f956 31-Jul-2006 Pierre Joye

- #36732, add req_extensions support to openssl_csr_new and _sign
(ben at psc dot edu)
- fix leaks in openssl_csr_new and sign


# 769174c2 30-Jul-2006 Pierre Joye

- #28382, add support for x509 extensions


# 5def392c 30-Jul-2006 Pierre Joye

- 38261: openssl_x509_parse leaks with invalid certs


# 509761f9 30-Jul-2006 Pierre Joye

- silent compiler warnings (signess)


# 3a75600d 29-Jul-2006 Pierre Joye

- MFH: make the test more obvious and add an explanation


# 3fe91ed8 29-Jul-2006 Pierre Joye

- vi happiness++


# 47db124c 29-Jul-2006 Pierre Joye

- #38255, fails on array as well


# 46b3f378 29-Jul-2006 Pierre Joye

- fix leak when the key is not a valid key (like false or an array)


Revision tags: php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3
# 8f872351 30-Apr-2006 Wez Furlong

Add two new context options for ssl:

"capture_peer_cert" and "capture_peer_cert_chain"

If true, the peer certificate and peer certificate chain respectively will be
captured and

Add two new context options for ssl:

"capture_peer_cert" and "capture_peer_cert_chain"

If true, the peer certificate and peer certificate chain respectively will be
captured and made available in the ssl context variables "peer_certificate" and
"peer_certificate_chain" respectively. The certificates are exposed as x509
certificate resources and can be inspected using the existing openssl extension
functions.

This allows applications to perform extended validation.

show more ...


Revision tags: php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


12345678910>>...13