PyKMIP/kmip
Peter Hamilton 4c6bbae452 Add server config option controlling certificate client auth
This change adds a server configuration option to control the
enforcement of TLS certificate client authentication. Before,
client TLS certificates had to include the extended key usage
extension with the clientAuth bit set to be used as sources of
client identity. The new configuration option,
enable_tls_client_auth, allows server admins to enable/disable
this requirement. The configuration setting is optional and the
server defaults to the original enforcing behavior if it is not
set. Admins must explicitly set the option to False to disable
enforcement.
2017-09-14 13:16:24 -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 SignatureVerify support to the clients 2017-08-29 16:41:11 -04:00
services Add server config option controlling certificate client auth 2017-09-14 13:16:24 -04:00
tests Add server config option controlling certificate client auth 2017-09-14 13:16:24 -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