Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-26 | Regenerate pwbox.c with the latest trunnel | Nick Mathewson | |
This one should no longer generate dead-code warnings with coverity. Fingers crossed? This was CID 1241498 | |||
2014-09-25 | Use --require-version to prevent running trunnel pre-1.2 | Nick Mathewson | |
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a few comments to our output.) | |||
2014-09-25 | Add a script to run trunnel on the trunnel files. | Nick Mathewson | |
Also, re-run the latest trunnel. Closes ticket 13242 | |||
2014-09-25 | Use trunnel for crypto_pwbox encoding/decoding. | Nick Mathewson | |
This reduces the likelihood that I have made any exploitable errors in the encoding/decoding. This commit also imports the trunnel runtime source into Tor. |