David Stainton

Results 78 comments of David Stainton

I also worked on @little-dude 's dev branch: https://github.com/little-dude/libpnet/tree/cksum2 based on that branch i made this one: https://github.com/david415/libpnet/tree/91.cksum2.0 I then merged upstream master into the branch and manually resolved the...

aha i think i found a more recent dev branch that is closer to working. anyhow i merged upstream master into it and began fixing some of the compiler errors/warnings....

yes and if the endpoint descriptor string specifies a socks port then only that socks port should be used; here i'm thinking of people who use sandboxing to isolate various...

You might checkout meejah's carml utility: https://github.com/meejah/carml It has a pastebin and copybin commands... which now work with stealth authenticated hidden services: https://github.com/meejah/carml/blob/master/carml/command/pastebin.py https://github.com/meejah/carml/blob/master/carml/command/copybin.py Authenticated hidden services require the client...

Dear @ariddell It's the NAT device or lack thereof (the network topology) that would allow STUN to work or not... It should not depend on the setup of the desktop/laptop...

it's true that we need to use 12 bytes... but i thought we fixed that a while ago. i guess we missed this bug. good catch!

Hi. I found a more suitable library; agl's pond has a double ratchet. I forked it here: https://github.com/katzenpost/doubleratchet Works great. Yes priorities do indeed differ. :) My priority is to...

i built and tested Pond on a Raspberry Pi2 with arm arch linux. built and worked fine. perhaps something changed?