David Pinheiro

Results 18 comments of David Pinheiro

@pichwo, anything to add? Otherwise I will close this issue.

#159 made mole to work under the described scenario but with a different behavior. Now the missing `config` attribute causes mole to use an empty configuration. I think this issue...

@awnumar, what is the Go version you're using? I ran the test with `-race-` and `-count 100` and got no errors: ```sh $ for x in $(seq 1 10);do go...

> What is the purpose of these two lines? The connection objects are being simultaneously written to each other. How is this safe? The purpose is to create a bidirectional...

> Could you run `$ ulimit -l` on your system and see what you get? Same result with `go 1.12.6` and `ulimit -l`. I will try on a linux machine...

@awnumar, I couldn't reproduce the issue above on linux (see below). But I find issues with two tests, `TestHandlePassword` and `TestUpdatePassphrase`, from `tunnel/key_test.go` when the `-count=100` flag is passed (see...

> My idea is to load the pem key from file and decrypt it with the passphrase into the decrypted form immediately, and store the raw decrypted key in a...