PyKMIP 0.6.0

Peter Hamilton peter.allen.hamilton at gmail.com
Wed Dec 14 15:33:00 EST 2016


I am pleased to announce the release of PyKMIP 0.6.0.

PyKMIP is a Python implementation of the Key Management Interoperability
Protocol (KMIP), a communications protocol for the storage and maintenance
of keys, certificates, and other secret objects. PyKMIP provides clients
for conducting key management operations against KMIP appliances and a
software server application for testing and demonstration. The library is
licensed under Apache 2.0 and supports Python 2.6, 2.7, 3.3-3.5.

Changelog:
* Add support for Python 3.5
* Add support for the State and OperationPolicyName attributes
* Add server support for the Activate and GetAttributes operations
* Add server support for certificate-based client authentication
* Add server support for object access control via operation policies
* Add server support for loading of user-defined operation policies
* Add client support for the GetAttributes operation
* Update clients to support operation policy names with objects
* Update ProxyKmipClient to support names when creating new objects
* Remove coveralls integration
* Fix bug with early server termination on missing request credential
* Fix bug with closing the client while unconnected to a server
* Fix bug with default values overriding server config file settings
* Fix bug with early server termination on bad client certificates
* Fix bug with deprecated usage of the bandit config file
* Fix bug with ProxyKmipClient registering unset object attributes

GitHub: https://github.com/OpenKMIP/PyKMIP
PyPI: https://pypi.python.org/pypi/PyKMIP/0.6.0
<https://pypi.python.org/pypi/PyKMIP/0.5.0>
IRC: #pykmip on freenode.net

Thanks to all of the contributors for their time and effort.

Cheers,
Peter Hamilton


More information about the Python-announce-list mailing list