PyKMIP/kmip
Peter Hamilton 649c8f7857 PyKMIP - Release 0.7.0
This update includes new operations and features for the client
and server, in addition to other minor updates and bug fixes:

* Add support for Python 3.6
* Add support for the InitialDate attribute
* Add server support for the GetAttributeList operation
* Add server support for the Locate operation
* Add client and server support for the MAC operation
* Add client and server support for the Revoke operation
* Add client and server support for the Encrypt operation
* Add client and server support for the Decrypt operation
* Add client and server support for the DeriveKey operation
* Add client and server support for the Sign operation
* Add client and server support for the SignatureVerify operation
* Add client and server support for retrieving wrapped keys
* Add client and server support for storing wrapped keys
* Add KMIP 1.4 enumerations
* Add server config option enabling certificate extension checks
* Add server config option defining set of usable TLS ciphers
* Add server config option setting the server log level
* Update server to enforce checking object state and usage masks
* Update server Locate support to allow object name filtering
* Remove support for Python 2.6
* Fix bug with multithreading support with the SQLite backend
* Fix bug with how open() is mocked in the server test suite
* Fix bug with mismapped polymorphic identity for certificates
* Fix bug with socket interrupt handling under Python 3.5
* Fix bug with detached instance errors in the server test suite
2017-11-14 01:30:49 -05:00
..
core Fixing violations of E722 for flake8 checks 2017-10-23 08:43:36 -04:00
demos Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
pie Merge pull request #355 from OpenKMIP/feat/remove-client-api 2017-10-24 09:42:24 -04:00
services Fixing bug with session logging shared ciphers 2017-11-08 10:19:04 -05:00
tests Merge pull request #355 from OpenKMIP/feat/remove-client-api 2017-10-24 09:42:24 -04:00
__init__.py Update the kmip package to support importing the client 2017-10-11 10:19:22 -04:00
version.py PyKMIP - Release 0.7.0 2017-11-14 01:30:49 -05:00