1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Yanis Guenane 496d10f7a8 Remove support for SSLv2 in test suite when not defined. (#39183)
When running the test test/units/module_utils/urls/test_open_url.py
test_open_url_no_validate_certs, the test fails because of the SSLv2
check.

Test is run on a machine using openssl 1.1.0g. By reading the openssl
man page[1], one can see that support for SSLv2 has been removed.

> Support for SSLv2 and the corresponding SSLv2_method(),
> SSLv2_server_method() and SSLv2_client_method() functions where removed
> in OpenSSL 1.1.0.
>
> SSLv23_method(), SSLv23_server_method() and SSLv23_client_method() were
> deprecated and the preferred TLS_method(), TLS_server_method() and
> TLS_client_method() functions were introduced in OpenSSL 1.1.0.

Hence this commit remove the uses of this flag when it is not defined.

[1] https://www.openssl.org/docs/man1.1.0/ssl/SSLv23_method.html
2018-05-25 12:50:19 -05:00
..
cli add keywords handling to ansible-doc 2018-05-23 14:09:02 -04:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor use correct object in error 2018-05-22 11:10:57 -04:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 2018-05-09 14:13:48 -05:00
module_utils Remove support for SSLv2 in test suite when not defined. (#39183) 2018-05-25 12:50:19 -05:00
modules Add a note for multible changes in one file (#37090) 2018-05-25 12:49:46 -05:00
parsing fix decrypted vault utf8 values (#37539) 2018-05-24 23:22:46 -04:00
playbook Add a 'machinectl shell' become_method (#39826) 2018-05-25 10:52:53 -05:00
plugins Create a new pipe for sshpass on final retry. Fixes #32238 (#39294) 2018-05-25 12:00:11 -05:00
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-04-30 16:47:27 -07:00
utils Rename letsencrypt module utils / document fragment to acme. (#40697) 2018-05-25 09:08:14 +02:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add a 'machinectl shell' become_method (#39826) 2018-05-25 10:52:53 -05:00
release.py Update Ansible release version to 2.6.0dev0. 2018-05-21 19:29:14 -07:00