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
7deb0a6db9
community.crypto
/
tests
/
integration
/
targets
/
openssl_signature
/
meta
/
main.yml
4 lines
57 B
YAML
Raw
Normal View
History
Unescape
Escape
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
dependencies
:
-
setup_openssl
Improve CI (#268) * Remove superfluous remote_src. * Use temp dir twice instead of output_dir. * Use remote temp directory instead of output_dir. * Fix syntax error. * Add some fixes. * Copy more files to remote. * More fixes. * Fixing ACME/'cloud' tests. * Forgot when. * Try to fix filters. * Skip unnecessary steps. * Avoid collision.
2021-09-07 20:37:40 +00:00
-
setup_remote_tmp_dir