C For C's Sake
C For C's Sake
Anyway - to try to get everyone on the same page I think the behavior @haesbaert is having problems with is this: ```ocaml let ctr = Cstruct.of_hex "ffffFFFFffffFFFF ffff ffff...
@pqwy No worries, always happy to offer my expertise when it comes to elusive bugs with security implications. You're right about me failing to understand that it was a broken...
Cannot reproduce, `0.5.4` installs fine for me on both FreeBSD and Linux.
For use in interactive protocols you would want the implementation to be resistant to timing attacks, something that the design of the Twofish algorithm makes notoriously hard, and especially in...
Apache and Nginx have configuration/modules to do it by setting HTTP headers, but I believe it's endpoint/protocol-specific, and HTTP headers are not ideal as setting those requires parsing pipelined HTTP...
As of March last year it looks like HAProxy can convey this information: http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
I think the idea for the `speculative execution` was that given a `RET` or conditional branch you could present a graph of the next 1/2/3 subroutines and the register values...
I don't know if that's the right word for it, I just thought it would be cool if the debugger could "execute multiple branches ahead of time" and report the...
yes, exactly that (a "proxy" as opposed to a "reverse proxy", I guess)
The library now has tests and docstrings, and I think it should work pretty well now, at least I haven't been able to find misbehaviour. Due to phishing and so...