Topic: RsaPublicKeyDecode and --enable-opensslextra
Hi,
I'm using RsaPublicKeyDecode to load a public key, DER format, and it appears to me that the key decoding only works when --enable-opensslextra is used (wolfSSL 2.8.0).
Hopefully I missed something in the doc.
I did all tests on several Ubuntu (13.10 and 12.04) with two basic builds : raw ./configure and ./configure --enable-opensslextra both on a C file limited to a single :
int res = RsaPublicKeyDecode(buffer, &idx, &key, ksize);
In the first case I got a -143 error code, while second case is OK.
Are these the expected results ?
Thanks a lot,
Stéphane.