Closed
Description
Hi!
Thank you for this great library and the effort you invested. I tested a lot and it really works well.
I've one question regarding the derivation of a shared secret when using EC. How can public keys be imported, which are part of a x509 certificate? I read in the documentation something about a function called import_key()
, but I did not found it. Is it already implemented?
Unfortunately the examples and test file always generate new keys, but I need to get the public key from an existing x509.
Thank you!