-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
1679 lines (1505 loc) · 58.5 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Robert Kuennemann at 2016-07-26 09:57:27 +0200
%% Saved with string encoding Unicode (UTF-8)
@string{sv = {Springer}}
@string{acm = {ACM Press}}
@string{ieee = {IEEE Computer Society Press}}
@string{elsevier = {Elsevier Science Publishers Ltd.}}
@string{commacm = {Communications of the ACM}}
@string{acmccs03 = {Proc.\ 10th ACM CCS}}
@string{acmccs08 = {Proc.\ 15th ACM CCS}}
@string{acmccs09 = {Proc.\ 16th ACM CCS}}
@string{acmccs10 = {Proc.\ 17th ACM CCS}}
@string{acmccs11 = {Proc.\ 18th ACM CCS}}
@string{acmccs12 = {Proc.\ 19th ACM CCS}}
@string{acmccs13 = {Proc.\ 20th ACM CCS}}
@string{acmccs14 = {Proc.\ 21th ACM CCS}}
@string{csf11 = {Proc.\ 24th IEEE CSF}}
@string{csf14 = {Proc.\ 27th IEEE CSF}}
@string{csf15 = {Proc.\ 28th IEEE CSF}}
@string{cav13 = {Proc.\ 25th CAV}}
@string{esop05 = {Proc.\ 14th ESOP}}
@string{fse12 = {Proc.\ 18th ACM FSE}}
@string{fse14 = {Proc.\ 20th ACM FSE}}
@string{lics05 = {Proc.\ 20th IEEE LICS}}
@string{post16 = {Proc.\ 5rd POST}}
@string{post14 = {Proc.\ 3rd POST}}
@string{post13 = {Proc.\ 2nd POST}}
@string{post12 = {Proc.\ 1nd POST}}
@string{sp07 = {Proc.\ 28th IEEE S\&P}}
@string{sp15 = {Proc.\ 36th IEEE S\&}}
@string{spsm14 = {Proc.\ 4th ACM SPSM}}
@string{asiaccs16 = {Proc.\ ACM AsiaCCS}}
@string{tcs = {TCS}}
@string{lncs = {LNCS}}
@article{lamport1977proving,
title={Proving the correctness of multiprocess programs},
author={Lamport, Leslie},
journal={IEEE transactions on software engineering},
number={2},
pages={125--143},
year={1977},
publisher={IEEE}
}
@inproceedings{AF-popl01,
Author = {Mart\'{i}n Abadi and Cédric Fournet},
Booktitle = {28th ACM Symp. on Principles of Programming
Languages (POPL'01)},
Pages = {104-115},
Publisher = {ACM},
Title = {Mobile Values, New Names, and Secure Communication},
Year = 2001
}
@inproceedings{ARR-csf11,
Author = {Myrto Arapinis and Eike Ritter and Mark Ryan},
Booktitle = {24th {IEEE} Computer Security Foundations
Symposium (CSF'11)},
Pages = {33-47},
Publisher = {{IEEE} Comp. Soc.},
Title = {StatVerif: Verification of Stateful Processes},
Year = 2011
}
@InProceedings{ASW97,
author = "N. Asokan and Matthias Schunter and Michael Waidner",
title = "Optimistic Protocols for Fair Exchange",
pages = "8--17",
booktitle = "4th {ACM} Conference on Computer and Communications
Security",
address = "Zurich, Switzerland",
year = 1997,
publisher = "ACM",
month = apr,
OPTeditor = "Tsutomu Matsumoto",
}
@article{AbadiCortierTCS06,
Author = {Mart{\'\i}n Abadi and V\'eronique Cortier},
Journal = {Theoretical Computer Science},
Number = {1-2},
Pages = {2-32},
Title = {Deciding knowledge in security protocols under
equational theories},
Volume = 387,
Year = 2006
}
@inproceedings{Asokan1998a,
Author = {Asokan, N. and Shoup, Victor and Waidner,
Michael},
Booktitle = {IEEE Symposium on Security and Privacy (S\&P'98)},
Pages = {86--99},
Title = {Asynchronous protocols for optimistic fair exchange},
Year = 1998,
Publisher = {{IEEE} Comp. Soc.},
}
@inproceedings{BCFS-ccs10,
Author = {Bortolozzo, Matteo and Centenaro, Matteo and
Focardi, Riccardo and Steel, Graham},
Booktitle = {17th {ACM} {C}onference on {C}omputer and
{C}ommunications {S}ecurity ({CCS}'10)},
Pages = {260-269},
Publisher = {ACM},
Title = {Attacking and Fixing {PKCS}\#11 Security Tokens},
Year = 2010
}
@article{BCLM-jcs05,
Author = {Stefano Bistarelli and Iliano Cervesato and Gabriele
Lenzini and Fabio Martinelli},
Journal = {Journal of Computer Security},
Number = 1,
Pages = {3-47},
Title = {Relating multiset rewriting and process algebras for
security protocol analysis},
Volume = 13,
Year = 2005
}
@inproceedings{BDS-ccs15,
author = {David A. Basin and Jannik Dreier and Ralf Sasse},
title = {Automated Symbolic Proofs of Observational
Equivalence},
booktitle = {22nd Conference on Computer and Communications
Security (CCS'15)},
pages = {1144--1155},
year = 2015,
publisher = {{ACM}},
}
@Article{BenOrcontract,
author = "Michael Ben-Or and Oded Goldreich and Silvio Micali
and Ronald L. Rivest",
title = "A Fair Protocol for Signing Contracts",
journal = "IEEE Transaction on Information Theory",
number = 1,
pages = "40--46",
volume = 36,
year = 1990,
month = jan,
}
@INPROCEEDINGS{BlanchetAbadiFournetLICS05,
AUTHOR = {Bruno Blanchet and Martín Abadi and C{\'e}dric
Fournet},
TITLE = {Automated {V}erification of {S}elected
{E}quivalences for {S}ecurity {P}rotocols},
BOOKTITLE = {Symposium on Logic in Computer Science (LICS'05)},
PAGES = {331-340},
YEAR = 2005,
ADDRESS = {Chicago, IL},
MONTH = JUN,
PUBLISHER = {{IEEE} Comp. Soc.}
}
@inproceedings{BreakingGoogle-FMSE2008,
Author = {Alessandro Armando and Roberto Carbone and Luca
Compagna and Jorge Cuellar and Llanos Tobarra Abad},
Booktitle = {6th ACM Workshop on Formal Methods in
Security Engineering (FMSE'08)},
Pages = {1--10},
Title = {Formal Analysis of SAML 2.0 Web Browser Single
Sign-On: Breaking the SAML-based Single Sign-On for
Google Apps},
Year = 2008
}
@Article{CCCK16,
author = {Chadha, Rohit and Cheval, Vincent and
Ciob{\^a}c{\u{a}}, {\c{S}}tefan and Kremer, Steve},
title = {Automated verification of equivalence properties of
cryptographic protocols},
journal = {ACM Transactions on Computational Logic},
year = 2016,
url = {https://hal.inria.fr/hal-01306561/document},
note = {To appear}
}
@InProceedings{CCS2012-Cyrille,
author = {V\'eronique Cortier and Graham Steel and Cyrille
Wiedling},
title = {Revoke and Let Live: A Secure Key Revocation API for
Cryptographic Devices},
booktitle = {19th ACM Conference on Computer and Communications
Security (CCS'12)},
year = 2012,
address = {Raleigh, USA},
month = {October},
pages = {918-928},
doi = {10.1145/2382196.2382293},
publisher = {ACM},
}
@inproceedings{CD-fmse06,
author = {Jan Cederquist and Muhammad Torabi Dashti},
title = {An intruder model for verifying liveness in security
protocols},
booktitle = {{ACM} Workshop on Formal methods in security
engineering, ({FMSE}'06)},
pages = {23--32},
year = 2006,
doi = {10.1145/1180337.1180340},
}
@article{CKS-jar2005,
author = {Chadha, Rohit and Kremer, Steve and Scedrov, Andre},
DOI = {10.1007/s10817-005-9019-5},
journal = {Journal of Automated Reasoning},
month = jan,
number = {1-2},
pages = {39-83},
publisher = {Springer},
title = {Formal Analysis of Multi-Party Contract Signing},
volume = 36,
year = 2006,
nmonth = 1,
}
@InProceedings{CMSS2003,
Author = {Rohit Chadha and John C. Mitchell and Andre Scedrov
and Vitaly Shmatikov},
Title = {Contract signing, optimism, and advantage},
BookTitle = {CONCUR 2003 --- Concurrency Theory},
pages = {366--382},
Volume = 2761,
OPTeditor = {R. Amadio and D. Lugiez},
Series = lncs,
Publisher = {Springer-Verlag},
month = sep,
year = 2003,
address = {Marseille, France},
}
@InProceedings{ChadhaKanovichScedrov2001,
author = "Rohit Chadha and Max Kanovich and Andre Scedrov",
title = "Inductive methods and contract-signing protocols",
pages = "176--185",
booktitle = "8th {ACM} Conference on Computer and Communications
Security",
year = 2001,
OPTeditor = "Pierangela Samarati",
month = nov,
publisher = "ACM",
address = "Philadelphia, PA, USA",
}
@proceedings{DBLP:conf/csfw/1998,
Bibsource = {dblp computer science bibliography, http://dblp.org},
Biburl = {http://dblp.uni-trier.de/rec/bib/conf/csfw/1998},
Isbn = {0-8186-8488-7},
Publisher = {{IEEE} Comp. Soc.},
Timestamp = {Fri, 13 May 2016 11:52:53 +0200},
Title = {Proceedings of the 11th {IEEE} Computer Security
Foundations Workshop, Rockport, Massachusetts, USA,
June 9-11, 1998},
Url =
{http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=5606},
Year = 1998,
Bdsk-Url-1 =
{http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=5606}
}
@inproceedings{DBLP:conf/csfw/Schneider98,
Author = {Steve Schneider},
Bibsource = {dblp computer science bibliography, http://dblp.org},
Biburl =
{http://dblp.uni-trier.de/rec/bib/conf/csfw/Schneider98},
Booktitle = {11th {IEEE} Computer Security
Foundations Workshop (CSFW'98)},
Doi = {10.1109/CSFW.1998.683155},
Pages = {54--65},
Title = {Formal Analysis of a Non-Repudiation Protocol},
Year = 1998,
}
@inproceedings{DKRS-csf11,
Acronym = {{CSF}'11},
Author = {Delaune, St{\'e}phanie and Kremer, Steve and Ryan,
Mark D. and Steel, Graham},
Booktitle = {24th {IEEE} {C}omputer {S}ecurity
{F}oundations {S}ymposium ({CSF}'11)},
Pages = {66-82},
Publisher = {{IEEE} Comp. Soc.},
Title = {Formal analysis of protocols based on {TPM} state
registers},
Year = 2011
}
@article{DKS-jcs09,
Author = {Delaune, St{\'e}phanie and Kremer, Steve and Steel,
Graham},
Doi = {10.3233/JCS-2009-0394},
Journal = {Journal of Computer Security},
Month = nov,
Number = 6,
Pages = {1211-1245},
Publisher = {{IOS}},
Title = {Formal Analysis of {PKCS\#11} and Proprietary
Extensions},
Url =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PDF/DKS-jcs09.pdf},
Volume = 18,
Year = 2010,
Bdsk-Url-1 =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PDF/DKS-jcs09.pdf},
Bdsk-Url-2 = {http://dx.doi.org/10.3233/JCS-2009-0394}
}
@incollection{Delaune2011A-Formal-Analys,
Author = {Delaune, St{\'e}phanie and Kremer, Steve and Ryan,
MarkD. and Steel, Graham},
Booktitle = {Formal Aspects of Security and Trust},
Date-Added = {2013-05-07 15:37:08 +0000},
Date-Modified ={2013-05-07 15:37:15 +0000},
Doi = {10.1007/978-3-642-19751-2_8},
OPTEditor = {Degano, Pierpaolo and Etalle, Sandro and Guttman,
Joshua},
Isbn = {978-3-642-19750-5},
Pages = {111-125},
Publisher = {Springer Berlin Heidelberg},
Series = {Lecture Notes in Computer Science},
Title = {A Formal Analysis of Authentication in the TPM},
Url = {http://dx.doi.org/10.1007/978-3-642-19751-2_8},
Volume = 6561,
Year = 2011,
Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-642-19751-2_8}
}
@Article{Even1985,
author = "Shimon Even and Oded Goldreich and Abraham Lempel",
title = "A randomized protocol for signing contracts",
journal = "Communications of the ACM",
volume = 28,
number = 6,
pages = "637--647",
month = jun,
year = 1985,
}
@TechReport{EvenYacobi1980,
author = {Shimon Even and Yacov Yacobi},
title = {Relations among Public Key Signature Systems},
institution = {Technion},
year = 1980,
number = 175,
address = {Haifa, Israel},
month = mar,
}
@inproceedings{Froschle2010Reasoning-with-,
Author = {Sibylle B. Fr{\"o}schle and Nils Sommer},
Booktitle = {7th International Workshop on Formal Aspects
in Security and Trust (FAST'10)},
Date-Added = {2013-05-07 13:32:00 +0000},
Date-Modified ={2013-05-07 13:32:00 +0000},
Pages = {96-110},
Series = {LNCS},
Title = {Reasoning with Past to Prove {PKCS}\#11 Keys Secure},
Volume = 6561,
Year = 2010
}
@inproceedings{GJM99,
Author = {Juan A. Garay and Markus Jakobsson and Philip
D. MacKenzie},
Booktitle = {Advances in Cryptology---{Crypto'99}},
Pages = {449--466},
Publisher = {Springer},
Series = lncs,
Title = {Abuse-Free Optimistic Contract Signing},
Volume = 1666,
Year = 1999
}
@article{GR-fac05,
author = {Sigrid G{\"{u}}rgens and Carsten Rudolph},
title = {Security analysis of efficient (Un-)fair
non-repudiation protocols},
journal = {Formal Asp. Comput.},
volume = 17,
number = 3,
pages = {260--276},
year = 2005,
url = {http://dx.doi.org/10.1007/s00165-004-0055-4},
doi = {10.1007/s00165-004-0055-4},
}
@article{Guttman-jar12,
Author = {Joshua D. Guttman},
Journal = {J. Autom. Reasoning},
Number = 2,
Pages = {159-195},
Title = {State and Progress in Strand Spaces: Proving Fair
Exchange},
Volume = 48,
Year = 2012
}
@manual{IBMCCAGuide,
Key = {{CCA} {B}asic {S}ervices {R}eference and {G}uide},
Month = Oct,
Note = {Available online},
Title = {{CCA} {B}asic {S}ervices {R}eference and {G}uide},
Year = 2006
}
@inproceedings{K-post2015,
Author = {K{\"u}nnemann, Robert},
Booktitle = {4th {C}onference on {P}rinciples of
{S}ecurity and {T}rust (POST'15)},
Pages = {219-238},
Publisher = {Springer},
Series = lncs,
Title = {Automated backward analysis of {PKCS}\#11 v2.20},
Volume = 9036,
Year = 2015
}
@inproceedings{KK-sp2014,
Author = {Kremer, Steve and K{\"u}nnemann, Robert},
Booktitle = {35th IEEE Symposium on Security and Privacy
(S\&P'14)},
Doi = {10.1109/SP.2014.18},
Pages = {163--178},
Publisher = {{IEEE} Comp. Soc.},
Title = {Automated Analysis of Security Protocols with Global
State},
Year = 2014,
Bdsk-Url-1 = {http://dx.doi.org/10.1109/SP.2014.18}
}
@inproceedings{KS-stm12,
Author = {K{\"u}nnemann, Robert and Steel, Graham},
Booktitle = {{P}roc. 8th {W}orkshop on {S}ecurity and {T}rust
{M}anagement ({STM}'12)},
Pages = {257-272},
Series = lncs,
Title = {{Y}ubi{S}ecure? {F}ormal Security Analysis Results
for the {Y}ubikey and {Y}ubi{HSM}},
Volume = 7783,
Year = 2012
}
@article{KremerKunnemann-jcs16,
author = {Kremer, Steve and K{\"u}nnemann, Robert},
DOI = {10.3233/JCS-2009-0394},
journal = {Journal of Computer Security},
publisher = {{IOS}},
title = {Automated analysis of security protocols with global
state},
year = 2016,
note = {To appear},
}
@article{KremerMarkowitchZhou2002,
Abstract = {With the phenomenal growth of the Internet and open
networks in general, security services, such as
non-repudiation, become crucial to many
applications. Non-repudiation services must ensure
that when Alice sends some information to Bob over a
network, neither Alice nor Bob can deny having
participated in a part or the whole of this
communication. Therefore a non-repudiation protocol
has to generate non-repudiation of origin evidences
intended to Bob, and non-repudiation of receipt
evidences destined to Alice. In this paper, we
clearly define the properties a non-repudiation
protocol must respect, and give a survey of the most
important non-repudiation protocols. We describe
protocols without and with trusted third party
(TTP). For the later ones we discuss the evolution
of the TTP's involvement and, between others,
describe the most recent protocol using a
transparent TTP. We also discuss some ad-hoc
problems related to the management of
non-repudiation evidences and shortly overview
several efforts to formally verify these protocols.},
Author = {Kremer, Steve and Markowitch, Olivier and Zhou,
Jianying},
Journal = {Computer Communications},
Month = nov,
Nmonth = 11,
Number = 17,
Pages = {1606-1621},
Publisher = {Elsevier Science Publishers},
Title = {An Intensive Survey of Fair Non-repudiation
Protocols},
Url =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PDF/comcom02.pdf},
Volume = 25,
Year = 2002,
Bdsk-Url-1 =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PDF/comcom02.pdf}
}
@inproceedings{KremerRaskin2002,
abstract = {In this paper we report on the verification of two
contract signing protocols. Our verification method
is based on the idea of modeling those protocols as
games, and reasoning about their properties as
strategies for players. We use the formal model of
alternating transition systems to represent the
protocols and alternating-time temporal logic to
specify properties. The paper focuses on the
verification of abuse-freeness, relates this
property to the balance property, previously studied
using two other formalisms, shows some ambugities in
the definition of abuse-freeness and proposes a new,
stronger definition. Formal methods are not only
useful here to verify automatically the protocols
but also to better understand their requirements
(balance and abuse-freeness are quite complicated
and subtle properties).},
address = {Cape Breton, Nova Scotia, Canada},
author = {Kremer, Steve and Raskin, Jean-Fran{\c{c}}ois},
booktitle = {{P}roceedings of the 15th {IEEE} {C}omputer
{S}ecurity {F}oundations {W}orkshop ({CSFW}'02)},
month = jun,
pages = {206-220},
publisher = {{IEEE} Comp. Soc.},
title = {Game Analysis of Abuse-Free Contract Signing},
year = 2002,
acronym = {{CSFW}'02},
nmonth = 6,
url =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PS/Kremer-csfw15.ps},
}
@article{KremerRaskin2003,
abstract = {In this paper, we report on a recent work for the
verification of non-repudiation protocols. We
propose a verification method based on the idea that
non-repudiation protocols are best modeled as games.
To formalize this idea, we use alternating
transition systems, a game based model, to model
protocols and alternating temporal logic, a game
based logic, to express requirements that the
protocols must ensure. This method is automated by
using the model-checker {\scshape Mocha}, a
model-checker that supports the alternating
transition systems and the alternating temporal
logic. Several optimistic protocols are analyzed
using {\scshape Mocha}.},
author = {Kremer, Steve and Raskin, Jean-Fran{\c{c}}ois},
journal = {Journal of Computer Security},
number = 3,
pages = {399-429},
publisher = {{IOS}},
title = {A Game-Based Verification of Non-Repudiation and
Fair Exchange Protocols},
volume = 11,
year = 2003,
url =
{http://www.lsv.ens-cachan.fr/Publis/PAPERS/PS/Kremer-gameNRextended.ps},
}
@inproceedings{Lowe1996,
Author = {Gavin Lowe},
Booktitle = {2nd International Workshop on Tools and
Algorithms for Construction and Analysis of Systems
({TACAS}'96)},
Pages = {147-166},
Publisher = {Springer},
Series = lncs,
Title = {Breaking and fixing the {N}eedham-{S}chroeder
public-key protocol using {FDR}},
Volume = 1055,
Year = 1996
}
@phdthesis{Meier2013a,
Author = {Meier, Simon},
Date-Added = {2016-07-27 07:16:06 +0000},
Date-Modified ={2016-07-27 07:16:09 +0000},
School = {Diss., Eidgen{\"o}ssische Technische Hochschule ETH
Z{\"u}rich, Nr. 20742},
Title = {Advancing automated security protocol verification},
Year = 2013
}
@inproceedings{Modersheim-ccs10,
Author = {Sebastian M{\"o}dersheim},
Booktitle = {17th ACM Conference on Computer and
Communications Security (CCS'10)},
Pages = {351-360},
Publisher = {ACM},
Title = {Abstraction by set-membership: verifying security
protocols and web services with databases},
Year = 2010
}
@manual{PKCS11,
Address = {v2.20},
Month = {June},
Organization = {RSA Security Inc.},
Title = {{PKCS} \#11: Cryptographic Token Interface
Standard.},
Year = 2004
}
@inproceedings{RDGR-ifm14,
Author = {John D. Ramsdell and Daniel J. Dougherty and Joshua
D. Guttman and Paul D. Rowe},
Booktitle = {11th International Conference on Integrated
Formal Methods ({IFM}'14)},
Doi = {10.1007/978-3-319-10181-1},
Pages = {272--287},
Publisher = {Springer},
Series = lncs,
Title = {A Hybrid Analysis for Security Protocols with State},
Volume = 8739,
Year = 2014,
Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-319-10181-1}
}
@inproceedings{SMCB-cav13,
Author = {Benedikt Schmidt and Simon Meier and Cas Cremers and
David Basin},
Booktitle = {25th International Conference on Computer
Aided Verification (CAV'13)},
Pages = {696-701},
Publisher = {Springer},
Series = LNCS,
Title = {The TAMARIN Prover for the Symbolic Analysis of
Security Protocols},
Volume = 8044,
Year = 2013
}
@inproceedings{SMCB-csf12,
Author = {Benedikt Schmidt and Simon Meier and Cas Cremers and
David Basin},
Booktitle = {25th {IEEE} Computer Security Foundations
Symposium (CSF'12)},
Pages = {78-94},
Publisher = {{IEEE} Comp. Soc.},
Title = {Automated Analysis of {Diffie-Hellman} Protocols and
Advanced Security Properties},
Year = 2012
}
@inproceedings{SQFW-asiaccs15,
Author = {Jianxiong Shao and Yu Qin and Dengguo Feng and
Weijin Wang},
Booktitle = {10th {ACM} Symposium on Information, Computer
and Communications Security ({ASIA} {CCS} '15)},
Pages = {273--284},
Publisher = {{ACM}},
Title = {Formal Analysis of Enhanced Authorization in the
{TPM} 2.0},
Year = 2015
}
@inproceedings{SSCB-sp2014,
Author = {Benedikt Schmidt and Ralf Sasse and Cas Cremers and
David A. Basin},
Booktitle = {35th IEEE Symposium on Security and Privacy
(S\&P'14)},
Doi = {10.1109/SP.2014.19},
Pages = {179--194},
Publisher = {{IEEE} Comp. Soc.},
Title = {Automated Verification of Group Key Agreement
Protocols},
Year = 2014,
Bdsk-Url-1 = {http://dx.doi.org/10.1109/SP.2014.19}
}
@inbook{Shmatikov2001,
Address = {Berlin, Heidelberg},
Author = {Shmatikov, Vitaly and Mitchell, John C.},
Booktitle = {Financial Cryptography: 4th International
Conference, FC 2000 Anguilla, British West Indies,
February 20--24, 2000 Proceedings},
Doi = {10.1007/3-540-45472-1_13},
OPTEditor = {Frankel, Yair},
Isbn = {978-3-540-45472-4},
Pages = {174--191},
Publisher = {Springer Berlin Heidelberg},
Title = {Analysis of Abuse-Free Contract Signing},
Url = {http://dx.doi.org/10.1007/3-540-45472-1_13},
Year = 2001,
Bdsk-Url-1 = {http://dx.doi.org/10.1007/3-540-45472-1_13}
}
@misc{TCG,
Author = {{T}rusted {C}omputing {G}roup},
Key = {TCG},
Note = {Available at
\url{http://www.trustedcomputinggroup.org/resources/tpm_main_specification}},
Title = {{TPM Specification version 1.2. Parts 1--3, revision
103}},
Year = 2007
}
@article{THG-jcs99,
Author = {F. Javier {Thayer Fabrega} and Jonathan C. Herzog
and Joshua D. Guttman},
Journal = {Journal of Computer Security},
Number = {2/3},
Pages = {191--230},
Title = {Strand Spaces: Proving Security Protocols Correct},
Volume = 7,
Year = 1999
}
@InProceedings{Tedrickfair,
Author = "Tom Tedrick",
Title = "Fair Exchange of Secrets",
BookTitle = "Advances in Cryptology---{Crypto 1984}",
OPTEditor = "G. R. Blakley and D. C. Chaum",
Volume = 196,
Series = lncs,
Pages = "434--438",
Publisher = "Springer-Verlag",
year = 1985,
}
@misc{Yubicos-custome,
Author = {{Yubico AB}},
Note = {Accessed: Do 13 Nov 2014 08:33:34 CET},
Title = {Yubico customer list},
Url = { https://www.yubico.com/about/reference-customers/},
Year = 2014,
Bdsk-Url-1 =
{%09https://www.yubico.com/about/reference-customers/}
}
@inproceedings{armando05AVISPA,
Author = {Alessandro Armando and David A. Basin and Yohan
Boichut and Yannick Chevalier and Luca Compagna and
Jorge Cu{\'e}llar and Paul Hankes Drielsma and
Pierre-Cyrille H{\'e}am and Olga Kouchnarenko and
Jacopo Mantovani and Sebastian M{\"o}dersheim and
David von Oheimb and Micha{\"e}l Rusinowitch and
Judson Santiago and Mathieu Turuani and Luca
Vigan{\`o} and Laurent Vigneron},
Booktitle = {17th International Conference on Computer
Aided Verification (CAV'05)},
Pages = {281-285},
Publisher = {Springer},
Series = LNCS,
Title = {The {AVISPA} Tool for the Automated Validation of
Internet Security Protocols and Applications.},
Year = 2005
}
@phdthesis{benschmi-thesis,
Author = {Benedikt Schmidt},
Month = {November},
School = {ETH Z\"{u}rich},
Title = {Formal Analysis of Key-Exchange Protocols and
Physical Protocols},
Year = 2012
}
@inproceedings{blanchetcsfw01,
Author = {Bruno Blanchet},
Booktitle = {14th Computer Security Foundations Workshop
(CSFW'01)},
Pages = {82--96},
Publisher = {{IEEE} Comp. Soc.},
Title = {An {E}fficient {C}ryptographic {P}rotocol {V}erifier
{B}ased on {P}rolog {R}ules},
Year = 2001
}
@INPROCEEDINGS{BlanchetSAS02,
AUTHOR = {Bruno Blanchet},
TITLE = {From {S}ecrecy to {A}uthenticity in {S}ecurity {P}rotocols},
BOOKTITLE = {9th International Static Analysis Symposium (SAS'02)},
PAGES = {342--359},
YEAR = 2002,
EDITOR = {Manuel Hermenegildo and Germ{\'a}n Puebla},
VOLUME = 2477,
SERIES = {Lecture Notes in Computer Science},
ADDRESS = {Madrid, Spain},
MONTH = SEP,
PUBLISHER = {Springer}
}
@article{bond01api,
Author = {M. Bond and R. Anderson},
Journal = {IEEE Computer Magazine},
Month = {October},
Pages = {67-75},
Title = {{API} level attacks on embedded systems},
Year = 2001
}
@inproceedings{enhanced-authorization,
Author = {tbd.},
Booktitle = {10th ACM Symposium on Information, Computer
and Communications Security (ASIACCS'15)},
Note = {to appear.},
Publisher = {ACM},
Title = {Formal Analysis of Enhanced Authorization in the TPM
2.0},
Year = 2015
}
@article{herzog06applying,
Author = {Herzog, Jonathan},
Journal = {IEEE Security \& Privacy Magazine},
Month = {July-Aug},
Number = 4,
Pages = {84--87},
Title = {Applying protocol analysis to security device
interfaces},
Volume = 4,
Year = 2006
}
@article{journals/tcs/ShmatikovM02,
Author = {Shmatikov, Vitaly and Mitchell, John C.},
Journal = {Theor. Comput. Sci.},
Number = 2,
Pages = {419-450},
Title = {Finite-state analysis of two contract signing
protocols.},
Volume = 283,
Year = 2002,
}
@article{longley92automatic,
Author = {Dennis Longley and Simon Rigby},
Journal = {Computers and Security},
Month = {March},
Number = 1,
Pages = {75--89},
Publisher = {Elsevier},
Title = {An Automatic Search for Security Flaws in Key
Management Schemes},
Volume = 11,
Year = 1992
}
@Misc{micalicertifiedmail,
Author = "Silvio Micali",
Title = "Certified {E}-Mail with Invisible Post Offices",
HowPublished = "Available from author; an invited presentation at
the RSA 1997 conference",
year = 1997,
}
@inproceedings{moedersheim-revisit2004,
Abstract = {We revisit the analysis of the ASW contract signing
protocol and use a unified view of the protocol as a
whole as a basis to reason about the protocol and
its objectives. This line of reasoning yields a
simpler and clearer model of agents and protocol
objectives which is within the scope of standard
security analysis methods, as it does not require
fairness constraints and uses only standard
authentication and secrecy properties. We also
analyse this model for finitely and infinitely many
sessions of the protocol using the automated
analysis tools OFMC and its extension OFMC-FP.},
Author = {Paul Hankes Drielsma and Sebastian M{\"o}dersheim},
Booktitle = {Automated Reasoning for Security Protocol Analysis
(ARSPA)},
Month = {July},
Pages = {141--156},
Pdf = {papers/2004/1_arspa2004.pdf},
Ps = {papers/2004/1_arspa2004.ps.gz},
Publisher = {ENTCS},
Title = {The ASW Protocol Revisited: A Unified View},
Year = 2004,
}
@manual{opcuasc,
Address = {16101 N. 82nd Street, Suite 3B, Scottsdale, AZ
85260-1868 USA},
Month = {August},
Organization = {{OPC Foundation}},
Title = {OPC Unified Architecture Specification, Part 6:
Mappings, Release 1.02},
Year = 2012
}
@manual{proverif,
Author = {Bruno Blanchet and Ben Smyth and Vincent Cheval},
Key = {ProVerif},
Title = {ProVerif 1.88: Automatic Cryptographic Protocol
Verifier, User Manual and Tutorial},
Year = 2013
}
@misc{sapicstar,
Author = {Itsaka Rakotonirina},
Howpublished = {Intership report},
Month = sep,
Title = {V{\'e}rification automatique de protocoles de
s{\'e}curit{\'e} avec m{\'e}moire globale et
boucles},
Url =
{http://www.dptinfo.ens-cachan.fr/~irakoton/stagel3/rapportl3.pdf},
Year = 2014,
Bdsk-Url-1 =
{http://www.dptinfo.ens-cachan.fr/~irakoton/stagel3/rapportl3.pdf}
}
@manual{yubikey,
Address = {Kungsgatan 37, 111 56 Stockholm Sweden},
Date-Added = {2013-05-07 10:36:54 +0000},
Date-Modified ={2013-05-07 10:37:02 +0000},
Month = {June},
Organization = {{Yubico AB}},
Title = {The {YubiKey} Manual - Usage, configuration and
introduction of basic concepts (Version 2.2),
available at:
\url{http://www.yubico.com/documentation}},
Year = 2010
}
@InProceedings{MaudeNPA09,
author = {Santiago Escobar and Catherine Meadows and Jos\'e Meseguer},
title = {Maude-NPA: Cryptographic Protocol Analysis Modulo Equational Properties},
booktitle = {Foundations of Security Analysis and Design V},
pages = {1-50},
year = 2009,
volume = 5705,
series = LNCS,
publisher = {Springer},
}
@inproceedings{Cr2008Scyther,
author = {Cremers, Cas J.F.},
title = {The {S}cyther {T}ool: Verification, Falsification,
and Analysis of Security Protocols},
year = 2008,
booktitle = {20th {C}onference on {C}omputer {A}ided
{V}erification ({CAV}'08)},
publisher = {Springer},
series = LNCS,
pages = {414--418},
volume = 5123,
}
@book{pearl-book,
author = {Pearl, Judea},
title = {Causality: Models, Reasoning, and Inference},
year = {2000},
isbn = {0-521-77362-8},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@article{DBLP:journals/corr/abs-1301-2275,
author = {Joseph Y. Halpern and
Judea Pearl},
title = {Causes and Explanations: {A} Structural-Model Approach --- Part 1:
Causes},
journal = {CoRR},
volume = {abs/1301.2275},
year = {2013},
url = {http://arxiv.org/abs/1301.2275},
timestamp = {Fri, 01 Feb 2013 13:30:47 +0100},