mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-10-18 06:04:53 +02:00
This change adds the KmipServer, the front-end of the KMIP software server. The KmipServer is in charge of loading configuration settings, creating all major server components, and serving and managing client connections. A KmipServerConfig tool is included to handle configuration settings. Test cases for all new code are included.