- `EVP_PKEY_assign_RSA` should store the private key in DER format, not the public key. - The last call to `infoCb` in `wolfSSL_BIO_write` should provide the length of the data to write. - We should be able to parse RSA public keys starting with BEGIN RSA PUBLIC KEY and ending with END RSA PUBLIC KEY.
3.5 KiB
3.5 KiB