diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-01-14 20:06:23 +0100 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-01-15 11:22:06 +0100 |
| commit | 87bcbed6931e1ee9afd3359d1172548a40addb67 (patch) | |
| tree | 534ce708b8e404d170a0a4365e165bab81f18fbc /pkgs/development/python-modules/rangehttpserver | |
| parent | 61b28ab54f41d1c6ff68a96341badfeddd9e4fe2 (diff) | |
yubikey-manager4: drop
yubikey-manager-qt no longer uses this and it is broken, so remove it.
____________________ TestUtilityFunctions.test_parse_pkcs12 ____________________
self = <tests.test_util.TestUtilityFunctions testMethod=test_parse_pkcs12>
def test_parse_pkcs12(self):
with open_file("rsa_2048_key_cert.pfx") as rsa_2048_key_cert_pfx:
data = rsa_2048_key_cert_pfx.read()
key1, certs1 = _parse_pkcs12_cryptography(pkcs12, data, None)
> key2, certs2 = _parse_pkcs12_pyopenssl(crypto, data, None)
tests/test_util.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ykman/util.py:61: in _parse_pkcs12_pyopenssl
p12 = crypto.load_pkcs12(data, password)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <module 'OpenSSL.crypto' from '/nix/store/si21r6n8pv695zp8jxx9x49rjaldvin9-python3.11-pyopenssl-23.3.0/lib/python3.11/site-packages/OpenSSL/crypto.py'>
attr = 'load_pkcs12'
def __getattr__(self, attr: str) -> object:
> obj = getattr(self._module, attr)
E AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
