Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update includes numerous improvements to the usage and support of KMIP attributes across both the client and server, including new attribute support and new attribute operation support. The library also now officially supports SplitKey objects. The changes in this release include: * Add server debug logging for message encodings * Add server Locate filtering for all supported attributes * Add server Locate filtering using offset/max item constraints * Add server cryptography engine support for AES GCM mode * Add server support for the SplitKey object * Add client/server support for ApplicationSpecificInformation * Add client/server support for ObjectGroup and Sensitive attrs * Add client/server support for the DeleteAttribute operation * Add client/server support for the SetAttribute operation * Add client/server support for the ModifyAttribute operation * Add unit and integration tests to cover all new functionality * Add ProxyKmipClient demo scripts to show use of new operations * Add pending deprecation warnings for Python 2.7 and 3.4 * Update server Locate filtering to sort results by creation date * Update encoding support for SplitKey objects * Update the Travis CI config to support default Python versions * Update dependencies to maintain Python 3.4 support * Update library docs to reflect new features and security details * Fix a bug with how key pair names are handled by the client
- Loading branch information