You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When activating the
pkcs8
feature, the pkcs8/std flag is not activated thusread_public_key_der_file
norread_public_key_pem_file
(whenpem
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 thestd
feature should do the trick.The text was updated successfully, but these errors were encountered: