summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02curve25519-donna-c64: make endian-neutralness fns staticNick Mathewson
2013-01-02Implementat the ntor handshakeNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson
2013-01-02curve25519-donna-c64: work on bigendian and alignment-happy systemsNick Mathewson
2013-01-02Make curve25519-donna work with our compiler warnings.Nick Mathewson
2013-01-02Add fallback implementations for curve25519: curve25519_donnaNick Mathewson
2013-01-02Add a data-invariant linear-search map structureNick Mathewson
2013-01-02Avoid spurious local-port warningsNick Mathewson
2012-12-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-29Merge branch 'bug7814_squash'Nick Mathewson
2012-12-29Fix a crash bug when running an node without IPv6-exit support.Nick Mathewson
2012-12-26Rate-limit "No circuits are opened" message to once-per-hourNick Mathewson
2012-12-25Fix a possibly-unused-var warning. Thank you, GCC.Nick Mathewson
2012-12-25Fix compilation warning: must not format u64 as long.Nick Mathewson
2012-12-25Fix whitespaceNick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-25Merge branch 'directory_guards_rebased'Nick Mathewson
2012-12-25Add documentation for directory guard optionsNick Mathewson
2012-12-25Add configuration options for directory guardsNick Mathewson
2012-12-25Directory guard implementation.Nick Mathewson
2012-12-25Remember which of our guards are directory cachesNick Mathewson
2012-12-25Split choosing a regular directory into its own fnNick Mathewson
2012-12-25One last fix for a warning on non-EC systemsNick Mathewson
2012-12-25Merge branch 'tls_ecdhe_rebased_v2'Nick 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-25Add benchmark for DH handshake and ECDH-P-224/56 handshakeNick 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-25bump to 0.2.4.7-alpha-devRoger Dingledine
2012-12-24add a blurb for 0.2.4.7-alpha tootor-0.2.4.7-alphaRoger Dingledine
2012-12-24bump to 0.2.4.7-alphaRoger Dingledine
2012-12-24fold in changes files so farRoger Dingledine
2012-12-18When there are no dir_server_ts to choose, don't crashNick Mathewson
2012-12-18Nick's Code review #3 part 2.Mike Perry
2012-12-18Changes from Nick's code review 'part 1'Mike Perry
2012-12-18Add packaged cell fullness to the heartbeat message.Nick Mathewson
2012-12-17Remove the obsolete doc/TODO.* filesNick Mathewson
2012-12-17Merge branch 'ticket7570_7571'Nick Mathewson
2012-12-17Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson
2012-12-17Describe IPv6 automap changesNick Mathewson
2012-12-17Document PreferIPv6Automap in the manpageNick Mathewson
2012-12-17Add missing doxygen for DNS and automap codeNick Mathewson
2012-12-17Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson