- Added KSL protocol (modified Kerberos)

- Removed bkepk (duplicate of bke)
This commit is contained in:
ccremers
2005-03-09 12:28:15 +00:00
parent 4d6c98046e
commit 1dc997aac4
4 changed files with 85 additions and 62 deletions

View File

@@ -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

View File

@@ -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",