9 Commits

Author SHA1 Message Date
Kaitlin Farr
0212ee898c Adds a configuration file
Adds a configuration file to allow users to modify settings for the
client and server. The configured settings can be overridden by
directly passing values when a kmip server or client is initialized.
Additionally, if the config file or config options are not found,
pre-set default values will be used.
2014-09-17 00:24:58 -07:00
Peter Hamilton
736711ce23 Merge branch 'master' into develop 2014-09-12 11:34:00 -04:00
Peter Hamilton
27b1e2ab08 PyKMIP - Release v0.1.1
This update includes the following bug fix:

* support for auto-installing third-party library dependencies
v0.1.1
2014-09-12 11:04:44 -04:00
Peter Hamilton
986db9d0e7 Updating PyKMIP to v0.1.1. 2014-09-12 10:34:50 -04:00
Kaitlin Farr
4711c3c791 Adding dependencies to setup.py 2014-09-09 10:06:16 -07:00
Peter Hamilton
97ae864196 PyKMIP - Release v0.1.0
This change includes several new features to PyKMIP, including:

* support for Python 3.3 and 3.4
* support for KMIP client/server SSL connections
* removal of all Thrift library dependencies
v0.1.0
2014-08-28 14:04:23 -04:00
Peter Hamilton
f0e3c26170 PyKMIP - Release v0.0.1
This changes adds the final modifications needed for release v0.0.1 of
the PyKMIP library.

Packaging and licensing files are updated with current information and
some minor file restructuring is done to ensure test suite integrity.
2014-08-13 19:23:05 -04:00
Peter Hamilton
1cb6deaf0b PyKMIP library version 0.0.1
This implementation supports version 1.1 of the KMIP spec. The
library supports the following operations for SymmetricKey objects:

create
register
get
destroy
2014-08-11 16:34:30 -04:00
Nathan Reller
a0d8c9195e Initial commit of KMIP library
This contains the basic items for repository. The basic files and directories
were created to layout the repository structure.

Created a simple KMIP client and server. This was generated using the thrift
library. This version only tests the thrift framework. It does not adhere to
the spec.
2014-04-11 17:38:19 -04:00