summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-25Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-25Merge branch 'bug19161_028_v2' into maint-0.2.8Nick Mathewson
2016-05-25Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-25Merge branch 'bug19152_024_v2' into maint-0.2.8Nick Mathewson
2016-05-25Fix a dangling pointer issue in our RSA keygen codeNick Mathewson
2016-05-25Merge branch 'memarea_overflow_027_squashed' into maint-0.2.8Nick Mathewson
2016-05-25Fix a pointer arithmetic bug in memarea_alloc()Nick Mathewson
2016-05-25Use calloc, not malloc(a*b), in ed25519 batch signature check fnNick Mathewson
2016-05-24Make sure that libscrypt_scrypt actually exists before using it.Nick Mathewson
2016-05-23Expose crypto_digest_algorithm_get_length from crypto.cNick Mathewson
2016-05-19Remove round_int64_to_next_multiple_of: It is now unused.Nick Mathewson
2016-05-18Include __mulodi4 in libor_ctime when it fixes clang -m32 -ftrapvNick Mathewson
2016-05-16Merge branch 'crypto_unit_tests_v2_squashed'Nick Mathewson
2016-05-16Mark even more crypto lines (the fragile_assert ones) as unreachableNick Mathewson
2016-05-16Refactor digest allocation backend codeNick Mathewson
2016-05-16Cover all our DH code, and/or mark it unreachable.Nick Mathewson
2016-05-16Treat absent argument to crypto_log_errors as a bug.Nick Mathewson
2016-05-16Slight improvements to DH coverage.Nick Mathewson
2016-05-16Mark some unreachable lines in crypto.cNick Mathewson
2016-05-16Improve test coverage of our strongest-rng code.Nick Mathewson
2016-05-16Do not leak the 'tag' when trying to read a truncated ed25519 key fileNick Mathewson
2016-05-16Mark unreachable lines in crypto_ed25519.cNick Mathewson
2016-05-16Mark unreachable lines in crypto_curve25519.cNick Mathewson
2016-05-16Mark three lines unreachable, with extensive docs and use of BUG macrosNick Mathewson
2016-05-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-12Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-05-12Merge branch 'bug18977_026_v2' into maint-0.2.7Nick Mathewson
2016-05-12Fix a compiler warning on windows when sizeof(long)==sizeof(int)Nick Mathewson
2016-05-12Merge branch 'bug18977_024_v2' into bug18977_026_v2Nick Mathewson
2016-05-12Have correct_tm set tm_wday as well.Nick Mathewson
2016-05-12Use a much less clever scan_signed no-overflow hackNick Mathewson
2016-05-12Fix inconsistent tab/space mixing in include.am files.Nick Mathewson
2016-05-12Merge branch 'ftrapv_v3'Nick Mathewson
2016-05-12Rename SOURCES to SRC for things in include.amNick Mathewson
2016-05-12Move the ctime part of choose_array_element_by_weight into di_opsNick Mathewson
2016-05-12Add -ftrapv to gcc-hardening ... mostly!Nick Mathewson
2016-05-12Fix bad allocation in pubsub.cNick Mathewson
2016-05-11Merge branch 'pubsub_squashed'Nick Mathewson
2016-05-11Basic work on a publish/subscribe abstractionNick Mathewson
2016-05-09Merge branch 'timeouts_v2_squashed'Nick Mathewson
2016-05-09Test coverage for timers.Nick Mathewson
2016-05-09Quick-and-dirty test for timers code.Nick Mathewson
2016-05-09Add wrappers to tie the new timeouts into libevent.Nick Mathewson
2016-05-04Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-04Merge branch 'bug18686_025' into maint-0.2.8Nick Mathewson
2016-05-04Report success when not terminating an already terminated process.Nick Mathewson
2016-04-25Remove redundant declarations of MINNick Mathewson
2016-04-20Remove trunnel files from libor/libcrypto, since they are in libtrunnel. Foun...Nick Mathewson
2016-04-19Merge branch 'handles_squashed'Nick Mathewson