openssl_pkcs12: privatekey_path and friendly_name are not always required together (#54370)

* Removed required_together, updated tests

Since required_together: privatekey_path -> friendly_name, is not always
required it has been removed.
Updated openssl_pkcs12 integration tests to be in line with other
openssl_* modules, and added a test for export with no privatekey_path.

* linter fixes

* Removed cryptography from tests

* Added changelog fragment

* Removed non-necessary select_crypto_backend
This commit is contained in:
Andrea Tartaglia
2019-03-26 15:06:00 +00:00
committed by John R Barker
parent 1c6bc5ed4a
commit df86b9ec3d
5 changed files with 127 additions and 109 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_pkcs12 - No need to specify ``privatekey_path`` when ``friendly_name`` is specified."