(herald goals) (comment "CPSA 3.4.0") (comment "All input read from goals.scm")
Trees: 0 2 4 6 8 17 19 21 23 26 28 33 41 45 47 49 52 54 57 62 65.
Tree 0.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n2 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk b)) (uniq-orig n1) (goals (forall ((b name) (n1 text) (z0 node)) (implies (and (p "init" 2 z0) (p "init" "n1" z0 n1) (p "init" "b" z0 b) (non (privk b)) (uniq n1)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "b" z1 b)))))) (comment "Initiator point of view" "Authentication goal: agreement on name b") (label 0) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n2 n2-0 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 1) (parent 0) (unrealized) (shape) (satisfies yes) (maps ((0) ((b b) (n1 n1) (a a) (n2 n2)))) (origs (n1 (0 0))))
Tree 2.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n2 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk b)) (uniq-orig n1) (goals (forall ((b name) (n1 text) (z0 node)) (implies (and (p "init" 2 z0) (p "init" "n1" z0 n1) (p "init" "b" z0 b) (non (privk b)) (uniq n1)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "b" z1 b) (prec z1 z0)))))) (comment "Prec example") (label 2) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n2 n2-0 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 3) (parent 2) (unrealized) (shape) (satisfies (no (b b) (n1 n1) (z0 (0 2)))) (maps ((0) ((b b) (n1 n1) (a a) (n2 n2)))) (origs (n1 (0 0))))
Tree 4.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n2) (goals (forall ((a b name) (n2 text) (z0 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n2) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (non (privk a)) (uniq n2)) (exists ((z1 node)) (and (p "init" 1 z1) (p "init" "b" z1 b)))))) (comment "Responder point of view" "Failed authentication goal: agreement on name b") (label 4) (unrealized (0 2)) (origs (n2 (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n2 n1 text) (a b b-0 name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 2) (enc n1 n2 (pubk a))) (label 5) (parent 4) (unrealized) (shape) (satisfies (no (a a) (b b) (n2 n2) (z0 (0 2)))) (maps ((0) ((a a) (b b) (n2 n2) (n1 n1)))) (origs (n2 (0 1))))
Tree 6.
(defprotocol nsl basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 b (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 b (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder-Lowe with no role origination assumptions"))
(defskeleton nsl (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n2) (goals (forall ((a b name) (n2 text) (z0 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n2) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (non (privk a)) (uniq n2)) (exists ((z1 node)) (and (p "init" 1 z1) (p "init" "b" z1 b)))))) (comment "Responder point of view" "Authentication goal: agreement on name b") (label 6) (unrealized (0 2)) (origs (n2 (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton nsl (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 2) (enc n1 n2 b (pubk a))) (label 7) (parent 6) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (b b) (n2 n2) (n1 n1)))) (origs (n2 (0 1))))
Tree 8.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n2 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n1) (goals (forall ((a b name) (n1 text) (z0 z1 node)) (implies (and (p "init" 2 z0) (p "init" "n1" z0 n1) (p "init" "a" z0 a) (p "init" "b" z0 b) (p "" 0 z1) (p "" "x" z1 n1) (non (privk a)) (non (privk b)) (uniq n1)) (false)))) (comment "Initiator point of view" "Secrecy goal: nonce n1 not revealed") (label 8) (unrealized (0 0) (1 1)) (preskeleton) (comment "Not a skeleton"))
(defskeleton ns (vars (n1 n2 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (precedes ((1 0) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n1) (goals (forall ((a b name) (n1 text) (z0 z1 node)) (implies (and (p "init" 2 z0) (p "init" "n1" z0 n1) (p "init" "a" z0 a) (p "init" "b" z0 b) (p "" 0 z1) (p "" "x" z1 n1) (non (privk a)) (non (privk b)) (uniq n1)) (false)))) (comment "Initiator point of view" "Secrecy goal: nonce n1 not revealed") (label 9) (parent 8) (unrealized (0 0) (1 1)) (origs (n1 (1 0))) (comment "1 in cohort - 1 not yet seen"))
Item 10, Parent: 9, Child: 11.
(defskeleton ns (vars (n1 n2 n2-0 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((1 0) (0 0)) ((1 0) (2 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (1 1) (enc n1 a (pubk b))) (label 10) (parent 9) (unrealized (0 0) (1 1)) (comment "1 in cohort - 1 not yet seen"))
Item 11, Parent: 10, Children: 12 13.
(defskeleton ns (vars (n1 n2 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((1 0) (0 0)) ((1 0) (2 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (contracted (n2-0 n2)) n1 (1 1) (enc n1 n2 (pubk a)) (enc n1 a (pubk b))) (label 11) (parent 10) (unrealized (0 0)) (comment "2 in cohort - 2 not yet seen"))
Item 12, Parent: 11, Children: 14 15.
(defskeleton ns (vars (n1 n2 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((1 0) (2 0)) ((2 1) (0 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (displaced 3 2 resp 2) n1 (0 0) (enc n1 a (pubk b))) (label 12) (parent 11) (unrealized (0 0)) (comment "2 in cohort - 2 not yet seen"))
Item 13, Parent: 11, Seen Child: 15.
(defskeleton ns (vars (n1 n2 n2-0 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((1 0) (2 0)) ((1 0) (3 0)) ((2 1) (1 1)) ((3 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 0) (enc n1 a (pubk b))) (label 13) (parent 11) (seen 15) (unrealized (0 0)) (comment "1 in cohort - 0 not yet seen"))
Item 14, Parent: 12, Child: 16.
(defskeleton ns (vars (n2 text) (a b name)) (deflistener n2) (defstrand init 3 (n1 n2) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n2) (b b) (a a)) (precedes ((1 0) (2 0)) ((1 2) (0 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (displaced 3 1 init 3) n2 (0 0) (enc n2 n2 (pubk a)) (enc n2 a (pubk b))) (label 14) (parent 12) (unrealized (0 0)) (comment "1 in cohort - 1 not yet seen"))
Item 15, Parent: 12, Seen Child: 16.
(defskeleton ns (vars (n1 n2 n2-0 text) (a b name)) (deflistener n1) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((1 0) (2 0)) ((1 0) (3 0)) ((2 1) (0 0)) ((2 1) (1 1)) ((3 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 0) (enc n1 n2 (pubk a)) (enc n1 a (pubk b))) (label 15) (parent 12) (seen 16) (unrealized (0 0)) (comment "1 in cohort - 0 not yet seen"))
(defskeleton ns (vars (n2 n2-0 text) (a b name)) (deflistener n2) (defstrand init 3 (n1 n2) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n2) (b b) (a a)) (defstrand resp 2 (n2 n2-0) (n1 n2) (b b) (a a)) (precedes ((1 0) (2 0)) ((1 0) (3 0)) ((1 2) (0 0)) ((2 1) (1 1)) ((3 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (added-strand resp 2) n2 (0 0) (enc n2 (pubk b)) (enc n2 n2 (pubk a)) (enc n2 a (pubk b))) (label 16) (parent 14) (unrealized (0 0)) (comment "empty cohort"))
Tree 17.
(defprotocol unilateral basic (defrole init (vars (a name) (n text)) (trace (send (enc n (pubk a))) (recv n))) (defrole resp (vars (a name) (n text)) (trace (recv (enc n (pubk a))) (send n))) (comment "Unilateral authentication"))
(defskeleton unilateral (vars (n text) (a name)) (defstrand init 2 (n n) (a a)) (non-orig (privk a)) (uniq-orig n) (goals (forall ((a name) (n text) (z0 node)) (implies (and (p "init" 1 z0) (p "init" "n" z0 n) (p "init" "a" z0 a) (non (privk a)) (uniq n)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "a" z1 a)))))) (comment "Unilateral authentication goal") (label 17) (unrealized (0 1)) (origs (n (0 0))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton unilateral (vars (n text) (a name)) (defstrand init 2 (n n) (a a)) (defstrand resp 2 (n n) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a)) (uniq-orig n) (operation nonce-test (added-strand resp 2) n (0 1) (enc n (pubk a))) (label 18) (parent 17) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (n n)))) (origs (n (0 0))))
Tree 19.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n n2 text) (a a-0 name)) (defstrand init 2 (n1 n) (n2 n2) (a a-0) (b a)) (non-orig (privk a)) (uniq-orig n) (goals (forall ((a name) (n text) (z0 node)) (implies (and (p "init" 1 z0) (p "init" "n1" z0 n) (p "init" "b" z0 a) (non (privk a)) (uniq n)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "b" z1 a)))))) (comment "Initiator authentication goal" "Same as unilateral goal under the predicate mapping:" (p "init" "n") "->" (p "init" "n1") "and" (p "init" "a") "->" (p "init" "b") "and" (p "resp" "a") "->" (p "resp" "b")) (label 19) (unrealized (0 1)) (origs (n (0 0))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n n2 n2-0 text) (a a-0 name)) (defstrand init 2 (n1 n) (n2 n2) (a a-0) (b a)) (defstrand resp 2 (n2 n2-0) (n1 n) (b a) (a a-0)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a)) (uniq-orig n) (operation nonce-test (added-strand resp 2) n (0 1) (enc n a-0 (pubk a))) (label 20) (parent 19) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (n n) (a-0 a-0) (n2 n2)))) (origs (n (0 0))))
Tree 21.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n n1 text) (a b name)) (defstrand resp 3 (n2 n) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n) (goals (forall ((a name) (n text) (z0 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n) (p "resp" "a" z0 a) (non (privk a)) (uniq n)) (exists ((z1 node)) (and (p "init" 2 z1) (p "init" "a" z1 a)))))) (comment "Responder authentication goal" "Same as unilateral goal under the predicate mapping:" (p "init" 1) "->" (p "resp" 2) "and" (p "init" "n") "->" (p "resp" "n2") "and" (p "init" "a") "->" (p "resp" "a") "and" (p "resp" 1) "->" (p "init" 2) "and" (p "resp" "a") "->" (p "init" "a")) (label 21) (unrealized (0 2)) (origs (n (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n n1 text) (a b b-0 name)) (defstrand resp 3 (n2 n) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a)) (uniq-orig n) (operation nonce-test (added-strand init 3) n (0 2) (enc n1 n (pubk a))) (label 22) (parent 21) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (n n) (b b) (n1 n1)))) (origs (n (0 1))))
Tree 23.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n n2 text) (a b name)) (defstrand init 2 (n1 n) (n2 n2) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n) (goals (forall ((a b name) (n text) (z0 node)) (implies (and (p "init" 1 z0) (p "init" "n1" z0 n) (p "init" "a" z0 a) (p "init" "b" z0 b) (non (privk a)) (non (privk b)) (uniq n)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "b" z1 b))))) (forall ((a b name) (n text) (z0 node)) (implies (and (p "init" 1 z0) (p "init" "n1" z0 n) (p "init" "a" z0 a) (p "init" "b" z0 b) (non (privk a)) (non (privk b)) (uniq n)) (exists ((z1 node)) (and (p "resp" 1 z1) (p "resp" "a" z1 a)))))) (comment "Two initiator authentication goals") (label 23) (unrealized (0 1)) (origs (n (0 0))) (comment "1 in cohort - 1 not yet seen"))
Item 24, Parent: 23, Child: 25.
(defskeleton ns (vars (n n2 n2-0 text) (a b name)) (defstrand init 2 (n1 n) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n) (operation nonce-test (added-strand resp 2) n (0 1) (enc n a (pubk b))) (label 24) (parent 23) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n n2 text) (a b name)) (defstrand init 2 (n1 n) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n) (operation nonce-test (contracted (n2-0 n2)) n (0 1) (enc n n2 (pubk a)) (enc n a (pubk b))) (label 25) (parent 24) (unrealized) (shape) (satisfies yes yes) (maps ((0) ((a a) (b b) (n n) (n2 n2)))) (origs (n (0 0))))
Tree 26.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n2 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk b)) (uniq-orig n1) (goals (forall ((n1 n2 text) (b a name) (z z-0 node)) (implies (and (p "init" 0 z) (p "init" 2 z-0) (p "init" "n1" z-0 n1) (p "init" "n2" z-0 n2) (p "init" "a" z-0 a) (p "init" "b" z-0 b) (str-prec z z-0) (non (privk b)) (uniq-at n1 z)) (exists ((n2-0 text) (z-1 z-2 z-3 node)) (and (p "init" 1 z-1) (p "resp" 0 z-2) (p "resp" 1 z-3) (p "resp" "n2" z-3 n2-0) (p "resp" "n1" z-3 n1) (p "resp" "b" z-3 b) (p "resp" "a" z-3 a) (prec z z-2) (prec z-3 z-1) (str-prec z z-1) (str-prec z-1 z-0) (str-prec z-2 z-3)))))) (comment "Shape analysis sentence") (label 26) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n2 n2-0 text) (b a name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 27) (parent 26) (unrealized) (shape) (satisfies yes) (maps ((0) ((n1 n1) (n2 n2) (b b) (a a)))) (origs (n1 (0 0))))
Tree 28.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n2 n1 text) (a b name)) (deflistener n2) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a) (privk b)) (uniq-orig n2) (goals (forall ((a b name) (n2 text) (z0 z1 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n2) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (p "" 0 z1) (p "" "x" z1 n2) (non (privk a)) (non (privk b)) (uniq n2)) (false)))) (comment "Responder point of view" "Failed secrecy goal: nonce n2 not revealed") (label 28) (unrealized (0 0) (1 2)) (preskeleton) (comment "Not a skeleton"))
Item 29, Parent: 28, Child: 30.
(defskeleton ns (vars (n2 n1 text) (a b name)) (deflistener n2) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((1 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (goals (forall ((a b name) (n2 text) (z0 z1 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n2) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (p "" 0 z1) (p "" "x" z1 n2) (non (privk a)) (non (privk b)) (uniq n2)) (false)))) (comment "Responder point of view" "Failed secrecy goal: nonce n2 not revealed") (label 29) (parent 28) (unrealized (0 0) (1 2)) (origs (n2 (1 1))) (comment "1 in cohort - 1 not yet seen"))
Item 30, Parent: 29, Children: 31 32.
(defskeleton ns (vars (n2 n1 text) (a b b-0 name)) (deflistener n2) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((1 1) (0 0)) ((1 1) (2 1)) ((2 2) (1 2))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (1 2) (enc n1 n2 (pubk a))) (label 30) (parent 29) (unrealized (0 0)) (comment "2 in cohort - 2 not yet seen"))
(defskeleton ns (vars (n2 n1 text) (a b b-0 name)) (deflistener n2) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((1 1) (2 1)) ((2 2) (0 0)) ((2 2) (1 2))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (displaced 3 2 init 3) n2 (0 0) (enc n1 n2 (pubk a))) (label 31) (parent 30) (unrealized) (shape) (satisfies (no (a a) (b b) (n2 n2) (z0 (1 2)) (z1 (0 0)))) (maps ((0 1) ((a a) (b b) (n2 n2) (n1 n1)))) (origs (n2 (1 1))))
(defskeleton ns (vars (n2 n1 text) (a b b-0 b-1 name)) (deflistener n2) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-1)) (precedes ((1 1) (2 1)) ((1 1) (3 1)) ((2 2) (1 2)) ((3 2) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 0) (enc n1 n2 (pubk a))) (label 32) (parent 30) (unrealized) (shape) (satisfies (no (a a) (b b) (n2 n2) (z0 (1 2)) (z1 (0 0)))) (maps ((0 1) ((a a) (b b) (n2 n2) (n1 n1)))) (origs (n2 (1 1))))
Tree 33.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n1-0 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand init 3 (n1 n1-0) (n2 n2-0) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n1 n1-0) (subgoals (forall ((n1 n1-0 n2 n2-0 text) (a b name) (z z-0 z-1 z-2 node)) (implies (and (p "init" 0 z) (p "init" 2 z-0) (p "init" 0 z-1) (p "init" 2 z-2) (p "init" "n1" z-0 n1) (p "init" "n2" z-0 n2) (p "init" "a" z-0 a) (p "init" "b" z-0 b) (p "init" "n1" z-2 n1-0) (p "init" "n2" z-2 n2-0) (p "init" "a" z-2 a) (p "init" "b" z-2 b) (str-prec z z-0) (str-prec z-1 z-2) (non (privk a)) (non (privk b)) (uniq-at n1 z) (uniq-at n1-0 z-1)) (= z-1 z)))) (comment "Double initiator point of view") (label 33) (unrealized (0 1) (1 1)) (origs (n1 (0 0)) (n1-0 (1 0))) (comment "1 in cohort - 1 not yet seen"))
Item 34, Parent: 33, Child: 36.
(defskeleton ns (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation collapsed 1 0) (label 34) (parent 33) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 35, Parent: 33, Child: 37.
(defskeleton ns (vars (n1 n1-0 n2 n2-0 n2-1 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand init 3 (n1 n1-0) (n2 n2-0) (a a) (b b)) (defstrand resp 2 (n2 n2-1) (n1 n1-0) (b b) (a a)) (precedes ((1 0) (2 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n1-0) (operation nonce-test (added-strand resp 2) n1-0 (1 1) (enc n1-0 a (pubk b))) (label 35) (parent 33) (unrealized (0 1) (1 1)) (comment "1 in cohort - 1 not yet seen"))
Item 36, Parent: 34, Child: 38.
(defskeleton ns (vars (n1 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 36) (parent 34) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
Item 37, Parent: 35, Child: 39.
(defskeleton ns (vars (n1 n1-0 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand init 3 (n1 n1-0) (n2 n2-0) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1-0) (b b) (a a)) (precedes ((1 0) (2 0)) ((2 1) (1 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n1-0) (operation nonce-test (contracted (n2-1 n2-0)) n1-0 (1 1) (enc n1-0 n2-0 (pubk a)) (enc n1-0 a (pubk b))) (label 37) (parent 35) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (contracted (n2-0 n2)) n1 (0 1) (enc n1 n2 (pubk a)) (enc n1 a (pubk b))) (label 38) (parent 36) (unrealized) (shape) (satisfies yes) (maps ((0 0) ((a a) (b b) (n1 n1) (n1-0 n1) (n2 n2) (n2-0 n2)))) (origs (n1 (0 0))))
Item 39, Parent: 37, Child: 40.
(defskeleton ns (vars (n1 n1-0 n2 n2-0 n2-1 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand init 3 (n1 n1-0) (n2 n2-0) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1-0) (b b) (a a)) (defstrand resp 2 (n2 n2-1) (n1 n1) (b b) (a a)) (precedes ((0 0) (3 0)) ((1 0) (2 0)) ((2 1) (1 1)) ((3 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n1-0) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 39) (parent 37) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n1-0 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2-0) (a a) (b b)) (defstrand init 3 (n1 n1-0) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1-0) (b b) (a a)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (3 0)) ((1 0) (2 0)) ((2 1) (1 1)) ((3 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n1-0) (operation nonce-test (contracted (n2-1 n2-0)) n1 (0 1) (enc n1 n2-0 (pubk a)) (enc n1 a (pubk b))) (label 40) (parent 39) (unrealized) (shape) (satisfies (no (n1 n1) (n1-0 n1-0) (n2 n2-0) (n2-0 n2) (a a) (b b) (z (0 0)) (z-0 (0 2)) (z-1 (1 0)) (z-2 (1 2)))) (maps ((0 1) ((a a) (b b) (n1 n1) (n1-0 n1-0) (n2 n2-0) (n2-0 n2)))) (origs (n1 (0 0)) (n1-0 (1 0))))
Tree 41.
(defprotocol nsl-typeless basic (defrole init (vars (a b name) (n1 text) (n2 mesg)) (trace (send (enc a n1 (pubk b))) (recv (enc n1 n2 b (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 text) (n1 mesg)) (trace (recv (enc a n1 (pubk b))) (send (enc n1 n2 b (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder-Lowe with untyped nonces"))
(defskeleton nsl-typeless (vars (n1 mesg) (n2 text) (a b name)) (deflistener n2) (defstrand resp 2 (n1 n1) (n2 n2) (b b) (a a)) (non-orig (privk a) (privk b)) (uniq-orig n2) (goals (forall ((n2 text) (a b name) (z z-0 node)) (implies (and (p "resp" 1 z) (p "" 0 z-0) (p "resp" "n2" z n2) (p "resp" "b" z b) (p "resp" "a" z a) (p "" "x" z-0 n2) (non (privk a)) (non (privk b)) (uniq n2)) (false)))) (comment "Shows typeflaw in typeless NSL") (label 41) (unrealized (0 0)) (preskeleton) (comment "Not a skeleton"))
Item 42, Parent: 41, Children: 43 44.
(defskeleton nsl-typeless (vars (n1 mesg) (n2 text) (a b name)) (deflistener n2) (defstrand resp 2 (n1 n1) (n2 n2) (b b) (a a)) (precedes ((1 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (goals (forall ((n2 text) (a b name) (z z-0 node)) (implies (and (p "resp" 1 z) (p "" 0 z-0) (p "resp" "n2" z n2) (p "resp" "b" z b) (p "resp" "a" z a) (p "" "x" z-0 n2) (non (privk a)) (non (privk b)) (uniq n2)) (false)))) (comment "Shows typeflaw in typeless NSL") (label 42) (parent 41) (unrealized (0 0)) (origs (n2 (1 1))) (comment "2 in cohort - 2 not yet seen"))
(defskeleton nsl-typeless (vars (n2 n1 text) (a b name)) (deflistener n2) (defstrand resp 2 (n1 n1) (n2 n2) (b b) (a a)) (defstrand init 3 (n2 n2) (n1 n1) (a a) (b b)) (precedes ((1 1) (2 1)) ((2 2) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 0) (enc n1 n2 b (pubk a))) (label 43) (parent 42) (unrealized (0 0)) (comment "empty cohort"))
(defskeleton nsl-typeless (vars (n2 n2-0 text) (a b a-0 name)) (deflistener n2) (defstrand resp 2 (n1 a-0) (n2 n2) (b b) (a a)) (defstrand resp 2 (n1 (cat n2 b)) (n2 n2-0) (b a) (a a-0)) (precedes ((1 1) (2 0)) ((2 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2) (operation nonce-test (added-strand resp 2) n2 (0 0) (enc a-0 n2 b (pubk a))) (label 44) (parent 42) (unrealized) (shape) (satisfies (no (n2 n2) (a a) (b b) (z (1 1)) (z-0 (0 0)))) (maps ((0 1) ((n2 n2) (a a) (b b) (n1 a-0)))) (origs (n2 (1 1))))
Tree 45.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n2) (subgoals (forall ((n1 n2 text) (a b name) (z z-0 node)) (implies (and (p "init" 0 z) (p "init" 2 z-0) (p "init" "n1" z-0 n1) (p "init" "n2" z-0 n2) (p "init" "a" z-0 a) (p "init" "b" z-0 b) (str-prec z z-0) (non (privk a)) (non (privk b)) (uniq-at n1 z)) (exists ((z-1 z-2 z-3 node)) (and (p "init" 1 z-1) (p "resp" 0 z-2) (p "resp" 1 z-3) (p "resp" "n2" z-3 n2) (p "resp" "n1" z-3 n1) (p "resp" "b" z-3 b) (p "resp" "a" z-3 a) (prec z z-2) (prec z-3 z-1) (str-prec z z-1) (str-prec z-1 z-0) (str-prec z-2 z-3)))))) (comment "Responder point of view with SAS") (label 45) (unrealized (0 2)) (origs (n2 (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n2 n1 text) (a b b-0 name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 2) (enc n1 n2 (pubk a))) (label 46) (parent 45) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (n2 n2) (b b) (n1 n1)))) (origs (n2 (0 1))))
Tree 47.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n2) (subgoals (forall ((n1 n2 text) (a b name) (z z-0 node)) (implies (and (p "init" 0 z) (p "init" 2 z-0) (p "init" "n1" z-0 n1) (p "init" "n2" z-0 n2) (p "init" "a" z-0 a) (p "init" "b" z-0 b) (str-prec z z-0) (non (privk a)) (non (privk b)) (uniq-at n1 z)) (false)))) (comment "Responder point of view with false as the conclusion") (label 47) (unrealized (0 2)) (origs (n2 (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n2 n1 text) (a b b-0 name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a)) (uniq-orig n2) (operation nonce-test (added-strand init 3) n2 (0 2) (enc n1 n2 (pubk a))) (label 48) (parent 47) (unrealized) (shape) (satisfies yes) (maps ((0) ((a a) (n2 n2) (b b) (n1 n1)))) (origs (n2 (0 1))))
Tree 49.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n1) (subgoals (forall ((n1 n2 text) (a b name) (z z-0 node)) (implies (and (p "init" 0 z) (p "init" 2 z-0) (p "init" "n1" z-0 n1) (p "init" "n2" z-0 n2) (p "init" "a" z-0 a) (p "init" "b" z-0 b) (str-prec z z-0) (non (privk a)) (non (privk b)) (uniq-at n1 z)) (false)))) (comment "Initiator point of view with false as the conclusion") (label 49) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
Item 50, Parent: 49, Child: 51.
(defskeleton ns (vars (n1 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 50) (parent 49) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (operation nonce-test (contracted (n2-0 n2)) n1 (0 1) (enc n1 n2 (pubk a)) (enc n1 a (pubk b))) (label 51) (parent 50) (unrealized) (shape) (satisfies (no (n1 n1) (n2 n2) (a a) (b b) (z (0 0)) (z-0 (0 2)))) (maps ((0) ((a a) (b b) (n1 n1) (n2 n2)))) (origs (n1 (0 0))))
Tree 52.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
(defskeleton ns (vars (n n1 text) (a b name)) (defstrand resp 3 (n2 n) (n1 n1) (b b) (a a)) (non-orig (privk a) (privk b)) (uniq-orig n) (goals (forall ((a b name) (n text) (z0 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (non (privk a)) (non (privk b)) (uniq n)) (exists ((z1 node)) (and (p "init" 2 z1) (p "init" "a" z1 a))))) (forall ((a b name) (n text) (z0 node)) (implies (and (p "resp" 2 z0) (p "resp" "n2" z0 n) (p "resp" "a" z0 a) (p "resp" "b" z0 b) (non (privk a)) (non (privk b)) (uniq n)) (exists ((z1 node)) (and (p "init" 2 z1) (p "init" "b" z1 b)))))) (comment "Two responder authentication goals") (label 52) (unrealized (0 2)) (origs (n (0 1))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns (vars (n n1 text) (a b b-0 name)) (defstrand resp 3 (n2 n) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a) (privk b)) (uniq-orig n) (operation nonce-test (added-strand init 3) n (0 2) (enc n1 n (pubk a))) (label 53) (parent 52) (unrealized) (shape) (satisfies yes (no (a a) (b b) (n n) (z0 (0 2)))) (maps ((0) ((a a) (b b) (n n) (n1 n1)))) (origs (n (0 1))))
Tree 54.
(defprotocol ns-role-origs basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b)))) (non-orig (privk b)) (uniq-orig n1)) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b)))) (non-orig (privk a)) (uniq-orig n2)) (comment "Needham-Schroeder with role assumptions that are too strong"))
(defskeleton ns-role-origs (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (non-orig (privk b)) (uniq-orig n1) (label 54) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
Item 55, Parent: 54, Child: 56.
(defskeleton ns-role-origs (vars (n1 n2 n2-0 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n2-0) (operation nonce-test (added-strand resp 2) n1 (0 1) (enc n1 a (pubk b))) (label 55) (parent 54) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns-role-origs (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1 n2) (operation nonce-test (contracted (n2-0 n2)) n1 (0 1) (enc n1 n2 (pubk a)) (enc n1 a (pubk b))) (label 56) (parent 55) (unrealized) (shape) (maps ((0) ((a a) (b b) (n1 n1) (n2 n2)))) (origs (n2 (1 1)) (n1 (0 0))))
Tree 57.
(defprotocol ns-role-origs basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b)))) (non-orig (privk b)) (uniq-orig n1)) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b)))) (non-orig (privk a)) (uniq-orig n2)) (comment "Needham-Schroeder with role assumptions that are too strong"))
(defskeleton ns-role-origs (vars (n2 n1 text) (b a name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (non-orig (privk a)) (uniq-orig n2) (label 57) (unrealized (0 2)) (origs (n2 (0 1))) (comment "1 in cohort - 1 not yet seen"))
Item 58, Parent: 57, Children: 59 60.
(defskeleton ns-role-origs (vars (n2 n1 text) (b a b-0 name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (precedes ((0 1) (1 1)) ((1 0) (0 0)) ((1 2) (0 2))) (non-orig (privk a) (privk b-0)) (uniq-orig n2 n1) (operation nonce-test (added-strand init 3) n2 (0 2) (enc n1 n2 (pubk a))) (label 58) (parent 57) (unrealized (0 0) (0 2)) (comment "2 in cohort - 2 not yet seen"))
(defskeleton ns-role-origs (vars (n2 n1 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (precedes ((0 1) (1 1)) ((1 0) (0 0)) ((1 2) (0 2))) (non-orig (privk a) (privk b)) (uniq-orig n2 n1) (operation nonce-test (contracted (b-0 b)) n1 (0 0) (enc n1 a (pubk b))) (label 59) (parent 58) (unrealized) (shape) (maps ((0) ((b b) (a a) (n2 n2) (n1 n1)))) (origs (n1 (1 0)) (n2 (0 1))))
Item 60, Parent: 58, Child: 61.
(defskeleton ns-role-origs (vars (n2 n1 n2-0 text) (b a b-0 name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b-0)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b-0) (a a)) (precedes ((0 1) (1 1)) ((1 0) (2 0)) ((1 2) (0 2)) ((2 1) (0 0))) (non-orig (privk a) (privk b-0)) (uniq-orig n2 n1 n2-0) (operation nonce-test (added-strand resp 2) n1 (0 0) (enc n1 a (pubk b-0))) (label 60) (parent 58) (unrealized (0 0) (0 2)) (comment "1 in cohort - 1 not yet seen"))
Item 61, Parent: 60, Seen Child: 59.
(defskeleton ns-role-origs (vars (n2 n1 n2-0 text) (a b name)) (defstrand resp 3 (n2 n2) (n1 n1) (b b) (a a)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n1) (b b) (a a)) (precedes ((0 1) (1 1)) ((1 0) (2 0)) ((1 2) (0 2)) ((2 1) (0 0))) (non-orig (privk a) (privk b)) (uniq-orig n2 n1 n2-0) (operation nonce-test (contracted (b-0 b)) n1 (0 0) (enc n1 n2-0 (pubk a)) (enc n1 a (pubk b))) (label 61) (parent 60) (seen 59) (unrealized) (comment "1 in cohort - 0 not yet seen"))
Tree 62.
(defprotocol ns2 basic (defrole init (vars (a b name) (n1 n2 n3 text)) (trace (send (enc n1 n3 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b)))) (note doubled nonce in the first message)) (note that this protocol is derived from Needham-Schroeder))
(defskeleton ns2 (vars (n1 n2 n3 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (n3 n3) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig n1) (label 62) (unrealized (0 1)) (origs (n1 (0 0))) (comment "1 in cohort - 1 not yet seen"))
Item 63, Parent: 62, Child: 64.
(defskeleton ns2 (vars (n2 n3 n2-0 text) (a b name)) (defstrand init 3 (n1 n3) (n2 n2) (n3 n3) (a a) (b b)) (defstrand resp 2 (n2 n2-0) (n1 n3) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n3) (operation nonce-test (added-strand resp 2) n3 (0 1) (enc n3 n3 a (pubk b))) (label 63) (parent 62) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton ns2 (vars (n3 n2 text) (a b name)) (defstrand init 3 (n1 n3) (n2 n2) (n3 n3) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n3) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n3) (operation nonce-test (contracted (n2-0 n2)) n3 (0 1) (enc n3 n2 (pubk a)) (enc n3 n3 a (pubk b))) (label 64) (parent 63) (unrealized) (shape) (maps ((0) ((a a) (b b) (n1 n3) (n2 n2) (n3 n3)))) (origs (n3 (0 0))))
Tree 65.
(defprotocol ns basic (defrole init (vars (a b name) (n1 n2 text)) (trace (send (enc n1 a (pubk b))) (recv (enc n1 n2 (pubk a))) (send (enc n2 (pubk b))))) (defrole resp (vars (b a name) (n2 n1 text)) (trace (recv (enc n1 a (pubk b))) (send (enc n1 n2 (pubk a))) (recv (enc n2 (pubk b))))) (comment "Needham-Schroeder with no role origination assumptions"))
Item 65.
(defskeleton ns (vars (n1 n2 text) (a b name)) (defstrand init 3 (n1 n1) (n2 n2) (a a) (b b)) (defstrand resp 2 (n2 n2) (n1 n1) (b b) (a a)) (precedes ((0 0) (1 0)) ((1 1) (0 1))) (non-orig (privk a) (privk b)) (uniq-orig n1) (label 65) (unrealized) (shape) (maps ((0 1) ((n1 n1) (n2 n2) (a a) (b b)))) (origs (n1 (0 0))))