From 471c94094b148f93d789924da4f8e22c788497d4 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 1 Jan 2020 00:00:00 +0100 Subject: Add a signature and verification function for JWS --- po/webid-oidc.pot | 60 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 25 deletions(-) (limited to 'po/webid-oidc.pot') diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot index 606b5e0..29153a4 100644 --- a/po/webid-oidc.pot +++ b/po/webid-oidc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: webid-oidc SNAPSHOT\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-06-05 16:11+0200\n" +"POT-Creation-Date: 2021-06-05 16:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/libwebidoidc.c:10 +#: src/libwebidoidc.c:11 msgid "This is the main function." msgstr "" @@ -122,112 +122,122 @@ msgstr "" msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" -#: src/scm/webid-oidc/errors.scm:105 +#: src/scm/webid-oidc/errors.scm:115 msgid "that’s how it is" msgstr "" -#: src/scm/webid-oidc/errors.scm:110 +#: src/scm/webid-oidc/errors.scm:120 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:113 +#: src/scm/webid-oidc/errors.scm:123 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:116 +#: src/scm/webid-oidc/errors.scm:126 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" -#: src/scm/webid-oidc/errors.scm:121 +#: src/scm/webid-oidc/errors.scm:131 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:123 +#: src/scm/webid-oidc/errors.scm:133 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:128 +#: src/scm/webid-oidc/errors.scm:138 #, scheme-format msgid "the value ~s does not identify a public JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:130 +#: src/scm/webid-oidc/errors.scm:140 #, scheme-format msgid "the value ~s does not identify a public JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:135 +#: src/scm/webid-oidc/errors.scm:145 #, scheme-format msgid "the value ~s does not identify a private JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:137 +#: src/scm/webid-oidc/errors.scm:147 #, scheme-format msgid "the value ~s does not identify a private JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:142 +#: src/scm/webid-oidc/errors.scm:152 #, scheme-format msgid "the value ~s does not identify a JWKS (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:144 +#: src/scm/webid-oidc/errors.scm:154 #, scheme-format msgid "the value ~s does not identify a JWKS" msgstr "" -#: src/scm/webid-oidc/errors.scm:147 +#: src/scm/webid-oidc/errors.scm:157 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" -#: src/scm/webid-oidc/errors.scm:152 +#: src/scm/webid-oidc/errors.scm:162 msgid "that’s it" msgstr "" -#: src/scm/webid-oidc/errors.scm:156 +#: src/scm/webid-oidc/errors.scm:166 #, scheme-format msgid "~a and ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:159 +#: src/scm/webid-oidc/errors.scm:169 #, scheme-format msgid "~a, ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:163 +#: src/scm/webid-oidc/errors.scm:173 +#, scheme-format +msgid "the signature ~a does not match key ~s with payload ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:176 msgid "there is an undefined variable" msgstr "" -#: src/scm/webid-oidc/errors.scm:165 +#: src/scm/webid-oidc/errors.scm:178 #, scheme-format msgid "the origin is ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:168 +#: src/scm/webid-oidc/errors.scm:181 #, scheme-format msgid "a message is attached: ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:171 +#: src/scm/webid-oidc/errors.scm:184 #, scheme-format msgid "the values ~s are problematic" msgstr "" -#: src/scm/webid-oidc/errors.scm:174 +#: src/scm/webid-oidc/errors.scm:187 msgid "there is a kind and args" msgstr "" -#: src/scm/webid-oidc/errors.scm:176 +#: src/scm/webid-oidc/errors.scm:189 msgid "there is an assertion failure" msgstr "" -#: src/scm/webid-oidc/errors.scm:178 +#: src/scm/webid-oidc/errors.scm:191 +#, scheme-format +msgid "the program quits with code ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:194 #, scheme-format msgid "Unhandled exception type ~a." msgstr "" -- cgit v1.2.3