2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-31 23:53:52 +00:00
Files
pykmip/kmip/services/server
Peter Hamilton 8fd6349152 Adding session extraction of client identity from certificates
This change updates the KmipSession, allowing it to extract client
identity from the client certificate of a TLS connection. The
certificate subject common name is used as the client identity if
the certificate has client authentication set in the extended key
usage extension.

This change breaks backwards compatibility. If a client certificate
does not define a client identity, the session will reject it and
shutdown the connection. Any client certificates used to connect
with the software server in the past will need to be replaced with
certificates that define a suitable client identity.
2016-09-13 15:30:08 -04:00
..
2015-09-29 14:22:03 -04:00
2016-03-30 16:55:44 -04:00
2016-03-30 16:55:44 -04:00
2016-03-21 11:22:07 -04:00
2016-04-11 10:27:57 -04:00