Skip to content
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

Multiple parsing of "Card Verifiable Certificates" (CVC) in OpenSC #2702

Open
dengert opened this issue Feb 11, 2023 · 0 comments
Open

Multiple parsing of "Card Verifiable Certificates" (CVC) in OpenSC #2702

dengert opened this issue Feb 11, 2023 · 0 comments

Comments

@dengert
Copy link
Member

dengert commented Feb 11, 2023

Problem Description

There several places in OpenSC which use "Card Verifiable Certificates" (CVC). Many are parsed by OpenPACE but ./libopensc/pkcs15-sc-hsm.c and with #2053 ./libopensc/card-piv.c.

This was used to find where these are being parsed: grep "asn.*cvc" pkcs11/* pkcs15init/* sm/* smm/* libopensc/*

Proposed Resolution

pkcs15-sc-hsm.c and pkcs15-sc-hsm.c differ. But this could be that each only looks for a subset of defined tags.

The differences should be examined to see if they could all use OpenPACE.

This in response #2053 (comment) so the issue is not forgotten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant