PyKMIP/kmip
Peter Hamilton 3a7b880bdf Fix a denial-of-service bug by setting the server socket timeout
This change fixes a potential denial-of-service bug with the
server, setting a default timeout for all server sockets. This
allows the server to drop hung connections without blocking
forever. The interrupt triggered during accept calls is expected
and is now handled appropriately. Server unit tests have been
updated to reflect this change.

Closes #430
2018-04-24 21:57:20 -04:00
..
core Add client support for custom configuration file paths 2018-04-17 14:41:04 -04:00
demos Add client support for custom configuration file paths 2018-04-17 14:41:04 -04:00
pie Add client support for custom configuration file paths 2018-04-17 14:41:04 -04:00
services Fix a denial-of-service bug by setting the server socket timeout 2018-04-24 21:57:20 -04:00
tests Fix a denial-of-service bug by setting the server socket timeout 2018-04-24 21:57:20 -04:00
__init__.py Update the PyKMIP library version to 0.8.dev 2017-11-15 14:21:52 -05:00
version.py Update the PyKMIP library version to 0.8.dev 2017-11-15 14:21:52 -05:00