-use two-digit country code, as required
authorChristian Grothoff <christian@grothoff.org>
Sun, 17 Nov 2013 14:52:53 +0000 (14:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 17 Nov 2013 14:52:53 +0000 (14:52 +0000)
src/gns/gnunet-gns-proxy.c

index 3ac87cd3645d8e37e0a4f441f24fd08a55c5c2f8..e464ffa3e572ea971ff9ed00f5ec83113569435e 100644 (file)
@@ -2037,7 +2037,7 @@ generate_gns_certificate (const char *name)
   GNUNET_break (GNUTLS_E_SUCCESS == gnutls_x509_crt_set_key (request, proxy_ca.key));
   pgc = GNUNET_new (struct ProxyGNSCertificate);
   gnutls_x509_crt_set_dn_by_oid (request, GNUTLS_OID_X520_COUNTRY_NAME,
-                                 0, "TNR", 2);
+                                 0, "ZZ", 2);
   gnutls_x509_crt_set_dn_by_oid (request, GNUTLS_OID_X520_ORGANIZATION_NAME,
                                  0, "GNU Name System", 4);
   gnutls_x509_crt_set_dn_by_oid (request, GNUTLS_OID_X520_COMMON_NAME,