From 6d70723f85635b23aa8b52bb5adfb3140d9029bd Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 17 Sep 2021 18:07:19 +0200 Subject: JWK: add an explicit value for kty in the JSON representation --- po/disfluid.pot | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'po/disfluid.pot') diff --git a/po/disfluid.pot b/po/disfluid.pot index d9126b9..e933d84 100644 --- a/po/disfluid.pot +++ b/po/disfluid.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: disfluid SNAPSHOT\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-09-17 14:13+0200\n" +"POT-Creation-Date: 2021-09-17 18:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1040,54 +1040,59 @@ msgstr "" msgid "a replay has been detected with JTI ~s" msgstr "" -#: src/scm/webid-oidc/jwk.scm:141 +#: src/scm/webid-oidc/jwk.scm:143 msgid "the point and scalar are not on the same curve" msgstr "" -#: src/scm/webid-oidc/jwk.scm:236 +#: src/scm/webid-oidc/jwk.scm:238 #, scheme-format msgid "the JWK is invalid: ~a" msgstr "" -#: src/scm/webid-oidc/jwk.scm:238 +#: src/scm/webid-oidc/jwk.scm:240 msgid "the JWK is invalid" msgstr "" -#: src/scm/webid-oidc/jwk.scm:247 +#: src/scm/webid-oidc/jwk.scm:249 msgid "cannot compute the key type" msgstr "" -#: src/scm/webid-oidc/jwk.scm:284 +#: src/scm/webid-oidc/jwk.scm:308 msgid "it is built as an RSA key or key pair, but it is not" msgstr "" -#: src/scm/webid-oidc/jwk.scm:292 +#: src/scm/webid-oidc/jwk.scm:316 msgid "it is built as an elliptic curve key or key pair, but it is not" msgstr "" -#: src/scm/webid-oidc/jwk.scm:365 +#: src/scm/webid-oidc/jwk.scm:357 +#, scheme-format +msgid "the key advertises a key type of ~s, but actually it is ~s" +msgstr "" + +#: src/scm/webid-oidc/jwk.scm:396 msgid "this is neither a RSA key nor an elliptic curve key" msgstr "" -#: src/scm/webid-oidc/jwk.scm:402 +#: src/scm/webid-oidc/jwk.scm:433 #, scheme-format msgid "cannot fetch a JWKS: ~a" msgstr "" -#: src/scm/webid-oidc/jwk.scm:404 +#: src/scm/webid-oidc/jwk.scm:435 msgid "cannot fetch a JWKS" msgstr "" -#: src/scm/webid-oidc/jwk.scm:408 +#: src/scm/webid-oidc/jwk.scm:439 #, scheme-format msgid "the request failed with ~s ~s" msgstr "" -#: src/scm/webid-oidc/jwk.scm:413 +#: src/scm/webid-oidc/jwk.scm:444 msgid "missing content-type" msgstr "" -#: src/scm/webid-oidc/jwk.scm:418 +#: src/scm/webid-oidc/jwk.scm:449 #, scheme-format msgid "invalid content-type: ~s" msgstr "" -- cgit v1.2.3