1 comment:
Patchset:
Without this change, the underlying cryptography library complains when attempting to use AES keys:
```
File "/home/chrysn/data/business/sysmocom/onomondo-softsim-test-suite/venv/lib/python3.10/site-packages/Crypto/Cipher/__init__.py", line 79, in _create_cipher
return modes[mode](factory, **kwargs)
File "/home/chrysn/data/business/sysmocom/onomondo-softsim-test-suite/venv/lib/python3.10/site-packages/Crypto/Cipher/_mode_cbc.py", line 287, in _create_cbc_cipher
raise ValueError("Incorrect IV length (it must be %d bytes long)" %
ValueError: Incorrect IV length (it must be 16 bytes long)
```
To view, visit change 30305. To unsubscribe, or for help writing mail filters, visit settings.