-
Notifications
You must be signed in to change notification settings - Fork 90
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
openssl_csr_info - add key size if possible #227
Comments
(Needs #204 to be merged first.) |
I think it would be best to implement a openssl_public_key_info module first (in a generic way), and then use it to provide information on public keys for both openssl_csr_info and x509_certificate_info. |
Once #231 is reviewed and merged, I'll add public key information to openssl_csr_info and x509_certificate_info. |
Implemented in #233. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Would be possible to add the key size and key algorithm info into module results?
ISSUE TYPE
we use this this module to validate user submitted CSRs in automation process and this would help to validate correct key size and selected algorithm
COMPONENT NAME
openssl_csr_info
ADDITIONAL INFORMATION
Here is a sample extract
The text was updated successfully, but these errors were encountered: