PyKMIP/kmip
Peter Hamilton ee857ca4a3 Adding custom TLS cipher suite config option
This change adds a server configuration option, tls_cipher_suites,
allowing the server admin to specify a list of cipher suites to be
used when establishing TLS connections with clients. The custom
list supports both cipher suite specification and OpenSSL suite
naming conventions. The list is filtered through a KMIP-approved
set of cipher suites, and then through a set of cipher suites
suitable for the configured authentication suite. Additional debug
logging has been added to the server to provide transparency on
this process.
2017-09-20 11:40:52 -04:00
..
core Add payloads for the SignatureVerify operation 2017-08-18 10:41:03 -04:00
demos Add a ProxyKmipClient demo for the SignatureVerify operation 2017-08-30 12:14:43 -04:00
pie Add Sign operation to clients 2017-09-07 11:14:40 -04:00
services Adding custom TLS cipher suite config option 2017-09-20 11:40:52 -04:00
tests Adding custom TLS cipher suite config option 2017-09-20 11:40:52 -04:00
__init__.py Remove support for Python2.6 2017-01-09 14:53:25 -05:00
pykmip.conf Server Failover Unit Tests 2016-02-09 14:13:22 -05:00
version.py PyKMIP - Release 0.6.0 2016-12-14 14:55:58 -05:00