diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-17 07:17:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-17 07:17:17 +0000 |
commit | e761a3a50e65f3bc28202ed4f90b296ca279d36f (patch) | |
tree | 78bf5c828590b0dafe770de23c1cf90ce6b635da /doc/design-paper | |
parent | 4fd9880540720803ae361067c75c19df37a8392b (diff) | |
download | tor-e761a3a50e65f3bc28202ed4f90b296ca279d36f.tar.gz tor-e761a3a50e65f3bc28202ed4f90b296ca279d36f.zip |
add some more papers we tend to cite
svn:r16918
Diffstat (limited to 'doc/design-paper')
-rw-r--r-- | doc/design-paper/tor-design.bib | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/design-paper/tor-design.bib b/doc/design-paper/tor-design.bib index 0cc773237b..981761e94b 100644 --- a/doc/design-paper/tor-design.bib +++ b/doc/design-paper/tor-design.bib @@ -17,6 +17,15 @@ number = {CU-CS-1025-07} } +@inproceedings{bauer:wpes2007, + title = {Low-Resource Routing Attacks Against Tor}, + author = {Kevin Bauer and Damon McCoy and Dirk Grunwald and Tadayoshi Kohno and Douglas Sicker}, + booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2007)}}, + year = {2007}, + month = {October}, + address = {Washington, DC, USA}, +} + % fix me @misc{tannenbaum96, author = "Andrew Tannenbaum", @@ -1443,6 +1452,41 @@ Stefan Katzenbeisser and Fernando P\'{e}rez-Gonz\'{a}lez}, month = {January}, } +@inproceedings{snader08, + title = {A Tune-up for {Tor}: Improving Security and Performance in the {Tor} Network}, + author = {Robin Snader and Nikita Borisov}, + booktitle = {Proceedings of the Network and Distributed Security Symposium - {NDSS} '08}, + year = {2008}, + month = {February}, + publisher = {Internet Society}, +} + +@inproceedings{murdoch-pet2008, + title = {Metrics for Security and Performance in Low-Latency Anonymity Networks}, + author = {Steven J. Murdoch and Robert N. M. Watson}, + booktitle = {Proceedings of the Eighth International Symposium on Privacy Enhancing Technologies (PETS 2008)}, + year = {2008}, + month = {July}, + address = {Leuven, Belgium}, + pages = {115--132}, + editor = {Nikita Borisov and Ian Goldberg}, + publisher = {Springer}, + bookurl = {http://petsymposium.org/2008/}, +} + +@inproceedings{danezis-pet2008, + title = {Bridging and Fingerprinting: Epistemic Attacks on Route Selection}, + author = {George Danezis and Paul Syverson}, + booktitle = {Proceedings of the Eighth International Symposium on Privacy Enhancing Technologies (PETS 2008)}, + year = {2008}, + month = {July}, + address = {Leuven, Belgium}, + pages = {133--150}, + editor = {Nikita Borisov and Ian Goldberg}, + publisher = {Springer}, + bookurl = {http://petsymposium.org/2008/}, +} + %%% Local Variables: %%% mode: latex %%% TeX-master: "tor-design" |