Use new PKCS#12 deserialization code from cryptography 36.0.0 if available (#302)

* Use new PKCS#12 deserialization code from cryptography 36.0.0 if available.

* Refactor into smaller functions.

* Force complete CI run now since cryptography 36.0.0 is out.

ci_complete
This commit is contained in:
Felix Fontein
2021-11-22 07:41:54 +01:00
committed by GitHub
parent f832c0a4ac
commit 73bc0f5de7
2 changed files with 73 additions and 31 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_pkcs12 - use new PKCS#12 deserialization infrastructure from cryptography 36.0.0 if available (https://github.com/ansible-collections/community.crypto/pull/302)."