Topic: Convert RSA public key to Der
I have been looking for a function to convert an RSA public key into a DER for a test version.
I have been trying to convert a Der into an RSA key using wc_RsaPublicKeyDecode but I keep getting an invalid format error. I would like to create the RSA key then convert the RSA public into a DER for testing using WolfSSL