mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
This update includes new operations and features for the client and server, in addition to other minor updates and bug fixes: * Add Sphinx-based client and server library documentation * Add server support for third-party authentication systems * Add client support for the Check operation * Add client support for the Rekey operation * Add client support for attestation credentials * Add functional tests for server auth. and access control * Add payloads for the Archive and Cancel operations * Add payloads for the GetUsageAllocation and Poll operations * Add payloads for the ObtainLease and Recover operations * Update the server to support group-based operation policies * Update the server to support live loading of policy files * Update the server to support custom database file paths * Update the server to raise PermissionDenied on violations * Update the client to support custom configuration file paths * Update the ProxyKmipClient to support Registering names * Update the ProxyKmipClient to set usage masks for Derived keys * Update the README to reference the new documentation * Update the Travis CI config to test building the docs * Update the Travis CI config to run integration tests * Remove support for Python 3.3 * Fix a DOS bug by setting the server socket timeout * Fix a ProxyKmipClient bug with cryptographic parameter handling * Fix a ProxyKmipClient bug with usage mask processing
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.8.0'
|