1

(1 replies, posted in wolfSSL)

I am using CyaSSL library to write a simple client application for Kinetis dev. board. I need to post http messages to remote server
on ssl layer. I am not using file system. I followed the exact steps given in CYaSSL manual and everything works fine as long as
SSL_VERIFY_NONE is set. But for server verification I load CA  certificate in constant char buffer. For few certificates I have tried each time the error is -188 error, ASN sig error, no CA signer to verify certificate. as if there is no certificate to verify. I even tried to use their test certificate buffer USE_CERT_BUFFERS_2048 but the error remains same. Though according to manual the error in this case should be -155, ASN sig error, confirm failure. Where am I going wrong? And does neone have example code without filesystem?