Topic: wolfSSL with PHP

Hi !

I'm quite new with wolfSSL embedded SSL and I would like to know if there are some tutorials to use it with PHP. The goal is having TLS communication channel between a webserver PHP and a C daemon. I would like to avoid using the embedded web site if possible.

Thanks
Santa

Share

Re: wolfSSL with PHP

Hi Santa,

Can you clarify - are you looking to call wolfSSL from your PHP code directly?  If so, I haven't had any experience calling native C libraries from PHP code.  From a few searches, it looks like it might be possible to call native C code from PHP using SWIG or Zend extensions.

Thanks,
Chris