- Added KSL protocol (modified Kerberos)
- Removed bkepk (duplicate of bke)
This commit is contained in:
@@ -319,7 +319,7 @@ def RequiresAllProtocols (protocols, claim):
|
||||
simplercase.remove(redundantfile)
|
||||
# now test the validity of the claim
|
||||
simplerresults = ScytherEval (simplercase)
|
||||
if simplerresults[claim] == 0:
|
||||
if claim in simplerresults.keys() and simplerresults[claim] == 0:
|
||||
# Redundant protocol was not necessary for attack!
|
||||
return 0
|
||||
return 1
|
||||
|
||||
@@ -13,7 +13,6 @@ def from_literature():
|
||||
list = [ \
|
||||
"andrew-ban.spdl",
|
||||
"andrew-lowe-ban.spdl",
|
||||
"bkepk.spdl",
|
||||
"bke.spdl",
|
||||
"boyd.spdl",
|
||||
"ccitt509-ban.spdl",
|
||||
@@ -25,6 +24,7 @@ def from_literature():
|
||||
"kaochow.spdl",
|
||||
"kaochow-v2.spdl",
|
||||
"kaochow-v3.spdl",
|
||||
"ksl.spdl",
|
||||
"ns3.spdl",
|
||||
"nsl3.spdl",
|
||||
"nsl7.spdl",
|
||||
|
||||
Reference in New Issue
Block a user