[stable-1] openssl_pkcs12: handle pyOpenSSL 23.3.0, which removed PKCS#12 support (#668)

* Handle pyOpenSSL 23.3.0, which removed PKCS#12 support (at least partially). (#666)

(cherry picked from commit d1299c11d6)

* Try to fix FreeBSD 13.1 failures in CI.
This commit is contained in:
Felix Fontein
2023-10-28 22:13:20 +02:00
committed by GitHub
parent b73bd91783
commit cb747236d9
4 changed files with 31 additions and 8 deletions

View File

@@ -43,6 +43,8 @@ system_python_version_data:
- '3.8'
'13.0':
- '3.7'
'13.1':
- '3.8'
RedHat:
'7':
- '2.7'