summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:24 +0200
commit6202ffc3fa4ffd0ab4f62535a0526792571f76e7 (patch)
tree3a08b46f05339658544411bbd92ef93642c364f0 /doc
parentb421139970323462df02c52bccfc960558d4c10f (diff)
Add a signature and verification function for JWS
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index 46ca253..a435c33 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -167,6 +167,10 @@ The identifier @var{crv} does not identify an elliptic curve.
@var{value} does not identify a valid hash algorithm.
@end deftp
+@deftp {exception type} &invalid-signature @var{key} @var{payload} @var{signature}
+@var{key} has not signed @var{payload} with @var{signature}.
+@end deftp
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License