community.general/lib/ansible/modules/crypto
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
..
acme ACME: add diff to acme_account, account_public_key to acme_account_facts, and general refactoring (#49410) 2018-12-02 18:40:14 +01:00
__init__.py
certificate_complete_chain.py Fix stacktrace when fail_on_error is False and a file cannot be parsed. (#49987) 2018-12-16 15:26:29 -05:00
get_certificate.py Added get_certificate module (#41735) 2018-12-07 13:27:16 +00:00
openssh_keypair.py Add openssh_keypair module (#46436) 2018-10-24 11:51:45 +01:00
openssl_certificate.py Updating argument_spec for type='list' options by elements value. (#48485) 2018-11-26 10:17:25 -05:00
openssl_csr.py Updating argument_spec for type='list' options by elements value. (#48485) 2018-11-26 10:17:25 -05:00
openssl_dhparam.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
openssl_pkcs12.py Updating argument_spec for type='list' options by elements value. (#48485) 2018-11-26 10:17:25 -05:00
openssl_privatekey.py openssl_privatekey: add ECC support (#49416) 2018-12-18 09:07:36 +00:00
openssl_publickey.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00