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
Felix Fontein aef16ee195 ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170)
* Collecting PEM -> DER conversions.

* Using cryptography instead of OpenSSL binary in some situations.

* Moving key-to-disk writing for key content to parse_account_key.

* Rename parse_account_key -> parse_key.

* Move OpenSSL specific code for key parsing and request signing into global functions.

* Also using cryptography for key parsing and request signing.

* Remove assert statements.

* Fixing handling of key contents for cryptography code path.

* Allow to disable the use of cryptography.

* Updating documentation.

* 1.5 seems to work as well (earlier versions don't have EC sign function). Making Python 2.x adjustments.

* Changing option to select_crypto_backend.

* Python 2.6 compatibility.

* Trying to test both backends separately for acme_account.

* Also testing both backends separately for acme_certificate and acme_certificate_revoke.

* Adding changelog entry which informs about select_crypto_backend option in case autodetect fails.

* Fixing YAML.
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 6 years ago
legacy Vultr: Ensure facts works when no resource exists (#43603) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ansible-test: Create public key creating Windows targets (#43760) 6 years ago
sanity Adding Common files for NetApp ElementSW release (#43727) 6 years ago
units new nos_command module (#43056) 6 years ago
utils Update Shippable integration test groups. (#43118) 6 years ago