summaryrefslogtreecommitdiff
path: root/scripts/codegen/run_trunnel.sh
AgeCommit message (Collapse)Author
2018-10-29run_trunnel.sh: Use 'find -exec' instead of a 'for' looprl1987
This fixes shellcheck warnings SC2044 and SC2006.
2018-10-29Silence shellcheck SC2086 in run_trunnel.shrl1987
2016-12-08Update to trunnel 1.5.1Nick Mathewson
2016-10-31Make trunnel find files recursivelyDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2015-05-28Add trunnel-generated items for link handshake code.Nick Mathewson
This includes the link handshake variations for proposal220. We'll use this for testing first, and then use it to extend our current code to support prop220.
2014-09-25Use --require-version to prevent running trunnel pre-1.2Nick Mathewson
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a few comments to our output.)
2014-09-25Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel tooNick Mathewson
2014-09-25Add a script to run trunnel on the trunnel files.Nick Mathewson
Also, re-run the latest trunnel. Closes ticket 13242