aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-15Clean up odds and endsRoger Dingledine
2013-01-14Merge branch 'bug7869'Nick Mathewson
2013-01-11Handle EWOULDBLOCK as EAGAIN if they happen to be different.Nick Mathewson
2013-01-05Make the = at the end of ntor-onion-key optional.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-03Use safe_mem_is_zero for checking curve25519 output for 0-nessNick Mathewson
2013-01-03Implement a constant-time safe_mem_is_zero.Nick Mathewson
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-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-25One last fix for a warning on non-EC systemsNick Mathewson
2012-12-25Be more noncomittal about performance improvement of uint128 backend.Nick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson
2012-12-25Inform the user if they're passing up a 10x ECDH speedup.Nick Mathewson
2012-12-25Let servers choose better ciphersuites when clients support themNick Mathewson
2012-12-25Remove the address argument from client cipher classification fnsNick Mathewson
2012-12-25Cache the type of client cipher list we have in the tor_tls_tNick Mathewson
2012-12-25prop198: Detect the list of ciphersuites we used to lie about havingNick Mathewson
2012-12-25Configure SSL context to know about using P-256 for ECDHE.Nick Mathewson
2012-12-13Nuke uses of memcmp outside of unit testsNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick 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-11-02Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson
2012-11-02Add a PID_T_FORMAT for writing pids to logsNick Mathewson
2012-11-02Remove an unused variable; part of mingw64 patch from yayoooNick Mathewson
2012-11-02Compile (with warnings) with mingw64Nick Mathewson
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