PyKMIP/kmip
Peter Hamilton 86d9b59d1f Fixing bug with session logging shared ciphers
This change fixes a bug with the KmipSession logging shared
ciphers used by the TLS connection. The SSLSocket only supports
shared cipher information starting with Python 3.5. Any use of
the server with older versions of Python will fail when any
connection attempts are made. This fix adds a conditional check
that skips logging shared cipher information if the SSLSocket
does not support that information.

Fixes #361
2017-11-08 10:19:04 -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.6.0 2016-12-14 14:55:58 -05:00