php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77244 certificates expired
Submitted: 2018-12-05 19:31 UTC Modified: 2018-12-05 19:53 UTC
From: olivier dot yiptong at gmail dot com Assigned:
Status: Duplicate Package: OpenSSL related
PHP Version: 7.2.12 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 20 = ?
Subscribe to this entry?

 
 [2018-12-05 19:31 UTC] olivier dot yiptong at gmail dot com
Description:
------------
Tests are failing because the certificates are expired:

ext/openssl/tests/bug54992.phpt
ext/openssl/tests/bug65538_001.phpt
ext/openssl/tests/bug65538_003.phpt
ext/openssl/tests/bug74159.phpt
ext/openssl/tests/capture_peer_cert_001.phpt
ext/openssl/tests/openssl_peer_fingerprint_basic.phpt
ext/openssl/tests/peer_verification.phpt
ext/openssl/tests/session_meta_capture.phpt
ext/openssl/tests/stream_crypto_flags_001.phpt
ext/openssl/tests/stream_crypto_flags_002.phpt
ext/openssl/tests/stream_crypto_flags_003.phpt
ext/openssl/tests/stream_crypto_flags_004.phpt
ext/openssl/tests/stream_verify_peer_name_002.phpt
ext/openssl/tests/stream_verify_peer_name_003.phpt

The certificates used in the tests should either be auto-generated to be expiry proof, or a certificate that expires far in the future needs to be generated.

Expected result:
----------------
the tests pass

Actual result:
--------------
the tests fail

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-12-05 19:53 UTC] petk@php.net
-Status: Open +Status: Duplicate
 [2018-12-05 19:53 UTC] petk@php.net
Closing in favor of #77245: https://bugs.php.net/bug.php?id=77245
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 16:01:30 2024 UTC