community.crypto/plugins
Felix Fontein e9bc7c7163
openssl_pkcs12: add cryptography backend (#234)
* Began refactoring.

* Continue.

* Factor PyOpenSSL backend out.

* Add basic cryptography backend.

* Update plugins/modules/openssl_pkcs12.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Only run tests when new enough pyOpenSSL or cryptography is around.

* Reduce required pyOpenSSL version from 17.1.0 to 0.15.

I have no idea why 17.1.0 was there (in the tests), and not something smaller.
The module itself did not mention any version.

* Linting.

* Linting.

* Increase compatibility by selecting pyopenssl backend when iter_size or maciter_size is used.

* Improve docs, add changelog fragment.

* Move hackish code to cryptography_support.

* Update plugins/modules/openssl_pkcs12.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Update plugins/modules/openssl_pkcs12.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Streamline cert creation.

* Convert range to list.

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-05-20 19:36:07 +02:00
..
action Move action_module from module_utils to plugin_utils (#134) 2020-11-03 09:21:35 +01:00
doc_fragments acme_* modules: support private key passprases (#207) 2021-03-21 17:53:20 +01:00
module_utils openssl_pkcs12: add cryptography backend (#234) 2021-05-20 19:36:07 +02:00
modules openssl_pkcs12: add cryptography backend (#234) 2021-05-20 19:36:07 +02:00
plugin_utils Make action_module plugin utils compatible with latest changes in ansible-core 2.11.0b3 (#202) 2021-03-20 23:36:48 +01:00