From: Christian Grothoff Date: Sun, 17 Nov 2013 14:52:53 +0000 (+0000) Subject: -use two-digit country code, as required X-Git-Tag: initial-import-from-subversion-38251~6045 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73295b8c35c0dbbc42ef76fda8179be8a88d1da1;p=oweals%2Fgnunet.git -use two-digit country code, as required --- diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 3ac87cd36..e464ffa3e 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -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,