aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2013-01-03Make libcurve25519_donna get built as a .aNick Mathewson
2013-01-02Move curve25519 keypair type to src/common; give it functionsNick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson
2013-01-02Add a data-invariant linear-search map structureNick Mathewson
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-12-06Add a crypto_dh_dup, for benchmark supportNick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-23Note limitation of parse_rfc_1123_timeNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-23Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson
2012-11-14Add some missing doxygen for ipv6 exit codeNick Mathewson
2012-11-14Add a function to set a tor_addr_t to a null addressNick Mathewson
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-11-06Add warning message when a managed proxy dies during configuration.George Kadianakis
2012-10-26touch-upsRoger Dingledine
2012-10-24Change changes file and comment for 7189, for making it 0.2.4-only for nowNick Mathewson
2012-10-24Merge remote-tracking branch 'public/bug7189_tentative'Nick Mathewson
2012-10-24Only disable TLS tickets when being/acting as a server.Nick Mathewson
2012-10-23Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-10-23Fix binary search on lists of 0 or 1 element.Nick Mathewson
2012-10-23Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ...Andrea Shepard
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-10-19Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-12Fix whitespace in aes.cNick Mathewson
2012-10-12Move strlcpy and strlcat into src/ext tooNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-12Make tor_addr_is_internal log the calling function on errorNick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Add fmt_addrport.David Fifield
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-08Add LD_CHANNEL log domain in log.cAndrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard
2012-10-04Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson
2012-09-21Fix comment in crypto.h; bug 6830Nick Mathewson
2012-09-17Fix comment typo in tor_memeqRobert Ransom
2012-09-17Fix documentation for crypto_pk_cmp_keysRobert Ransom
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-17Make crypto_pk_cmp_keys do something sane for NULL keysRobert Ransom
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah