summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* fix #38486 (openssl extension does not build correctly)Antony Dovgal2006-08-181-0/+6
* - add openssl_csr_get_subject() and openssl_csr_get_public_key()Pierre Joye2006-08-151-6/+67
* - add OPENSSL_KEYTYPE_EC constantPierre Joye2006-08-151-1/+64
* Fixed compiler warning.Ilia Alshanetsky2006-07-311-2/+2
* - #36732, add req_extensions support to openssl_csr_new and _signPierre Joye2006-07-311-19/+20
* - #28382, add support for x509 extensionsPierre Joye2006-07-301-0/+15
* - 38261: openssl_x509_parse leaks with invalid certsPierre Joye2006-07-301-0/+5
* - silent compiler warnings (signess)Pierre Joye2006-07-301-25/+25
* - MFH: make the test more obvious and add an explanationPierre Joye2006-07-291-2/+4
* - vi happiness++Pierre Joye2006-07-291-17/+31
* - #38255, fails on array as wellPierre Joye2006-07-291-1/+2
* - fix leak when the key is not a valid key (like false or an array)Pierre Joye2006-07-291-22/+44
* Add two new context options for ssl:Wez Furlong2006-04-301-0/+5
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: - Fixed bug #35381 (ssl library is not initialized properly)foobar2005-11-281-0/+1
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Add optional parameter to openssl_pkcs7_verify() which specifies the nameWez Furlong2005-06-301-6/+20
* - Never use Z_TYPE* macros on non-zvals.foobar2005-04-191-4/+4
* Fixed possible usage of str without being initialized.Ilia Alshanetsky2005-03-151-1/+3
* - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)foobar2005-03-141-8/+33
* Fix possible crash; patch by Kamesh JayachandranWez Furlong2004-10-271-0/+1
* Fix for Bug #29418 (double free when openssl_csr_new fails).Wez Furlong2004-10-261-1/+7
* Add missing stream unregister for sslv2 and 3.Magnus M��tt�2004-09-131-0/+2
* Fix Bug #29296: add explicit sslv2 and sslv3 transportsWez Furlong2004-09-101-0/+2
* Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn'tWez Furlong2004-04-211-0/+7
* Fixed compiler warnings.Ilia Alshanetsky2004-03-291-1/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed uninitialized usage of mdtype when unknown signature algorithm isIlia Alshanetsky2003-12-211-4/+8
* Port liveness and SSL CA validation from 4.3 branch.Wez Furlong2003-11-271-0/+222
* Fix unintialized variable.Wez Furlong2003-10-131-1/+1
* Fixed typo.foobar2003-09-231-1/+1
* MFB 25614 "fix"Wez Furlong2003-09-231-4/+13
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Use new infrastructure.Zeev Suraski2003-08-031-14/+16
* Allow setting of the serial number.Stefan Roehrich2003-07-131-4/+4
* Fixed certificate version (counting begins with 0, so 2 means version 3).Stefan Roehrich2003-07-131-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFBIlia Alshanetsky2003-06-081-6/+6
* emalloc -> safe_emallocIlia Alshanetsky2003-04-281-4/+4
* Fix const warningWez Furlong2003-03-311-1/+1
* - Typo and some whitespaceDerick Rethans2003-03-301-52/+53
* - Added optional parameter to openssl_sign() to specify the hashingDerick Rethans2003-03-301-2/+29
* fix protoWez Furlong2003-03-151-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-27/+28
* Fixed compiler warnings.Ilia Alshanetsky2003-02-281-3/+3
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-271-0/+7
* Another big commit (tm).Wez Furlong2003-02-271-0/+14