Add asn1_base64 option. (#592)

This commit is contained in:
Felix Fontein
2023-04-16 13:34:45 +02:00
committed by GitHub
parent ec354a8a91
commit 30756b12ea
3 changed files with 33 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "get_certificate - add ``asn1_base64`` option to control whether the ASN.1 included in the ``extensions`` return value is binary data or Base64 encoded (https://github.com/ansible-collections/community.crypto/pull/592)."