From 49e6a66178ac69446e1c7ee3f27b478c6e070e11 Mon Sep 17 00:00:00 2001 From: "A.G.J. Cate" Date: Fri, 27 Sep 2024 13:05:26 +0200 Subject: [PATCH] chore: merge fix --- packages/sd-jwt/src/action-handler.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sd-jwt/src/action-handler.ts b/packages/sd-jwt/src/action-handler.ts index 0427bde06..1f7b182db 100644 --- a/packages/sd-jwt/src/action-handler.ts +++ b/packages/sd-jwt/src/action-handler.ts @@ -9,7 +9,6 @@ import Debug from 'debug' import { defaultGenerateDigest, defaultGenerateSalt, defaultVerifySignature } from './defaultCallbacks' import { sphereonCA } from './trustAnchors' import { SdJwtVerifySignature, SignKeyArgs, SignKeyResult } from './index' -import { sphereonCA, funkeTestCA } from './trustAnchors' import { Claims, ICreateSdJwtPresentationArgs, @@ -264,7 +263,6 @@ export class SDJwtPlugin implements IAgentPlugin { const trustAnchors = new Set([...this.trustAnchorsInPEM]) if (trustAnchors.size === 0) { trustAnchors.add(sphereonCA) - trustAnchors.add(funkeTestCA) } const certificateValidationResult = await context.agent.x509VerifyCertificateChain({ chain: x5c,