PyKMIP/kmip/services
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
..
server Fixing bug with session logging shared ciphers 2017-11-08 10:19:04 -05:00
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
auth.py Adding custom TLS cipher suite config option 2017-09-20 11:40:52 -04:00
kmip_client.py Fixing violations of E722 for flake8 checks 2017-10-23 08:43:36 -04:00
results.py Add MAC operation support for client 2017-01-31 14:48:19 -08:00