aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-12Fix remaining shellcheck warnings in fuzz_multi.shrl1987
2019-04-12Add shebang line to fuzz_multi.sh (fixes SC2148)rl1987
2019-04-12Merge branch 'tor-github/pr/908'George Kadianakis
2019-04-12Merge branch 'tor-github/pr/754'George Kadianakis
2019-04-12crypt_ops: Stop using a separate buffer in ed25519_signature_from_base64()teor
2019-04-11Merge remote-tracking branch 'tor-github/pr/913'Nick Mathewson
2019-04-11Merge remote-tracking branch 'tor-github/pr/887'Nick Mathewson
2019-04-11Merge remote-tracking branch 'tor-github/pr/741'Nick Mathewson
2019-04-10Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-10Merge remote-tracking branch 'tor-github/pr/926' into maint-0.4.0Nick Mathewson
2019-04-10Prevent double free on huge files with 32 bit.Tobias Stoeckmann
2019-04-10Merge branch 'maint-0.4.0'teor
2019-04-10Merge remote-tracking branch 'tor-github/pr/920' into maint-0.4.0teor
2019-04-09Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-09Merge branch 'bug29922_035' into maint-0.4.0Nick Mathewson
2019-04-09Actually I believe this should be an EINVAL.Nick Mathewson
2019-04-09Check return value of buf_move_to_buf for error.Tobias Stoeckmann
2019-04-09Protect buffers against INT_MAX datalen overflows.Tobias Stoeckmann
2019-04-09Merge branch 'maint-0.4.0'George Kadianakis
2019-04-09Merge branch 'tor-github/pr/915' into maint-0.4.0George Kadianakis
2019-04-09Merge branch 'maint-0.4.0'teor
2019-04-09Merge remote-tracking branch 'tor-github/pr/866'teor
2019-04-09Merge remote-tracking branch 'tor-github/pr/892' into maint-0.4.0teor
2019-04-08Detect and suppress an additional gmtime() warning in test_util.cNick Mathewson
2019-04-08Fix SC2006 in minimize.shrl1987
2019-04-06Merge branch 'maint-0.4.0'teor
2019-04-06Merge remote-tracking branch 'tor-github/pr/911' into maint-0.4.0teor
2019-04-06NSS: disable TLS1.2 SHA-384 ciphersuites.Nick Mathewson
2019-04-06NSS: Log an error message when SSL_ExportKeyingMaterial() failsNick Mathewson
2019-04-06Merge branch 'maint-0.2.9' into maint-0.3.4teor
2019-04-05Merge branch 'tor-github/pr/907'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/906' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/902' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'tor-github/pr/761'George Kadianakis
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/800' into maint-0.4.0George Kadianakis
2019-04-05binascii: Fix the base64_encode_nopad() buffer length requirementteor
2019-04-05crypto_format: Stop adding padding in ed25519_signature_from_base64()teor
2019-04-05crypto_format: Remove the return value from ed25519_signature_to_base64()teor
2019-04-05crypto_format: Remove the return value from curve25519_public_to_base64()teor
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-04-05crypto_format: Remove unused return value from digest_to_base64()teor
2019-04-05crypto_format: Remove outdated commentsteor
2019-04-05Merge branch 'bug29500_040_monoinit_revert' into bug29500_master_monoinitteor
2019-04-05Revert "test/circuitpadding: Delete circuitpadding_circuitsetup_machine()"teor
2019-04-05circuitpadding: comment fixesteor
2019-04-05test/circuitpadding: Delete circuitpadding_circuitsetup_machine()teor
2019-04-05Bug #29500: Fix monotime mocking in circpad unittests.Mike Perry
2019-04-05Bug 29500: Start monotime at 1000 nsec.Mike Perry