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


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2
# e9920ede 21-Apr-2004 Wez Furlong

Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
enable SSL on the accepted socket.

- Add cipher list context option
- Add helpful hint about why SSL server so

Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
enable SSL on the accepted socket.

- Add cipher list context option
- Add helpful hint about why SSL server socket fails with mysterious
error (eg: you need an SSL certificate for most ciphers).

show more ...


Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 0d0fffe9 29-Mar-2004 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3
# cba426ca 21-Dec-2003 Ilia Alshanetsky

Fixed uninitialized usage of mdtype when unknown signature algorithm is
found.


Revision tags: php-5.0.0b3RC2, php-5.0.0b3RC1
# eaf0942c 27-Nov-2003 Wez Furlong

Port liveness and SSL CA validation from 4.3 branch.
Make stream_select() work on ssl-enabled sockets again.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 42ae98d7 13-Oct-2003 Wez Furlong

Fix unintialized variable.
Patch by Joe Orton.


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 08effa1b 23-Sep-2003 foobar

Fixed typo.


# fce7b928 23-Sep-2003 Wez Furlong

MFB 25614 "fix"


Revision tags: RELEASE_0_7
# 9c82b1fa 31-Aug-2003 Ilia Alshanetsky

Fixed compiler warnings.


# 8767205a 31-Aug-2003 Zeev Suraski

Fix Win32 linkage problems


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# 750635d1 13-Jul-2003 Stefan Roehrich

Allow setting of the serial number.


# 80ee75f1 13-Jul-2003 Stefan Roehrich

Fixed certificate version (counting begins with 0, so 2 means version 3).


12345678910>>...13