PyKMIP/kmip/tests
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
..
integration Fix cryptographic usage mask handling for CreateKeyPair 2018-04-11 21:51:32 -04:00
unit Fix a denial-of-service bug by setting the server socket timeout 2018-04-24 21:57:20 -04:00
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00