aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
commitc9562b8cf7a29f4ec2457cb9d9d4530c24225da1 (patch)
treefb7d0296af5537ddda7e772a46e959c8ed64fbac /src/reclaim/oidc_helper.c
parent9173da4f8c1f4b50ccd9d61f6fa138904740ecfa (diff)
parentd748b0c920b0581ca65962f34d1f2e94c9a89926 (diff)
downloadgnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.tar.gz
gnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.zip
-fix conflict
Diffstat (limited to 'src/reclaim/oidc_helper.c')
-rw-r--r--src/reclaim/oidc_helper.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 11963c345..90c33375f 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -423,17 +423,6 @@ generate_id_token_body (const struct GNUNET_IDENTITY_PublicKey *aud_key,
423} 423}
424 424
425 425
426/**
427 * Create a JWT using RSA256 algorithm from attributes
428 *
429 * @param aud_key the public of the audience
430 * @param sub_key the public key of the subject
431 * @param attrs the attribute list
432 * @param presentations credential presentation list (may be empty)
433 * @param expiration_time the validity of the token
434 * @param secret_rsa_key the key used to sign the JWT
435 * @return a new base64-encoded JWT string.
436 */
437char * 426char *
438OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key, 427OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key,
439 const struct GNUNET_IDENTITY_PublicKey *sub_key, 428 const struct GNUNET_IDENTITY_PublicKey *sub_key,