GNOME Bugzilla – Bug 733365
glib-networking: script to re-generate certificate test files
Last modified: 2014-07-21 16:11:04 UTC
Unfortunately, the CA private key used to generate all test certificates is not found. This means that it's not possible to generate newer certificates from the same CA. This is very inconvenient to be able to add new test cases.
Created attachment 281105 [details] [review] scritp to create new test certificates and create new ones From the commit log: Added a create-files.sh script under tls/tests/files that re-generates all test certificates in the case that it's needed. It will also print instructions about a few manual changes that need to be made. This patch also creates new certificates with a new CA. The new CA private key is also being committed so it's not lost. Let me know if this is OK, and I'll push it.
Looks good. I pushed it myself to make sure it gets into tonight's release.