Improve error handling in support code for cryptography backend (#139)

* Improve error handling in support code for cryptography backend.

* Update changelogs/fragments/139-improve-error-handling.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Felix Fontein
2020-11-10 10:47:10 +01:00
committed by GitHub
parent c7268c7fc4
commit 77d652da9a
2 changed files with 61 additions and 53 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "support code - improve handling of certificate and certificate signing request (CSR) loading with the ``cryptography`` backend when errors occur (https://github.com/ansible-collections/community.crypto/issues/138, https://github.com/ansible-collections/community.crypto/pull/139)."