PyKMIP/kmip/tests/integration
Peter Hamilton 950e98569e Fix cryptographic usage mask handling for CreateKeyPair
This change fixes how the ProxyKmipClient handles cryptographic
usage mask values for the CreateKeyPair operation. Originally,
both Encrypt and Decrypt were set by default for both public and
private keys. This is incorrect behavior for certain algorithms.
Now, only the masks specified by the caller are set on the key
pair.

Fixes #412
2018-04-11 21:51:32 -04:00
..
services Fix cryptographic usage mask handling for CreateKeyPair 2018-04-11 21:51:32 -04:00
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
conftest.py Adding integration tests for the Pie ProxyKmipClient 2015-07-28 13:03:08 -04:00