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
|
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
3e669bc9 |
| 06-Dec-2005 |
foobar |
MFH: nuke php3 legacy
|
Revision tags: RELEASE_2_0_2 |
|
#
d69ab24f |
| 28-Nov-2005 |
foobar |
MFH: - Fixed bug #35381 (ssl library is not initialized properly)
|
Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1 |
|
#
94770975 |
| 18-Aug-2005 |
foobar |
MFH: Nuked EOLs from error messages
|
Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
efc6ccaa |
| 30-Jun-2005 |
Wez Furlong |
Add optional parameter to openssl_pkcs7_verify() which specifies the name of a file that will be filled with the verified data, but with the signature information stripped. Patch by
Add optional parameter to openssl_pkcs7_verify() which specifies the name of a file that will be filled with the verified data, but with the signature information stripped. Patch by Marton Kenyeres, mkenyeres (at) konvergencia dot hu
show more ...
|
Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
b8ac8eec |
| 19-Apr-2005 |
foobar |
- Never use Z_TYPE* macros on non-zvals.
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
8c38ac19 |
| 15-Mar-2005 |
Ilia Alshanetsky |
Fixed possible usage of str without being initialized.
|
#
005b2d77 |
| 14-Mar-2005 |
foobar |
- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)
|
Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
c8cc96e6 |
| 27-Oct-2004 |
Wez Furlong |
Fix possible crash; patch by Kamesh Jayachandran
|
#
0a4127a6 |
| 26-Oct-2004 |
Wez Furlong |
Fix for Bug #29418 (double free when openssl_csr_new fails). Also hook up MSHUTDOWN function which appears to have never been enabled. Patch by Kamesh Jayachandran
|
Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
17c77a54 |
| 13-Sep-2004 |
Magnus M��tt� |
Add missing stream unregister for sslv2 and 3.
|
#
0bc0ccce |
| 10-Sep-2004 |
Wez Furlong |
Fix Bug #29296: add explicit sslv2 and sslv3 transports
|