aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-11-12Merge branch 'ticket13172'Nick Mathewson
2014-11-09Downgrade RSA signature verification failure error message to info loglevel.rl1987
2014-11-06Define macros meaning <,>,==,!=,<=,>=Nick Mathewson
2014-11-0511291: Fix warnings, add changes file, rename 'mask'.Nick Mathewson
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-11-04Merge branch 'bug13315_squashed'Nick Mathewson
2014-11-04fix indentationNick Mathewson
2014-11-04Use correct argument types for inet_pton.Nick Mathewson
2014-11-04Checking if FQDN is actually IPv6 address string and handling that case.rl1987
2014-11-04Adding helper function that checks if string is a valid IPv6 address.rl1987
2014-11-04Introducing helper function to validate IPv4 address strings.rl1987
2014-11-04Introducing helper function to validate DNS name strings.rl1987
2014-11-02Use tor_malloc_zero(x), not tor_calloc(x,sizeof(char))Nick Mathewson
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-11-02Use the | trick to save a comparison in our calloc check.Nick Mathewson
2014-11-02Switch to a < comparison for our calloc check; explain how it worksNick Mathewson
2014-11-02Document the calloc function overflow check.Mansour Moufid
2014-11-02Remove a duplicate comment.Mansour Moufid
2014-11-02Refactor the tor_reallocarray_ overflow check.Mansour Moufid
2014-11-02Refactor the tor_calloc_ overflow check.Mansour Moufid
2014-10-31Refactor {str,digest}map into a common implementation; add digest256mapNick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-23Fix minor typos, two line lengths, and a repeated includeteor
2014-10-22Merge remote-tracking branch 'public/bug11824_v2'Nick Mathewson
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
2014-10-21Merge remote-tracking branch 'teor/bug13476-improve-time-handling'Nick Mathewson
2014-10-20Merge remote-tracking branch 'teor/memwipe-more-keys'Nick Mathewson
2014-10-20Use a macro to indicate "The ecdhe group we use by default".Nick Mathewson
2014-10-20Memwipe more keys after tor has finished with themteor
2014-10-20Clamp (some) years supplied by the system to 1 CEteor
2014-10-20Improve date validation in HTTP headersteor
2014-10-20Use correct day of year in correct_tm()teor
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-10-15Disable SSLv3 unconditionally. Closes ticket 13426.Nick Mathewson
2014-10-13Clean whitespace in last patch.Nick Mathewson
2014-10-12Avoid overflow in format_time_interval, create unit teststeor
2014-10-09Merge remote-tracking branch 'public/bug10816'Nick Mathewson
2014-10-03Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-03Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5Nick Mathewson
2014-10-03Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_charNick Mathewson
2014-09-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-09-26Merge remote-tracking branch 'public/require_some_c99'Nick Mathewson
2014-09-26Avoid a "constant variable guards dead code" warning from coverityNick Mathewson
2014-09-26Check key_len in secret_to_key_new()Nick Mathewson
2014-09-25Fix on that last fix.Nick Mathewson