Topic: [SOLVED] Ecc private key to DER format
Hello,
Is there a function in yassl to convert an ecc private key (either from ecc_key struct or a private key in raw format) to a DER format? (something similar to the RsaKeyToDer() but for ecc key)
Thank you.