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

Feature request: PKCS#7 Signature Verification with Binary authenticatedAttribute: Input Format #1930

Open
siprikorea opened this issue Oct 23, 2024 · 0 comments
Labels

Comments

@siprikorea
Copy link

I am signing a PKCS#7 signature using the RSA algorithm. The authenticatedAttribute within the SignerInfo structure is an ASN.1 structure, so it is signed as binary data.

To verify this signature, I need to provide the message as binary input. However, I'm unsure about the correct way to input the binary data for verification.

Is there a specific method or format for providing binary input when verifying a PKCS#7 signature with an ASN.1 structured authenticatedAttribute?

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

No branches or pull requests

1 participant