PyKMIP/kmip/services/server
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
..
crypto Fixing violations of E722 for flake8 checks 2017-10-23 08:43:36 -04:00
__init__.py Adding the KmipServer 2016-03-30 16:55:44 -04:00
config.py Add a logging level configuration option 2017-09-27 17:41:14 -04:00
engine.py Add a ProxyKmipClient integation test for registering wrapped keys 2017-10-04 17:35:09 -04:00
kmip_protocol.py services/server: use EOF exception ... 2016-02-23 12:51:40 +01:00
policy.py Adding server support for the GetAttributes operation 2016-12-06 20:24:29 -05:00
server.py Add a logging level configuration option 2017-09-27 17:41:14 -04:00
session.py Fixing bug with session logging shared ciphers 2017-11-08 10:19:04 -05:00