mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
openssl_csr cryptography backend, try II (#50894)
* Revert "Revert "openssl_csr: Allow to use cryptography as backend (#50324)""
This reverts commit bbd2e31e9f.
* Remove more complicated selection copy'n'pasted from openssl_privatekey.
* Add tests for backend selection.
* Add openssl_csr test for arbitrary string commonName.
* Allow to disable commonName -> SAN copying (fixes #36690).
This commit is contained in:
committed by
John R Barker
parent
fcbead7931
commit
345011e024
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "openssl_csr - add ``useCommonNameForSAN`` option which allows to disable using the common name as a SAN if no SAN is specified."
|
||||
3
changelogs/fragments/openssl-cryptography.yml
Normal file
3
changelogs/fragments/openssl-cryptography.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- "openssl_csr - now works with both PyOpenSSL and cryptography Python libraries. Autodetection can be overridden with ``select_crypto_backend`` option."
|
||||
- "openssl_privatekey - now works with both PyOpenSSL and cryptography Python libraries. Autodetection can be overridden with ``select_crypto_backend`` option."
|
||||
Reference in New Issue
Block a user