On Wed, 1 Dec 2010, Hu, Eric wrote:
if I need axTLS support in a timely fashion, am I going to have to roll my own?
Maybe you could ask the axTLS team to hear if anyone there has made anything? After all, libcurl is a fairly widely used library for HTTPS etc.
Adding support for a new SSL library within libcurl is actually not very hard. We have a set of functions in an internal API that a SSL backend needs to or can provide. axTLS looks to use an API similar to OpenSSL which might make things fairly easy too.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
