(herald isoreject-corrected) (comment "CPSA 4.4.3") (comment "All input read from tst/isoreject-corrected.scm") (defprotocol isofix basic (defrole init (vars (a b name) (na nb nc text)) (trace (send (cat a na)) (recv (enc "first" nb na a (privk b))) (send (enc "second" nc nb b (privk a))))) (defrole resp (vars (a b name) (na nb nc text)) (trace (recv (cat a na)) (send (enc "first" nb na a (privk b))) (recv (enc "second" nc nb b (privk a)))) (uniq-orig nb)) (defgenrule neqRl_indx (forall ((x indx)) (implies (fact neq x x) (false)))) (defgenrule neqRl_strd (forall ((x strd)) (implies (fact neq x x) (false)))) (defgenrule neqRl_mesg (forall ((x mesg)) (implies (fact neq x x) (false))))) (defskeleton isofix (vars (na nb nc text) (a b name)) (defstrand resp 3 (na na) (nb nb) (nc nc) (a a) (b b)) (non-orig (privk a) (privk b)) (uniq-orig nb) (traces ((recv (cat a na)) (send (enc "first" nb na a (privk b))) (recv (enc "second" nc nb b (privk a))))) (label 0) (unrealized (0 2)) (origs (nb (0 1))) (comment "1 in cohort - 1 not yet seen")) (defskeleton isofix (vars (na nb nc na-0 text) (a b name)) (defstrand resp 3 (na na) (nb nb) (nc nc) (a a) (b b)) (defstrand init 3 (na na-0) (nb nb) (nc nc) (a a) (b b)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a) (privk b)) (uniq-orig nb) (operation encryption-test (added-strand init 3) (enc "second" nc nb b (privk a)) (0 2)) (traces ((recv (cat a na)) (send (enc "first" nb na a (privk b))) (recv (enc "second" nc nb b (privk a)))) ((send (cat a na-0)) (recv (enc "first" nb na-0 a (privk b))) (send (enc "second" nc nb b (privk a))))) (label 1) (parent 0) (unrealized (1 1)) (comment "1 in cohort - 1 not yet seen")) (defskeleton isofix (vars (na nb nc text) (a b name)) (defstrand resp 3 (na na) (nb nb) (nc nc) (a a) (b b)) (defstrand init 3 (na na) (nb nb) (nc nc) (a a) (b b)) (precedes ((0 1) (1 1)) ((1 2) (0 2))) (non-orig (privk a) (privk b)) (uniq-orig nb) (operation encryption-test (displaced 2 0 resp 2) (enc "first" nb na-0 a (privk b)) (1 1)) (traces ((recv (cat a na)) (send (enc "first" nb na a (privk b))) (recv (enc "second" nc nb b (privk a)))) ((send (cat a na)) (recv (enc "first" nb na a (privk b))) (send (enc "second" nc nb b (privk a))))) (label 2) (parent 1) (realized) (shape) (maps ((0) ((a a) (b b) (na na) (nb nb) (nc nc)))) (origs (nb (0 1)))) (comment "Nothing left to do") (defprotocol isofix basic (defrole init (vars (a b name) (na nb nc text)) (trace (send (cat a na)) (recv (enc "first" nb na a (privk b))) (send (enc "second" nc nb b (privk a))))) (defrole resp (vars (a b name) (na nb nc text)) (trace (recv (cat a na)) (send (enc "first" nb na a (privk b))) (recv (enc "second" nc nb b (privk a)))) (uniq-orig nb)) (defgenrule neqRl_indx (forall ((x indx)) (implies (fact neq x x) (false)))) (defgenrule neqRl_strd (forall ((x strd)) (implies (fact neq x x) (false)))) (defgenrule neqRl_mesg (forall ((x mesg)) (implies (fact neq x x) (false))))) (defskeleton isofix (vars (na nb nc text) (b a name)) (defstrand init 3 (na na) (nb nb) (nc nc) (a a) (b b)) (non-orig (privk b)) (traces ((send (cat a na)) (recv (enc "first" nb na a (privk b))) (send (enc "second" nc nb b (privk a))))) (label 3) (unrealized (0 1)) (origs) (comment "1 in cohort - 1 not yet seen")) (defskeleton isofix (vars (na nb nc text) (b a name)) (defstrand init 3 (na na) (nb nb) (nc nc) (a a) (b b)) (defstrand resp 2 (na na) (nb nb) (a a) (b b)) (precedes ((1 1) (0 1))) (non-orig (privk b)) (uniq-orig nb) (operation encryption-test (added-strand resp 2) (enc "first" nb na a (privk b)) (0 1)) (traces ((send (cat a na)) (recv (enc "first" nb na a (privk b))) (send (enc "second" nc nb b (privk a)))) ((recv (cat a na)) (send (enc "first" nb na a (privk b))))) (label 4) (parent 3) (realized) (shape) (maps ((0) ((b b) (a a) (na na) (nb nb) (nc nc)))) (origs (nb (1 1)))) (comment "Nothing left to do")