You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/openssl_csr
Felix Fontein fed267df03
openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984)
* Move X25519, X448, Ed25519 and Ed448 feature tests to module_utils.

* Correctly sign with Ed25519 and Ed448 keys.

* Fix public key comparison. Ed25519 and Ed448 do not have public_numbers().

* Add tests.

* Add changelog.

* Give better errors for cryptography 2.6.x and 2.7.x.

* Test for new errors.

* Forgot one.

* Used wrong private key.

* Use private key password for CA key. Add more stuff to its certificate.
5 years ago
..
meta Enable integration tests for the crypto/ namespace (#26684) 7 years ago
tasks openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 5 years ago
tests openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 5 years ago
aliases Update Shippable integration test groups. (#43118) 6 years ago