ssl-wrapping the boa web-server
Cristian Ionescu-Idbohrn <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <0407181425550.17723@somehost> |
Hi, I'm trying to ssl-wrap the web-server boa in an embeded environment. I found the matrixssl library to be appropriate for such environment, being much smaller than openssl. I also found sslio in the ipsvd-package and thought of using it to do the job. Problem is I can't figure out if/how I can put things together. Actually, I believe what I'm looking for is an stunnel lookalike thing built against libmatrixssl. I think that would be the shortest path, but I couldn't find anything like this lying around ;-) So, I would be greatful for any piece of advice. Is it possible to achieve what I want using tcpsvd+sslio+libmatrixssl? In case it's not possible, does anyone know of anything else appropriate? Cheers, Cristian