PyKMIP/kmip
Peter Hamilton 448cf229f6 Fix key wrapping support in the cryptography engine
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.
2017-07-24 12:40:46 -04:00
..
core Merge pull request #307 from OpenKMIP/feat/update-key-wrapping-data 2017-07-24 12:13:58 -04:00
demos Update the Get request and response payloads 2017-07-20 12:36:42 -04:00
pie Add Encrypt support to the clients 2017-06-20 11:11:50 -04:00
services Fix key wrapping support in the cryptography engine 2017-07-24 12:40:46 -04:00
tests Fix key wrapping support in the cryptography engine 2017-07-24 12:40:46 -04:00
__init__.py Remove support for Python2.6 2017-01-09 14:53:25 -05:00
pykmip.conf Server Failover Unit Tests 2016-02-09 14:13:22 -05:00
version.py PyKMIP - Release 0.6.0 2016-12-14 14:55:58 -05:00