Vincent Hanquez
Vincent Hanquez
that sounds like a different bug from the BadRecordMac
yes, I think this is a change that make sense. More generally moving all the hashing operation to Byteable so that they can operate on SecureMem object too would be...
No, it wouldn't in this case thanks to the withBytePtr "backdoor" method. For the compatibility, my only worry is that making thing more polymorphic would trigger errors when it's the...
an updated interface that can take any sort of byte array is now available in [cryptonite](http://hackage.haskell.org/package/cryptonite).
The part that actually create the client socket is in the `network` package `Network.connectTo` which doesn't have a way to specify the underlaying protocol. Which OS are you / your...
Can you strace / ltrace the socket calls and couple of line before / after ?
yes they are all made by http-client-tls with `NC.connectTo`. The reason why I would like to see the strace is to see the result values for the addr resolution, which...
Good idea. Any chance you can make that in a PR ?
@snakamura next time you do a stacktrace, can you also do a 'disassemble' of the offending function it would be great help for debugging. For now, I'm not sure what's...
It appears as if the branch table has been corrupted or badly initialized. not sure what would cause this. do you have the segfault information from dmesg which looks something...