Add validation option. (#830)

This commit is contained in:
Felix Fontein
2024-12-30 10:09:51 +01:00
committed by GitHub
parent 05c442ab5e
commit abb0d67774
3 changed files with 73 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- "x509_certificate_convert - add new option ``verify_cert_parsable`` which allows to check whether the certificate can actually be parsed
(https://github.com/ansible-collections/community.crypto/issues/809, https://github.com/ansible-collections/community.crypto/pull/830)."