[stable-1] x509_certificate: handle unexpected error, fix test (#704)

* Handle unexpected error.

* Increase certificate key size on Darwin.

* Add changelog fragment.
This commit is contained in:
Felix Fontein
2024-01-26 21:58:12 +01:00
committed by GitHub
parent 642d6872d1
commit 1d26ee66ea
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "x509_certificate - when using the PyOpenSSL backend with ``provider=assertonly``, better handle unexpected errors when validating private keys (https://github.com/ansible-collections/community.crypto/pull/704)."