Fix crash in x509_certificate (#241)

* Fix crash in x509_certificate.

* Add test.
This commit is contained in:
Felix Fontein
2021-06-02 16:44:58 +02:00
committed by GitHub
parent 376d7cde12
commit bfb8e5df82
3 changed files with 22 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "x509_certificate - fix crash when ``assertonly`` provider is used and some error conditions should be reported (https://github.com/ansible-collections/community.crypto/issues/240, https://github.com/ansible-collections/community.crypto/pull/241)."