mirror of
https://github.com/openkmip/pykmip
synced 2026-01-08 03:23:21 +00:00
This change fixes a bug with the ProxyKmipClient handling of cryptographic parameters, specifically handling the case where no cryptographic parameters are provided for an operation method call. When no parameters are specified, None is now correctly propagated through to request handling. A client unit test has been added to cover this fix. Fixes #406