Fix crash when public key cannot be parsed. (#551)

This commit is contained in:
Felix Fontein
2022-12-28 18:28:50 +01:00
committed by GitHub
parent 7cc9a70e43
commit 5d24d04adf
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_publickey_info - do not crash with internal error when public key cannot be parsed (https://github.com/ansible-collections/community.crypto/pull/551)."