commit 7120c27e5566263ab33f59be0179b1e2502fde71
parent a7dca0b00f6a1ba539c427019e8793cd70ce8c0c
Author: Roger Dingledine <arma@torproject.org>
Date: Thu, 11 Sep 2003 00:14:11 +0000
add many papers:
randomized partial checking
almost entirely correct mixing
infranet
universal reencryption rsa2004
svn:r73
Diffstat:
2 files changed, 52 insertions(+), 2 deletions(-)
diff --git a/anonbib.bib b/anonbib.bib
@@ -558,6 +558,27 @@
www_pdf_url = "http://www.cs.nyu.edu/~waldman/publius/publius.pdf",
}
+@InProceedings{randomized-checking,
+ author = {Markus Jakobsson and Ari Juels and Ronald L. Rivest},
+ title = {Making mix nets robust for electronic voting by randomized partial checking},
+ booktitle = {Proceedings of the 11th USENIX Security Symposium},
+ year = {2002},
+ month = {August},
+ www_important = {1},
+ www_section = proofs,
+ www_pdf_url = "http://www.rsasecurity.com/rsalabs/staff/bios/mjakobsson/rpcmix/rpcmix.pdf",
+}
+
+@InProceedings{infranet,
+ author = {Nick Feamster and Magdalena Balazinska and Greg Harfst and Hari Balakrishnan and David Karger},
+ title = {Infranet: Circumventing Web Censorship and Surveillance},
+ booktitle = {Proceedings of the 11th USENIX Security Symposium},
+ year = {2002},
+ month = {August},
+ www_section = pub,
+ www_pdf_url = "http://nms.lcs.mit.edu/~feamster/papers/usenixsec2002.pdf",
+ www_ps_gz_url = "http://nms.lcs.mit.edu/~feamster/papers/usenixsec2002.ps.gz",
+}
%% Section: Stream-based anonymity
@@ -647,6 +668,20 @@
www_important = {1},
}
+@inproceedings{BonehGolle:psp2002,
+ title = {Almost Entirely Correct Mixing With Application to Voting},
+ author = {Dan Boneh and Philippe Golle},
+ booktitle = "Proceedings of the 9th {ACM} {C}onference on {C}omputer and {C}ommunications {S}ecurity ({CCS 2002})",
+ year = {2002},
+ month = {November},
+ address = {Washington, DC},
+ pages = {68--77},
+ editor = {Vijay Atluri},
+ www_pdf_url = {http://crypto.stanford.edu/~pgolle/papers/psp.pdf},
+ www_pdf_url = {http://crypto.stanford.edu/~pgolle/papers/psp.ps},
+ www_section = {proofs},
+}
+
@techreport{freedom2-arch,
author = {Philippe Boucher and Adam Shostack and Ian Goldberg},
title = {Freedom Systems 2.0 Architecture},
@@ -688,7 +723,7 @@
title = "Can Pseudonymity Really Guarantee Privacy?",
booktitle = "Proceedings of the 9th USENIX Security Symposium",
year = {2000},
- month = Aug,
+ month = August,
publisher = {USENIX},
pages = "85--96",
www_section = nym,
@@ -1191,3 +1226,17 @@
www_ps_url = {http://chacs.nrl.navy.mil/publications/CHACS/2003/2003moskowitz-acm5.ps},
}
+@inproceedings{GolleJakobssonJuelsSyverson:universal04,
+ title = {Universal Re-Encryption for Mixnets},
+ author = {Philippe Golle and Markus Jakobsson and Ari Juels and Paul Syverson},
+ booktitle = {Proceedings of the 2004 RSA Conference, Cryptographer's track},
+ year = {2004},
+ month = {February},
+ address = {San Francisco, USA},
+ pages = {},
+ editor = {},
+ www_pdf_url = {http://crypto.stanford.edu/~pgolle/papers/univrenc.pdf},
+ www_ps_url = {http://crypto.stanford.edu/~pgolle/papers/univrenc.ps},
+ www_section = {comm},
+}
+
diff --git a/config.py b/config.py
@@ -29,7 +29,8 @@ AUTHOR_URLS = {
'Ian.*Goldberg' : 'http://www.cs.berkeley.edu/~iang/',
'Christian.*Grothoff' : 'http://www.ovmj.org/~grothoff/',
'D.*Hopwood' : 'http://www.users.zetnet.co.uk/hopwood/',
- 'Jakobsson' : 'http://www.cs.ucsd.edu/users/markus/',
+ 'Jakobsson' : 'http://www.rsasecurity.com/rsalabs/staff/bios/mjakobsson/',
+ 'Juels' : 'http://www.rsasecurity.com/rsalabs/staff/bios/ajuels/',
'K.*Kurosawa' : 'http://kuro.cis.ibaraki.ac.jp/~kurosawa/',
'H.*Langos' : 'http://www.wh9.tu-dresden.de/~heinrich/',
'B.*Liskov' : 'http://www.pmg.lcs.mit.edu/barbara_liskov.html',