mirror of https://github.com/OpenKMIP/PyKMIP.git
This change fixes key wrapping support in the cryptography engine. The original implementation used a CryptographicAlgorithm enum to determine what key wrapping algorithm to use for key wrapping. Closer inspection of the KMIP spec indicates that a BlockCipherMode enum should be used instead. The engine has been updated to reflect this change, as have the corresponding key wrapping unit tests. |
||
---|---|---|
.. | ||
core | ||
demos | ||
pie | ||
services | ||
tests | ||
__init__.py | ||
pykmip.conf | ||
version.py |