Skip to content

Commit

Permalink
chore: merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Sep 27, 2024
1 parent 4f88127 commit 49e6a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sd-jwt/src/action-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -264,7 +263,6 @@ export class SDJwtPlugin implements IAgentPlugin {
const trustAnchors = new Set<string>([...this.trustAnchorsInPEM])
if (trustAnchors.size === 0) {
trustAnchors.add(sphereonCA)
trustAnchors.add(funkeTestCA)
}
const certificateValidationResult = await context.agent.x509VerifyCertificateChain({
chain: x5c,
Expand Down

0 comments on commit 49e6a66

Please sign in to comment.