Fix idempotency for non-ASCII string comparisons. (#271)

This commit is contained in:
Felix Fontein
2021-09-14 07:06:35 +02:00
committed by GitHub
parent 170fa40014
commit 03427e35a7
4 changed files with 39 additions and 37 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_csr and openssl_csr_pipe - make sure that Unicode strings are used to compare strings with the cryptography backend. This fixes idempotency problems with non-ASCII letters on Python 2 (https://github.com/ansible-collections/community.crypto/issues/270, https://github.com/ansible-collections/community.crypto/pull/271)."