After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733365 - glib-networking: script to re-generate certificate test files
glib-networking: script to re-generate certificate test files
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-07-18 15:21 UTC by Aleix Conchillo Flaqué
Modified: 2014-07-21 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
scritp to create new test certificates and create new ones (51.42 KB, patch)
2014-07-18 15:28 UTC, Aleix Conchillo Flaqué
committed Details | Review

Description Aleix Conchillo Flaqué 2014-07-18 15:21:41 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.
Comment 1 Aleix Conchillo Flaqué 2014-07-18 15:28:42 UTC
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.
Comment 2 Dan Winship 2014-07-21 16:11:00 UTC
Looks good. I pushed it myself to make sure it gets into tonight's release.