deb-python-kmip/kmip/core
Peter Hamilton 50b0ae9fee Add server support for Getting wrapped keys
This change adds support for retrieving wrapped keys from the KMIP
server. The only supported key wrapping algorithm currently is
the AES-based NIST Key Wrap algorithm (RFC 3394). MAC/signing is
not supported for key wrapping. Attribute-bundling with the wrapped
key value is not supported. Wrapping of the entire key block TTLV
encoding is not supported. Various additional error cases are
included and checked for.

Unit tests covering the additions to Get are included.
2017-07-25 09:50:11 -04:00
..
factories Add request and response payloads for the DeriveKey operation 2017-06-23 18:28:02 -04:00
messages Update the Get request and response payloads 2017-07-20 12:36:42 -04:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
attributes.py Add the DerivationParameters struct 2017-06-21 11:14:07 -04:00
config_helper.py Updating the set of supported configuration file locations 2015-08-28 15:59:05 -04:00
enums.py Add encryption support to the server cryptography engine 2017-06-16 16:03:30 -04:00
errors.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
exceptions.py Add server support for Getting wrapped keys 2017-07-25 09:50:11 -04:00
keys.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
misc.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Update the KeyWrappingData struct 2017-07-18 10:31:05 -04:00
policy.py Adding dynamic operation policy loading to the KMIP server 2016-11-10 10:39:16 -05:00
primitives.py Adding server support for the GetAttributes operation 2016-12-06 20:24:29 -05:00
secrets.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
server.py Removing deprecated server code and supporting infrastructure 2017-02-08 15:29:10 -05:00
utils.py Adding support for the Query operation 2015-02-23 17:18:05 -05:00