-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/from funke #241
Feature/from funke #241
Conversation
# Conflicts: # package.json # packages/credential-store/package.json # packages/data-store/package.json # packages/ebsi-support/package.json # packages/mdl-mdoc/package.json # packages/oid4vci-issuer-rest-api/package.json # packages/pd-manager/package.json # packages/presentation-exchange/package.json # packages/siopv2-oid4vp-op-auth/package.json # packages/siopv2-oid4vp-rp-auth/package.json # packages/siopv2-oid4vp-rp-rest-api/package.json # packages/ssi-types/src/mapper/credential-mapper.ts # pnpm-lock.yaml
…ture/from-funke # Conflicts: # packages/oid4vci-issuer/package.json # packages/oid4vci-issuer/src/functions.ts # packages/w3c-vc-api/package.json # pnpm-lock.yaml
break | ||
case 'x5c': | ||
if (isManagedIdentifierResult(identifier) && isManagedIdentifierX5cResult(identifier)) { | ||
return [CredentialCorrelationType.X509_SAN, identifier.x5c.join('\r\n')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nklomp not sure about this one
# Conflicts: # packages/presentation-exchange/src/functions.ts # packages/sd-jwt/src/action-handler.ts # packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts
fix/SPRIND-60
…source/ssi-sdk into feature/from-funke # Conflicts: # packages/oid4vci-holder/package.json # packages/oid4vci-issuer-rest-api/package.json # packages/oid4vci-issuer-store/package.json # packages/oid4vci-issuer/package.json
"allowBranch": [ | ||
"main", | ||
"master", | ||
"feature/from-funke" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert
type SupportedAlgorithms = (typeof supportedAlgorithms)[number] | ||
|
||
// FIXME this is a weird place for this, but it does have good reach in ssi-sdk cunlike the copy in oid4vc-common | ||
export const defaultHasher: Hasher = (data, algorithm) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be in ssi-sdk core
NOT FINISHED