efl/src/tests/ecore_con
Stefan Schmidt 84ba2e082c tests: ecore_con: renew test ssl certificate which expired in 2016
For our unit testing of ecore_con we have a sself-signed certificate for
localhost to do some of the tests. It expired in 2016 and this was not
really a problem so far. Starting from Debian 10 and Ubuntu 20.04 this
resulted in failures thought. Either the newer openssl version is more
strict or the config for Debian and Ubuntu is.

Anyway, time to generate a new one. Its valied until Sep 23 12:33:13
2024 GMT and I used the follwoing commands to generate the cert/key and
the second command to rmeove the key passphrase.

openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.pem -days 1600 -subj '/CN=127.0.0.1'
openssl rsa -in server.key -out server2.key

Someone has to do this again in 4 years. if we stillhave this code
around.
2020-05-11 12:44:22 +02:00
..
ecore_con_suite.c ecore_con: fix multi shutdown excessive warning by initializing ecore independently. 2018-12-06 09:29:28 +01:00
ecore_con_suite.h tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
ecore_con_test_ecore_con.c tests: resolve float comparison warnings 2020-05-09 09:26:41 +01:00
ecore_con_test_ecore_con_eet.c ecore: move close_on_destructor to close_on_invalidate as that describe the behavior best. 2018-05-01 10:39:01 -07:00
ecore_con_test_ecore_con_url.c tests/ecore_con: clarify pointer usage in ecore_con_url tests 2019-10-18 13:29:57 -04:00
ecore_con_test_efl_net_ip_address.c remove last bits of Evil.h in tests and use evil_private.h instead 2019-06-24 09:01:25 -04:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00
server.key tests: ecore_con: renew test ssl certificate which expired in 2016 2020-05-11 12:44:22 +02:00
server.pem tests: ecore_con: renew test ssl certificate which expired in 2016 2020-05-11 12:44:22 +02:00