Open mshamn6x opened 3 years ago
Hi @mshamn6x, thanks for filing this issue. Unfortunately PyKMIP does not support generating elliptic curve key pairs at this time. I'll add this request to our backlog but it will likely be a while before we get to it.
Hi @PeterHamilton thank you for your response.
Hi @PeterHamilton,
I tried elliptic key-pair creation with a python client implementation script as mentioned in documentation.
It gave the following error in output.
Server DEBUG log,
I'm able to create an RSA key with this create_key_pair(). And I tried above mentioned code with different KMIP server where EC is supported, there it returned error "invalid curve type", there also unable to create EC key-pairs , we need curve type to create EC keys right ? this create_key_pair() don't have any arguments for curve type.
Whether this way of execution is correct? Or I missed something?
Kindly add support to perform EC keys, If any another way to perform this operation kindly leave a reply.
Thank you.