This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.crypto
mirror of
https://github.com/ansible-collections/community.crypto.git
Watch
1
Star
0
Fork
You've already forked community.crypto
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5de50b9f91
community.crypto
/
tests
/
integration
/
targets
/
openssl_signature
/
aliases
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Extend CI (#283) * Run all tests on all targets. Remove hack in setup_acme. * Fix some failing tests. * OpenSSH tests do not work yet with default image on Ansible 2.9. Let's skip them on the cloud target. * Make tests pass again. * Make sure to install *latest* versions of cryptography and pyOpenSSL when not installing system packages, whenever possible. ci_complete * Update/fix aliases files.
2021-09-25 15:21:06 +00:00
shippable/cloud/group1
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-06-06 09:20:00 +00:00
shippable/posix/group1
openssl_signature_info
destructive