mirror of https://github.com/OpenKMIP/PyKMIP.git
This test is meant to intentionally trigger an exception in the cryptography library by creating a CMAC with a non-block cipher algorithm, IDEA. That doesn't work any more because IDEA is now treated as a block cipher algorithm. To fix this, we now use the ARC4 algorithm instead, which does trigger the expected exception. |
||
---|---|---|
.. | ||
functional | ||
integration | ||
unit | ||
__init__.py |