1

(1 replies, posted in wolfSSL)

I am looking at the function MakeSelfCert (https://www.wolfssl.com/documentation/m … keselfcert), which appears to only support RSA keys.

So in order to generate a self-signed certificate from ECC key, I will need to perform both steps (MakeCert/SignCert) manually, there is no specific shortcut function that I'm missing, is that correct?