sslip module needed.
Closed this issue · 5 comments
Hello Guys,
I found that sslip module (wrapper for the OpenSSL library) is missing in the shrapnel code tree. Because of this fact the coroutine/coro_ssl.py module is broken and I cannot use SSL connections with shrapnel. If the module was forgotten when shrapnel went open source please add it. If it was decided not to post the sslip here for some reason please let me know.
Thanks.
We have some additional IronPort components in the process of being open sourced by Cisco and the sslip module will be included in that release.
Thanks Mark. What is the estimated date of the release?
In the meanwhile you can use tlslite with shrapnel. Look at the code in coro.http.server.py and coro.ldap.client.py for examples.
Thank you Sam.
sslip was replaced with coro.ssl.openssl