summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-26Merge remote-tracking branch 'teor/rand-failure-modes-v2'Nick Mathewson
2015-11-26Fix buffer size in sha512 unit testNick Mathewson
2015-11-26Fix test_tortls.c to no longer test failing crypto_rand.Nick Mathewson
2015-11-26Correctly free a smartlist in getinfo_helper_policiesteor (Tim Wilson-Brown)
2015-11-26Quote variables in case they contain spacescypherpunks
2015-11-26Add unit tests that check for common RNG failure modesteor (Tim Wilson-Brown)
2015-11-25Merge branch 'bug17686_v2_027'Nick Mathewson
2015-11-25Add a changes file for bug 17686Nick Mathewson
2015-11-25Fix documentation for crypto_rand*Nick Mathewson
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-11-25Add crypto-initializer functions to those whose return values must be checkedNick Mathewson
2015-11-25Make crypto_seed_rng() and crypto_rand() less scary.Nick Mathewson
2015-11-25Merge remote-tracking branch 'teor/check-crypto-errors-v2'Nick Mathewson
2015-11-25fixup! Add controller getinfo exit-policy/reject-privateteor (Tim Wilson-Brown)
2015-11-26Check the return value of HMAC in crypto.c and assert on errorteor (Tim Wilson-Brown)
2015-11-25Merge branch 'bug17654_try1'Nick Mathewson
2015-11-25Attempt to make openbsd compilation happier with libevent2 installedNick Mathewson
2015-11-25Initialize libevent before periodic eventscypherpunks
2015-11-25fixup! Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relaysteor (Tim Wilson-Brown)
2015-11-25Merge branch 'maint-0.2.7'Nick Mathewson
2015-11-25Include netinet/in.h (if detected) in check for net/pfvar.hNick Mathewson
2015-11-25Merge remote-tracking branch 'public/decouple_dir_request_failed'Nick Mathewson
2015-11-25Fix a logic error in connection_tls_continue_handshake().Nick Mathewson
2015-11-25Merge remote-tracking branch 'teor/comments-20151123'Nick Mathewson
2015-11-25Merge remote-tracking branch 'atagar/man_page_fixes'Nick Mathewson
2015-11-25Tweak gtank's sha512 patch a littleNick Mathewson
2015-11-25Merge remote-tracking branch 'gtank/feature17663'Nick Mathewson
2015-11-25Merge remote-tracking branch 'teor/feature8961-replaycache-sha256'Nick Mathewson
2015-11-25Merge branch 'maint-0.2.7'Nick Mathewson
2015-11-25fixup! Refuse to make direct connections to private OR addressesteor (Tim Wilson-Brown)
2015-11-25Refuse to make direct connections to private OR addressesteor (Tim Wilson-Brown)
2015-11-23Fixes for tor's man pageDamian Johnson
2015-11-23Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2Damian Johnson
2015-11-24add changes for feature17663George Tankersley
2015-11-23Split 'slop' man page options to their own linesDamian Johnson
2015-11-24implement teor's commentsGeorge Tankersley
2015-11-23TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime'Damian Johnson
2015-11-23Rename RecommendedPackageVersions to RecommendedPackagesDamian Johnson
2015-11-24add SHA512 support to cryptoGeorge Tankersley
2015-11-23Replace 'SOCKSPort' with 'SocksPort'Damian Johnson
2015-11-23Note in man page where users can file bugsDamian Johnson
2015-11-23ControlPort's section on flags wasn't indentedDamian Johnson
2015-11-23Malformed ExtORPort entry in man pageDamian Johnson
2015-11-24Use SHA256 in the replaycache, rather than SHA1teor (Tim Wilson-Brown)
2015-11-23Fix: use the right list in find_expiring_intro_point()David Goulet
2015-11-23fix two typos in commentsRoger Dingledine
2015-11-23Fix comments to describe actual return values (crypto.c)teor (Tim Wilson-Brown)
2015-11-23Fix typo in comment on crypto_add_spaces_to_fpteor (Tim Wilson-Brown)
2015-11-23Comment only: crypto_seed_rng no longer has a "startup" parameterteor (Tim Wilson-Brown)
2015-11-20fix "make check-spaces"Nick Mathewson