Improve PEM identification. (#628)

This commit is contained in:
Felix Fontein
2023-06-27 17:35:55 +02:00
committed by GitHub
parent ed6285e083
commit 83af72a3bc
3 changed files with 79 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "Fix PEM detection/identification to also accept random other lines before the line starting with ``-----BEGIN`` (https://github.com/ansible-collections/community.crypto/issues/627, https://github.com/ansible-collections/community.crypto/pull/628)."