
7 Feb
2015
7 Feb
'15
6:54 p.m.
On 07/02/15 18:53, Patrick Mylund Nielsen wrote:
(Another small issue is that it's not easy to erase something, e.g. a private key, from memory in Haskell, so they may stick around for some time. This isn't a big deal as long as your application's memory isn't swapped to disk.)
https://hackage.haskell.org/package/securemem
That being said, if you're thinking about doing something like this, go for it! Implementing TLS is fun (as long as you don't try to reach compatibility with anything but recent clients,) and it might be useful for other Haskellers.