Topic: port openssl to wolfssl
hello,
I am using EC_key in my application.
To sign the certificate with the private key there is function X509_sign() present in openssl but I cant find its equivalent
replacement in wolfssl.
Please help me.