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

PKCS feature flag doesn't activate pkcs8/std flag. #309

Open
FaustXVI opened this issue Jun 28, 2023 · 1 comment
Open

PKCS feature flag doesn't activate pkcs8/std flag. #309

FaustXVI opened this issue Jun 28, 2023 · 1 comment

Comments

@FaustXVI
Copy link

When activating the pkcs8 feature, the pkcs8/std flag is not activated thus read_public_key_der_file nor read_public_key_pem_file (when pem is activated) are available.

I am new to rust and even more to feature handling so I don't feel confident enough to make a PR.
My understanding is that adding "pkcs8?/std" to the std feature should do the trick.

@tarcieri
Copy link
Contributor

tarcieri commented Jul 8, 2023

Yes, sounds good. Please open a PR.

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

2 participants