eu-digital-identity-wallet / eudi-srv-web-verifier-endpoint-23220-4-kt

Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point.
Apache License 2.0
12 stars 15 forks source link

Fix incorrect x5c JARs header claim #127

Closed dzarras closed 7 months ago

dzarras commented 7 months ago

Ensure x5c header of JARs contains a list of Base64-encoded DERs, not a list of Base64-encoded PEMs as per JWS spec.

Closes #124