GNOME Bugzilla – Bug 681149
gcr: Dump issuer and subject raw dns in frob-certificate
Last modified: 2019-02-22 11:58:59 UTC
Useful for using the DER of certificates in tests.
Created attachment 220260 [details] [review] gcr: Dump issuer and subject raw dns in frob-certificate
Comment on attachment 220260 [details] [review] gcr: Dump issuer and subject raw dns in frob-certificate Not really familiar with the code, so all I'll say is that the use of g_printerr rather than g_print seems odd. Oh, also: >+#include "egg/egg-hex.h" you may want to provide input on bug 679289
Replaced with g_print(). Pushed.