octavia-tempest-plugin/octavia_tempest_plugin/common
Gregory Thiemonge a66952e962 Fix generate_pkcs12_bundle for FIPS
generate_pkcs12_bundle used the PKCS12 class of the pyOpenSSL module
which is not compliant with FIPS (uses SHA1).
Switch to the cryptography module for generating the PKCS bundles unless
for really old releases (<=3.0) that don't support it (stable/train is
still on 2.8).

Change-Id: Ibd50e9a6e406683b7faba093d716c83d2b994ad7
2022-07-21 12:29:56 +02:00
..
__init__.py Create scenario tests for load balancers 2018-04-10 12:20:01 -07:00
barbican_client_mgr.py Add listener client authentication scenario tests 2019-11-10 08:53:35 +00:00
cert_utils.py Fix generate_pkcs12_bundle for FIPS 2022-07-21 12:29:56 +02:00
constants.py Merge "Adds a pool re-encryption scenario test" 2021-10-02 01:05:31 +00:00
decorators.py Add skip_if_not_implemented to the service client 2020-08-04 21:53:06 +00:00
requests_adapters.py Adjust scenario tests for NotImplemented skip 2020-09-03 17:10:56 -07:00