openssl_pkcs12: fix crash when trying to get non-existing other certificates (#487)

* Fix crash when trying to get non-existing other certificates.

* Add test.
This commit is contained in:
Felix Fontein
2022-07-07 22:30:22 +02:00
committed by GitHub
parent b16f12faa3
commit 9ed4526fee
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_pkcs12 - when using the pyOpenSSL backend, do not crash when trying to read non-existing other certificates (https://github.com/ansible-collections/community.crypto/issues/486, https://github.com/ansible-collections/community.crypto/pull/487)."