mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
This update includes several new features and bug fixes: * Add the official Pie API for a simpler KMIP interface * Add the ProxyKmipClient implementation of the Pie API * Add key, secret, and opaque objects to the Pie object hierarchy * Add unit demos for all ProxyKmipClient operations * Add complete unit and integration test suites for the Pie package * Add KMIPProxy client support for the Activate and Revoke operations * Add KMIPProxy client connection timeout support * Add KMIPProxy integration tests for asymm. key/secret/opaque objects * Add improved request error logging for the KMIPServer * Update README with more information about the clients and Pie API * Remove AUTHORS in favor of Git commit history * Fix bug with dangling file handle when setting __version__ * Fix bug with dangling socket connection upon client destruction
17 lines
668 B
Python
17 lines
668 B
Python
# Copyright (c) 2015 The Johns Hopkins University/Applied Physics Laboratory
|
|
# All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
__version__ = '0.4.0'
|