David Stainton

Results 78 comments of David Stainton
trafficstars

does this mean that you want roflcoptor to use filters from two directories? right now we specify the filter directory in the configuration file. the downside to having a secondary...

I wrote a basic test... however i noticed that there's a race condition in my test where the lookup often returns nil instead of a proc info struct. https://github.com/david415/go-procsnitch/tree/1.add_tests.0 what...

i mean... the nfq syscall interface allows you to modify packets... so unless you do it that way i don't think there is another way

you are right, i should use kyber. i was thinking to write both. firstly i wanted to write newhope-simple so that i can make my rust wire protocol be binary...

duplicate of https://github.com/david415/HoneyBadger/issues/37

i've now committed unit tests for: - 3way handshake connect - 3way close. - data transfer These tests the normal code paths of the TCP FSM that we care about...

i suppose it makes sense to start with the shared secret negotiated by the handshake and then concatenating that with ephemeral public keys to split the shared secret into two...

starting to read the paper: https://freehaven.net/~arma/tuf-ccs2010.pdf they have this project page: https://theupdateframework.github.io/