Activity log for bug #1356781

Date Who What changed Old value New value Message
2014-08-14 09:13:47 Pupu Toivonen bug added bug
2014-08-14 09:39:44 Pupu Toivonen description The test suite for libcore includes tests on certificates. To accommodate these tests the certificate file test/libcore/test_cert.pem is stored with the source code. The expiration of this certificate causes the associated tests, and hence hipl packaging scripts to fail. I generated a new certificate that will expire on August 14. 2024. Generating a short term disposable certificate as part of the test scripts would be a more permanent fix. The test suite for libcore includes tests on certificates. To accommodate these tests the certificate file test/libcore/test_cert.pem is stored with the source code. The expiration of this certificate causes the associated tests, and hence hipl packaging scripts to fail. I generated a new certificate that will expire on August 14. 2024. Generating a short term disposable certificate as part of the test scripts would be a more permanent fix. Generating a certificate: $ openssl req -x509 -nodes -days 3653 -newkey rsa:1024 -keyout test/libcore/test_key.pem -out test/libcore/test_cert.pem Checking the certificate: $ openssl x509 -in test/libcore/test_cert.pem -text