mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
openssl_csr: add support for name constraints extension (#92)
* Add support for name constraints extension to openssl_csr. * Linting. * Add tests. * Fix IP address general name handling.
This commit is contained in:
2
changelogs/fragments/92-ip-networks.yml
Normal file
2
changelogs/fragments/92-ip-networks.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "openssl_*, x509_* modules - fix handling of general names which refer to IP networks and not IP addresses (https://github.com/ansible-collections/community.crypto/pull/92)."
|
||||
3
changelogs/fragments/92-openssl_csr-name-constraints.yml
Normal file
3
changelogs/fragments/92-openssl_csr-name-constraints.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- "openssl_csr - add support for name constraints extension (https://github.com/ansible-collections/community.crypto/issues/46)."
|
||||
- "openssl_csr_info - add support for name constraints extension (https://github.com/ansible-collections/community.crypto/issues/46)."
|
||||
Reference in New Issue
Block a user