Regenerate certificates with longer expiration time
commitc30d74deeb8558d65e7f6e084850904a3a0a8924
authorPetr Písař <petr.pisar@atlas.cz>
Sat, 5 Sep 2015 16:07:24 +0000 (5 18:07 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Sat, 5 Sep 2015 17:00:26 +0000 (5 19:00 +0200)
tree87b40d292ba89882779a019cee4b2a93b99a7d30
parent52925f4e4a503c8149f33cb81c1ba5a7449b8177
Regenerate certificates with longer expiration time

Certificates in server/tls directory are used when running simline tests.
The certificates expired at the end of August 2015, therefore
certificate_user_password_authentication test unit failed.

This fixes the tests by providing new certificates that are valid for next
50 years.

In the future, we will probably generate the certificates on the fly. This is
only a hotfix.

The new certificates have reversed order of fields in the distinguished names
(because GnuTLS' certtool does so and I'm lazy to generate them again).
Therefore the distinguished name of the client was adjusted in the test.
TODO
server/tls/ca.cert
server/tls/client.cert
server/tls/client.p12
server/tls/client_nss/cert8.db
server/tls/client_nss/key3.db
server/tls/client_nss/secmod.db
server/tls/server.cert
test/simline/certificate_user_password_authentication.c