efl/src
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
..
benchmarks Fix build with gcc 10 (which has -fno-common enabled by default). 2020-01-31 14:31:57 +01:00
bin bin/elm: resolve float compare warnings 2020-05-09 09:26:41 +01:00
bindings C#: Update C# code-generation to use a new ICustomMarshaler in some string usages that were leaking 2020-03-23 14:18:16 -03:00
edje_external elm: resolve float comparison warnings 2020-05-09 09:26:42 +01:00
examples ecore - examples - fix gnutls fd handler example warnings 2020-04-17 12:28:35 +01:00
generic remove vlc, gst-0.10, xine deps, modules as they are broken 2020-03-08 12:36:01 +00:00
lib evas + gl - fix callback-to-app-changes-state issue with pixel data 2020-05-09 14:06:19 +01:00
modules evas: use SEQUENTIAL for decoding png file 2020-05-07 08:57:18 +01:00
scripts scripts - eina - remove eina-bench-cmp as its disbaled from install 2020-01-06 16:36:31 +00:00
static_libs canvas svg: fix memory leak. 2020-04-17 18:16:03 +09:00
tests tests: ecore_con: renew test ssl certificate which expired in 2016 2020-05-11 12:44:22 +02:00
wayland_protocol