openssl_csr: catch errors on bad SANs (#106)

* Catch errors on bad SANs.

* Add changelog fragment.

* Adjust cryptography version and error message.
This commit is contained in:
Felix Fontein
2020-09-08 06:24:30 +02:00
committed by GitHub
parent ccc9e4dab2
commit a2f36f426a
4 changed files with 40 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105)."