1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/openssl_privatekey
Felix Fontein 92ef500185 openssl_privatekey: add ECC support (#49416)
* Add cryptography backend for openssl_privatekey.

* Adding ECC support.

No support for X25519 and X449, since they don't support serialization.

* Improve finterprint calculation to work with Python 3.

* Add fingerprint check.

* Fix typo.

* Use separate curve option for elliptic curves, and use type 'ECC'.

* Using curve names as defined in IANA registry.

* Bump minimal supported cryptography version. Older versions might work as well, but I couldn't test them.

* Improve documentation.
2018-12-18 09:07:36 +00:00
..
meta Enable integration tests for the crypto/ namespace (#26684) 2017-07-25 12:18:18 +01:00
tasks openssl_privatekey: add ECC support (#49416) 2018-12-18 09:07:36 +00:00
tests openssl_privatekey: add ECC support (#49416) 2018-12-18 09:07:36 +00:00
aliases Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00