Hello!

I've come to in impasse with Ponyo trying to access common REST APIs. I've
gotten this far ignoring SSL but it's time to start attacking that. Has
anyone done any work on SSL/TLS in Standard ML? I could not find anything
on SML/NJ and MLton email archives (and couldn't find a reasonable way to
search Poly/ML's).

It seems like the Socket module makes the underlying socket int pointer
completely opaque. Since that pointer is what you'd need to make the tls
call to wrap it in a tls context, it seems like it won't be possible to use
the Socket module. I hope I am mistaken because otherwise the necessary
step will be to reimplement the Socket module functionality in Ponyo.

Any thoughts or suggestions on moving forward?

-- 
Phil Eaton
_______________________________________________
polyml mailing list
polyml@inf.ed.ac.uk
http://lists.inf.ed.ac.uk/mailman/listinfo/polyml

Reply via email to