mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
openssl_csr_info and x509_certificate_info: return more public key information (#233)
* Return more public key information. * Make sure bit size is converted to int first. * Apply suggestions from code review Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * Remove no longer necessary code. * Use correct return value's name. * Add trailing commas. Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
3
changelogs/fragments/233-public-key-info.yml
Normal file
3
changelogs/fragments/233-public-key-info.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- "openssl_csr_info - now returns ``public_key_type`` and ``public_key_data`` (https://github.com/ansible-collections/community.crypto/pull/233)."
|
||||
- "x509_certificate_info - now returns ``public_key_type`` and ``public_key_data`` (https://github.com/ansible-collections/community.crypto/pull/233)."
|
||||
Reference in New Issue
Block a user