mirror of https://github.com/OpenKMIP/PyKMIP.git
86d9b59d1f
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 |
||
---|---|---|
.. | ||
server | ||
__init__.py | ||
auth.py | ||
kmip_client.py | ||
results.py |