Topic: How to use wolfssl embedded SSL within IOCP for ENC/DEC ?

Hi~

I want to know how to use wolfSSL in IOCP. but there is no example and overall-flow about it.

If you know that, Let me know that.

thank you for reading it.


Thanks,
Rephael

Share

Re: How to use wolfssl embedded SSL within IOCP for ENC/DEC ?

Hi,

To use wolfSSL embedded SSL on top of other transport mediums besides TCP/IP, you can make use of wolfSSL's I/O abstraction layer to write your own send/receive callbacks.  You can find more details about writing your own callbacks in Section 5.1.2 of the wolfSSL Manual (http://yassl.com/yaSSL/Docs-cyassl-manu … ility.html), or in our wolfSSL Porting Guide (http://yassl.com/yaSSL/Docs-cyassl-porting-guide.html).

Best Regards,
Chris