Topic: NO_FILESYSTEM bug

version: 2.0.0rc2

ProcessChainBuffer (ssl.c:919) is  only defined then filesystem is used (#ifndef NO_FILESYSTEM region), although this function is used by  CyaSSL_CTX_load_verify_buffer (ssl.c:2238) resulting in linking error;

Share

Re: NO_FILESYSTEM bug

Hi,

Thanks for the bug report.  We've checked in a fix to our GitHub repository (https://github.com/cyassl/cyassl).  We have also added a new build option (--enable-noFilesystem) to make it easier to remove the filesystem for our embedded SSL library.

Regards,
Chris