summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-10-17 13:39:57 -0400
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-21 12:59:19 +0200
commit6e403662fa100fec9c159e4c3c620f77cd783f61 (patch)
treebd892bae615ec1b51b947144dcfecbadb90a9469
parent75cb5d1e0805f00a03bc0d5f185fa8467a10af4b (diff)
downloadgnutls-6e403662fa100fec9c159e4c3c620f77cd783f61.tar.gz
Normalize capitalization from "Public Key Id" to "Public Key ID"
The GnuTLS codebase produced the string "Public Key Id" in some places (e.g. in the output of "certtool -i"), and "Public Key ID" in other places (e.g. in the output of "certtool -k"). This changeset standardizes on "Public Key ID", making the output consistent across uses. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/x509/output.c4
-rw-r--r--po/cs.po.in2
-rw-r--r--po/de.po.in2
-rw-r--r--po/eo.po.in2
-rw-r--r--po/fi.po.in2
-rw-r--r--po/fr.po.in2
-rw-r--r--po/it.po.in2
-rw-r--r--po/ms.po.in2
-rw-r--r--po/nl.po.in2
-rw-r--r--po/pl.po.in2
-rw-r--r--po/sv.po.in2
-rw-r--r--po/uk.po.in2
-rw-r--r--po/vi.po.in2
-rw-r--r--po/zh_CN.po.in2
-rw-r--r--tests/cert-tests/aki-cert.pem2
-rw-r--r--tests/cert-tests/bmpstring.pem2
-rw-r--r--tests/cert-tests/ca-no-pathlen.pem2
-rw-r--r--tests/cert-tests/complex-cert.pem2
-rw-r--r--tests/cert-tests/no-ca-or-pathlen.pem2
-rw-r--r--tests/hostname-check.c18
20 files changed, 29 insertions, 29 deletions
diff --git a/lib/x509/output.c b/lib/x509/output.c
index 530984c12f..22cf6b02c1 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -1608,7 +1608,7 @@ print_keyid (gnutls_buffer_st * str, gnutls_x509_crt_t cert)
return;
}
- adds (str, _("\tPublic Key Id:\n\t\t"));
+ adds (str, _("\tPublic Key ID:\n\t\t"));
_gnutls_buffer_hexprint (str, buffer, size);
adds (str, "\n");
@@ -2447,7 +2447,7 @@ print_crq_other (gnutls_buffer_st * str, gnutls_x509_crq_t crq)
return;
}
- adds (str, _("\tPublic Key Id:\n\t\t"));
+ adds (str, _("\tPublic Key ID:\n\t\t"));
_gnutls_buffer_hexprint (str, buffer, size);
adds (str, "\n");
diff --git a/po/cs.po.in b/po/cs.po.in
index bcf1de40aa..1337bd5199 100644
--- a/po/cs.po.in
+++ b/po/cs.po.in
@@ -1365,7 +1365,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tID veřejného klíče:\n"
diff --git a/po/de.po.in b/po/de.po.in
index 7604d95b83..efdbc9de6a 100644
--- a/po/de.po.in
+++ b/po/de.po.in
@@ -1358,7 +1358,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tKennung des öffentlichen Schlüssels:\n"
diff --git a/po/eo.po.in b/po/eo.po.in
index 5a38df96b2..7082177ebc 100644
--- a/po/eo.po.in
+++ b/po/eo.po.in
@@ -1351,7 +1351,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tPublik-ŝlosila Id:\n"
diff --git a/po/fi.po.in b/po/fi.po.in
index 944a6a4a8b..152391e0e4 100644
--- a/po/fi.po.in
+++ b/po/fi.po.in
@@ -1352,7 +1352,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tJulkisen avaimen tunniste:\n"
diff --git a/po/fr.po.in b/po/fr.po.in
index 7fa9ccac2a..7b51f8235d 100644
--- a/po/fr.po.in
+++ b/po/fr.po.in
@@ -866,7 +866,7 @@ msgstr ""
#: x509/output.c:1188 x509/output.c:1956
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tId de clef publique:\n"
diff --git a/po/it.po.in b/po/it.po.in
index 4914a443b9..1091c3d001 100644
--- a/po/it.po.in
+++ b/po/it.po.in
@@ -1354,7 +1354,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tId della chiave pubblica:\n"
diff --git a/po/ms.po.in b/po/ms.po.in
index 4260eb4927..08aea54b8c 100644
--- a/po/ms.po.in
+++ b/po/ms.po.in
@@ -824,7 +824,7 @@ msgstr ""
#: lib/x509/output.c:985
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tId Kekunci Awam:\n"
diff --git a/po/nl.po.in b/po/nl.po.in
index 5d0d1e1f37..5ab868d77b 100644
--- a/po/nl.po.in
+++ b/po/nl.po.in
@@ -1356,7 +1356,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tID van publieke sleutel:\n"
diff --git a/po/pl.po.in b/po/pl.po.in
index ec5fb5eae0..2c3540d5d3 100644
--- a/po/pl.po.in
+++ b/po/pl.po.in
@@ -1351,7 +1351,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tIdentyfikator klucza publicznego:\n"
diff --git a/po/sv.po.in b/po/sv.po.in
index 27858f9f14..767242df79 100644
--- a/po/sv.po.in
+++ b/po/sv.po.in
@@ -1241,7 +1241,7 @@ msgstr ""
#: lib/x509/output.c:1385 lib/x509/output.c:2248
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tPublik nyckel-identitet:\n"
diff --git a/po/uk.po.in b/po/uk.po.in
index 5310bf4d54..a5e9a66bd2 100644
--- a/po/uk.po.in
+++ b/po/uk.po.in
@@ -1354,7 +1354,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tІдент. відкритого ключа:\n"
diff --git a/po/vi.po.in b/po/vi.po.in
index e36885619b..2286184c8c 100644
--- a/po/vi.po.in
+++ b/po/vi.po.in
@@ -1355,7 +1355,7 @@ msgstr ""
#: lib/x509/output.c:1611 lib/x509/output.c:2450
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\tMã số Khoá Công:\n"
diff --git a/po/zh_CN.po.in b/po/zh_CN.po.in
index 6505039dc8..85d54dd85f 100644
--- a/po/zh_CN.po.in
+++ b/po/zh_CN.po.in
@@ -857,7 +857,7 @@ msgstr ""
#: x509/output.c:1156 x509/output.c:1924
msgid ""
-"\tPublic Key Id:\n"
+"\tPublic Key ID:\n"
"\t\t"
msgstr ""
"\t公钥 Id:\n"
diff --git a/tests/cert-tests/aki-cert.pem b/tests/cert-tests/aki-cert.pem
index c12d0bed3e..69f7c27bb8 100644
--- a/tests/cert-tests/aki-cert.pem
+++ b/tests/cert-tests/aki-cert.pem
@@ -67,7 +67,7 @@ X.509 Certificate Information:
Other Information:
SHA-1 fingerprint:
62f3c89771da4ce01a91fc13e02b6057b4547a1d
- Public Key Id:
+ Public Key ID:
df622ed0fe6a65a8df5b62840c826ac5b372235f
Public key's random art:
+--[ RSA 2048]----+
diff --git a/tests/cert-tests/bmpstring.pem b/tests/cert-tests/bmpstring.pem
index 0bd2548edf..e44db84f09 100644
--- a/tests/cert-tests/bmpstring.pem
+++ b/tests/cert-tests/bmpstring.pem
@@ -101,7 +101,7 @@ X.509 Certificate Information:
Other Information:
SHA-1 fingerprint:
8b730ffbd11677aaaf8600b893927d9e402c3f2d
- Public Key Id:
+ Public Key ID:
3c7fd9a47b17ed6f81ce80c326d147fd3b991444
Public key's random art:
+--[ RSA 4096]----+
diff --git a/tests/cert-tests/ca-no-pathlen.pem b/tests/cert-tests/ca-no-pathlen.pem
index 66b1c4a146..e3cfbb3792 100644
--- a/tests/cert-tests/ca-no-pathlen.pem
+++ b/tests/cert-tests/ca-no-pathlen.pem
@@ -30,7 +30,7 @@ X.509 Certificate Information:
Other Information:
SHA-1 fingerprint:
f3ddd5478b80b142200b50c9eb2ee37061b09ed6
- Public Key Id:
+ Public Key ID:
f268df0e814c0302ed338e146f57421dba44f06c
Public key's random art:
+--[ RSA 512]----+
diff --git a/tests/cert-tests/complex-cert.pem b/tests/cert-tests/complex-cert.pem
index abac197715..0c537a6bc7 100644
--- a/tests/cert-tests/complex-cert.pem
+++ b/tests/cert-tests/complex-cert.pem
@@ -62,7 +62,7 @@ X.509 Certificate Information:
Other Information:
SHA-1 fingerprint:
5bf859ec9395b73f5ed5adfdfaa9c1add2ec23ff
- Public Key Id:
+ Public Key ID:
1f1df37c58ffae0157ffccd8aae234092017a090
Public key's random art:
+--[ RSA 2432]----+
diff --git a/tests/cert-tests/no-ca-or-pathlen.pem b/tests/cert-tests/no-ca-or-pathlen.pem
index a255e077ad..312e3d7df8 100644
--- a/tests/cert-tests/no-ca-or-pathlen.pem
+++ b/tests/cert-tests/no-ca-or-pathlen.pem
@@ -48,7 +48,7 @@ warning: signed using a broken signature algorithm that can be forged.
Other Information:
SHA-1 fingerprint:
8f735c5ddefd723f59b6a3bb2ac0522470c0182f
- Public Key Id:
+ Public Key ID:
1e09d707d4e3651b84dcb6c68a828d2affef7ec3
Public key's random art:
+--[ RSA 1024]----+
diff --git a/tests/hostname-check.c b/tests/hostname-check.c
index a9c421b855..2dd31da3f0 100644
--- a/tests/hostname-check.c
+++ b/tests/hostname-check.c
@@ -81,7 +81,7 @@ char pem1[] =
" fd845ded8c28ba5e78d6c1844ceafd24\n"
" SHA-1 fingerprint:\n"
" 0bae431dda3cae76012b82276e4cd92ad7961798\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" e93c1cfbad926ee606a4562ca2e1c05327c8f295\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -139,7 +139,7 @@ char pem2[] =
" 30cda7de4f0360892547974f45111ac1\n"
" SHA-1 fingerprint:\n"
" 39e3f8fec6a8d842390b6536998a957c1a6b7322\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" e93c1cfbad926ee606a4562ca2e1c05327c8f295\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -201,7 +201,7 @@ char pem3[] =
" df3f57d00c8149bd826b177d6ea4f369\n"
" SHA-1 fingerprint:\n"
" e95e56e2acac305f72ea6f698c11624663a595bd\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" e93c1cfbad926ee606a4562ca2e1c05327c8f295\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -264,7 +264,7 @@ char pem4[] =
" a411da7b0fa064d214116d5f94e06c24\n"
" SHA-1 fingerprint:\n"
" 3596e796c73ed096d762ab3d440a9ab55a386b3b\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" e93c1cfbad926ee606a4562ca2e1c05327c8f295\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -311,7 +311,7 @@ char pem6[] =
" Subject Key Identifier (not critical):\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"Other Information:\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -359,7 +359,7 @@ char pem7[] =
" Subject Key Identifier (not critical):\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"Other Information:\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -407,7 +407,7 @@ char pem8[] =
" Subject Key Identifier (not critical):\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"Other Information:\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" 5493e6599b283b4529378818aef9a4abbf4d9918\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -470,7 +470,7 @@ char pem9[] =
" f27b18092c7497f206e70f504eee0f8e\n"
" SHA-1 fingerprint:\n"
" bebdac9d0dd54e8f044642e0f065fae5d75ca6e5\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" 4cb90a9bfa1d34e37edecbd20715fea1dacb6891\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"
@@ -549,7 +549,7 @@ char pem10[] =
" 0b4d6d944200cdd1639008b24dc0fe0a\n"
" SHA-1 fingerprint:\n"
" ce85660f5451b0cc12f525577f0eb9411a20c76b\n"
- " Public Key Id:\n"
+ " Public Key ID:\n"
" a1d18c15e65c7c4935512eeea7ca5d3e6baad4e1\n"
"\n"
"-----BEGIN CERTIFICATE-----\n"