From:             gm dot outside+php at gmail dot com
Operating system: Linux
PHP version:      5.6.1
Package:          Testing related
Bug Type:         Bug
Bug description:The provided self-signed certificate for testing bug #65729 has 
expired

Description:
------------
One of the tests for the ext/openssl extension (the test is for bug
#65729) uses a self-signed certificate.  That certificate was generated
with the OpenSSL default validity period of 365 days and is now
expired:
===
/php-5.6.1/ext/openssl/tests $ openssl x509 -text < bug65729.pem | fgrep
Issuer -A 4
        Issuer: C=SG, ST=Testville, O=datibbaw, CN=*.test.com
        Validity
            Not Before: Sep 21 07:52:24 2013 GMT
            Not After : Sep 21 07:52:24 2014 GMT
        Subject: C=SG, ST=Testville, O=datibbaw, CN=*.test.com
===

This renders the corresponding test useless since the validation of the
certificate fails due to certificate's expiration.

Since it's a dummy self-signed certificate it would be advisable to set
the validity period much much greater, say ten or 25 years.

Right now, PHP 5.6.1 cannot possibly pass its test suite until the
certificate is regenerated.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=68234&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=68234&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=68234&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=68234&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=68234&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=68234&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=68234&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=68234&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=68234&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=68234&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=68234&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=68234&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=68234&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=68234&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=68234&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=68234&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=68234&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=68234&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=68234&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=68234&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=68234&r=mysqlcfg


-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to