Is there a complete (and good) implementation or shell for SSL in Haskell? My friend, who is studying Haskell, asked me earlier how to do TLS or SSL in Haskell, and after a little look I could not give him a good answer.
hsgnutls seems to never be taken off, and hsopenssl seems to be an incomplete implementation, after a little search in Googling and StackOverflow I did not find the simple “This is how you do it”. explanation. Is there a defacto method that I am missing, or are you stuck using a partially implemented library?
source share