community.crypto/tests/integration/targets
Markus Teufelberger 346c2f55ff Update openssl_signature module (#63)
* Use module_utils from collection, clean up code a bit

 * add DSA keys, because why not...

 * sign/verify was added in pyOpenSSL 0.11 apparently

 * Add signing capability detection to module_utils.crypto.basic

 * Rework feature detection of signature types.

 * Rename parameters to match other modules

 * Add initial version of integration tests

 * fix whitespace in tests

 * More whitespace fixes

 * small fixes for issues in testing

 * Organize integration tests as test matrix

 * another indentation fix to make pep8 happy

 * use openssl pkeyutl when possible, otherwise fall back to openssl dgst

 * More linter fixes

 * openssl pkeyutl -help can apparently return 1

 * ignore errors on openssl call and another try at formatting

 * Remove the OpenSSL calls in tests

 * Add collection name to deprecation notice and deprecate at version 2.0.0

 * Exclude Ed448/25519 tests on pyopenssl

 * revert the collection name in the deprecation notice (breaks 2.9)

 * limit test platforms even more

 * disable FreeBSD DSA and ECC tests

 * Add module name to README

 * rewrite and split into 2 modules instead

 * add module to README and fix whitespace issue

 * remove duplicated tests

 * address review remarks

 * resolve another comment
2020-08-18 15:18:59 +02:00
..
acme_account acme_account: add support for External Account Binding (#100) 2020-08-16 18:00:26 +02:00
acme_account_info Initial commit 2020-03-09 13:11:34 +00:00
acme_certificate acme_certificate - allow to select first certificate in chain. (#102) 2020-08-15 21:50:09 +02:00
acme_certificate_revoke Initial commit 2020-03-09 13:11:34 +00:00
acme_challenge_cert_helper Initial commit 2020-03-09 13:11:34 +00:00
acme_inspect Initial commit 2020-03-09 13:11:34 +00:00
certificate_complete_chain Ansible 2.9 tests (#14) 2020-04-01 11:35:43 +02:00
ecs_certificate Initial commit 2020-03-09 13:11:34 +00:00
ecs_domain Initial commit 2020-03-09 13:11:34 +00:00
get_certificate Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
luks_device Tests (#94) 2020-07-27 16:43:43 +02:00
openssh_cert Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssh_keypair Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_csr openssl_csr: add support for name constraints extension (#92) 2020-08-18 12:23:37 +02:00
openssl_csr_info Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_dhparam Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_pkcs12 Tests (#94) 2020-07-27 16:43:43 +02:00
openssl_privatekey Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_privatekey_info Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_publickey Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
openssl_signature Update openssl_signature module (#63) 2020-08-18 15:18:59 +02:00
prepare_http_tests Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
prepare_tests/tasks Initial commit 2020-03-09 13:11:34 +00:00
setup_acme/tasks Initial commit 2020-03-09 13:11:34 +00:00
setup_openssl Work around not yet complete package manager detection for ACD. (#5) 2020-03-29 20:02:02 +02:00
setup_pkg_mgr/tasks Ansible 2.9 tests (#14) 2020-04-01 11:35:43 +02:00
setup_remote_tmp_dir Add shippable tests. (#4) 2020-03-29 20:01:53 +02:00
setup_ssh_keygen Work around not yet complete package manager detection for ACD. (#5) 2020-03-29 20:02:02 +02:00
x509_certificate Tests (#94) 2020-07-27 16:43:43 +02:00
x509_certificate_info Rename openssl_certificate* to x509_certificate* (#7) 2020-04-06 14:34:24 +02:00
x509_crl Tests (#94) 2020-07-27 16:43:43 +02:00