Topic: error -131 with cyassl 1.4.0 (openwrt lua nixio)
Hi
I'm using cyassl 1.4.0 through a lua library called nixio in openwrt
I'm trying to have an https client validating the server private certificate authority.
the program calls set_verify to "peer" then set_verify_locations with my CAfile before connecting.
The CA is private and was generated with openssl.
After having had some problems with dates, I now have problems with error -131
RSA_BUFFER_E = -131, /* RSA buffer error, output too small or input too large */
What can I do about this?
Thanks for your help