Theory Yahalom2
section‹The Yahalom Protocol, Variant 2›
theory Yahalom2 imports Public begin
text‹
This version trades encryption of NB for additional explicitness in YM3.
Also in YM3, care is taken to make the two certificates distinct.
From page 259 of
Burrows, Abadi and Needham (1989). A Logic of Authentication.
Proc. Royal Soc. 426
This theory has the prototypical example of a secrecy relation, KeyCryptNonce.
›
inductive_set yahalom :: "event list set"
where
Nil: "[] ∈ yahalom"
| Fake: "⟦evsf ∈ yahalom; X ∈ synth (analz (knows Spy evsf))⟧
⟹ Says Spy B X # evsf ∈ yahalom"
| Reception: "⟦evsr ∈ yahalom; Says A B X ∈ set evsr⟧
⟹ Gets B X # evsr ∈ yahalom"
| YM1: "⟦evs1 ∈ yahalom; Nonce NA ∉ used evs1⟧
⟹ Says A B ⦃Agent A, Nonce NA⦄ # evs1 ∈ yahalom"
| YM2: "⟦evs2 ∈ yahalom; Nonce NB ∉ used evs2;
Gets B ⦃Agent A, Nonce NA⦄ ∈ set evs2⟧
⟹ Says B Server
⦃Agent B, Nonce NB, Crypt (shrK B) ⦃Agent A, Nonce NA⦄⦄
# evs2 ∈ yahalom"
| YM3: "⟦evs3 ∈ yahalom; Key KAB ∉ used evs3;
Gets Server ⦃Agent B, Nonce NB,
Crypt (shrK B) ⦃Agent A, Nonce NA⦄⦄
∈ set evs3⟧
⟹ Says Server A
⦃Nonce NB,
Crypt (shrK A) ⦃Agent B, Key KAB, Nonce NA⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key KAB, Nonce NB⦄⦄
# evs3 ∈ yahalom"
| YM4: "⟦evs4 ∈ yahalom;
Gets A ⦃Nonce NB, Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄,
X⦄ ∈ set evs4;
Says A B ⦃Agent A, Nonce NA⦄ ∈ set evs4⟧
⟹ Says A B ⦃X, Crypt K (Nonce NB)⦄ # evs4 ∈ yahalom"
| Oops: "⟦evso ∈ yahalom;
Says Server A ⦃Nonce NB,
Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄,
X⦄ ∈ set evso⟧
⟹ Notes Spy ⦃Nonce NA, Nonce NB, Key K⦄ # evso ∈ yahalom"
declare Says_imp_knows_Spy [THEN analz.Inj, dest]
declare parts.Body [dest]
declare Fake_parts_insert_in_Un [dest]
declare analz_into_parts [dest]
text‹A "possibility property": there are traces that reach the end›
lemma "Key K ∉ used []
⟹ ∃X NB. ∃evs ∈ yahalom.
Says A B ⦃X, Crypt K (Nonce NB)⦄ ∈ set evs"
apply (intro exI bexI)
apply (rule_tac [2] yahalom.Nil
[THEN yahalom.YM1, THEN yahalom.Reception,
THEN yahalom.YM2, THEN yahalom.Reception,
THEN yahalom.YM3, THEN yahalom.Reception,
THEN yahalom.YM4])
apply (possibility, simp add: used_Cons)
done
lemma Gets_imp_Says:
"⟦Gets B X ∈ set evs; evs ∈ yahalom⟧ ⟹ ∃A. Says A B X ∈ set evs"
by (erule rev_mp, erule yahalom.induct, auto)
text‹Must be proved separately for each protocol›
lemma Gets_imp_knows_Spy:
"⟦Gets B X ∈ set evs; evs ∈ yahalom⟧ ⟹ X ∈ knows Spy evs"
by (blast dest!: Gets_imp_Says Says_imp_knows_Spy)
declare Gets_imp_knows_Spy [THEN analz.Inj, dest]
subsection‹Inductive Proofs›
text‹Result for reasoning about the encrypted portion of messages.
Lets us treat YM4 using a similar argument as for the Fake case.›
lemma YM4_analz_knows_Spy:
"⟦Gets A ⦃NB, Crypt (shrK A) Y, X⦄ ∈ set evs; evs ∈ yahalom⟧
⟹ X ∈ analz (knows Spy evs)"
by blast
lemmas YM4_parts_knows_Spy =
YM4_analz_knows_Spy [THEN analz_into_parts]
text‹Spy never sees a good agent's shared key!›
lemma Spy_see_shrK [simp]:
"evs ∈ yahalom ⟹ (Key (shrK A) ∈ parts (knows Spy evs)) = (A ∈ bad)"
by (erule yahalom.induct, force,
drule_tac [6] YM4_parts_knows_Spy, simp_all, blast+)
lemma Spy_analz_shrK [simp]:
"evs ∈ yahalom ⟹ (Key (shrK A) ∈ analz (knows Spy evs)) = (A ∈ bad)"
by auto
lemma Spy_see_shrK_D [dest!]:
"⟦Key (shrK A) ∈ parts (knows Spy evs); evs ∈ yahalom⟧ ⟹ A ∈ bad"
by (blast dest: Spy_see_shrK)
text‹Nobody can have used non-existent keys!
Needed to apply ‹analz_insert_Key››
lemma new_keys_not_used [simp]:
"⟦Key K ∉ used evs; K ∈ symKeys; evs ∈ yahalom⟧
⟹ K ∉ keysFor (parts (spies evs))"
apply (erule rev_mp)
apply (erule yahalom.induct, force,
frule_tac [6] YM4_parts_knows_Spy, simp_all)
subgoal by (force dest!: keysFor_parts_insert)
subgoal by blast
subgoal by (fastforce dest!: Gets_imp_knows_Spy [THEN parts.Inj])
done
text‹Describes the form of K when the Server sends this message. Useful for
Oops as well as main secrecy property.›
lemma Says_Server_message_form:
"⟦Says Server A ⦃nb', Crypt (shrK A) ⦃Agent B, Key K, na⦄, X⦄
∈ set evs; evs ∈ yahalom⟧
⟹ K ∉ range shrK"
by (erule rev_mp, erule yahalom.induct, simp_all)
lemma analz_image_freshK [rule_format]:
"evs ∈ yahalom ⟹
∀K KK. KK ⊆ - (range shrK) ⟶
(Key K ∈ analz (Key`KK ∪ (knows Spy evs))) =
(K ∈ KK | Key K ∈ analz (knows Spy evs))"
apply (erule yahalom.induct)
apply (frule_tac [8] Says_Server_message_form)
apply (drule_tac [7] YM4_analz_knows_Spy, analz_freshK, spy_analz, blast)
done
lemma analz_insert_freshK:
"⟦evs ∈ yahalom; KAB ∉ range shrK⟧ ⟹
(Key K ∈ analz (insert (Key KAB) (knows Spy evs))) =
(K = KAB | Key K ∈ analz (knows Spy evs))"
by (simp only: analz_image_freshK analz_image_freshK_simps)
text‹The Key K uniquely identifies the Server's message›
lemma unique_session_keys:
"⟦Says Server A
⦃nb, Crypt (shrK A) ⦃Agent B, Key K, na⦄, X⦄ ∈ set evs;
Says Server A'
⦃nb', Crypt (shrK A') ⦃Agent B', Key K, na'⦄, X'⦄ ∈ set evs;
evs ∈ yahalom⟧
⟹ A=A' ∧ B=B' ∧ na=na' ∧ nb=nb'"
apply (erule rev_mp, erule rev_mp)
apply (erule yahalom.induct, simp_all)
txt‹YM3, by freshness›
apply blast
done
subsection‹Crucial Secrecy Property: Spy Does Not See Key \<^term>‹KAB››
lemma secrecy_lemma:
"⟦A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ Says Server A
⦃nb, Crypt (shrK A) ⦃Agent B, Key K, na⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, nb⦄⦄
∈ set evs ⟶
Notes Spy ⦃na, nb, Key K⦄ ∉ set evs ⟶
Key K ∉ analz (knows Spy evs)"
apply (erule yahalom.induct, force, frule_tac [7] Says_Server_message_form,
drule_tac [6] YM4_analz_knows_Spy)
apply (simp_all add: pushes analz_insert_eq analz_insert_freshK, spy_analz)
apply (blast dest: unique_session_keys)+
done
text‹Final version›
lemma Spy_not_see_encrypted_key:
"⟦Says Server A
⦃nb, Crypt (shrK A) ⦃Agent B, Key K, na⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, nb⦄⦄
∈ set evs;
Notes Spy ⦃na, nb, Key K⦄ ∉ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ Key K ∉ analz (knows Spy evs)"
by (blast dest: secrecy_lemma Says_Server_message_form)
text‹This form is an immediate consequence of the previous result. It is
similar to the assertions established by other methods. It is equivalent
to the previous result in that the Spy already has \<^term>‹analz› and
\<^term>‹synth› at his disposal. However, the conclusion
\<^term>‹Key K ∉ knows Spy evs› appears not to be inductive: all the cases
other than Fake are trivial, while Fake requires
\<^term>‹Key K ∉ analz (knows Spy evs)›.›
lemma Spy_not_know_encrypted_key:
"⟦Says Server A
⦃nb, Crypt (shrK A) ⦃Agent B, Key K, na⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, nb⦄⦄
∈ set evs;
Notes Spy ⦃na, nb, Key K⦄ ∉ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ Key K ∉ knows Spy evs"
by (blast dest: Spy_not_see_encrypted_key)
subsection‹Security Guarantee for A upon receiving YM3›
text‹If the encrypted message appears then it originated with the Server.
May now apply ‹Spy_not_see_encrypted_key›, subject to its conditions.›
lemma A_trusts_YM3:
"⟦Crypt (shrK A) ⦃Agent B, Key K, na⦄ ∈ parts (knows Spy evs);
A ∉ bad; evs ∈ yahalom⟧
⟹ ∃nb. Says Server A
⦃nb, Crypt (shrK A) ⦃Agent B, Key K, na⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, nb⦄⦄
∈ set evs"
apply (erule rev_mp)
apply (erule yahalom.induct, force,
frule_tac [6] YM4_parts_knows_Spy, simp_all)
txt‹Fake, YM3›
apply blast+
done
text‹The obvious combination of ‹A_trusts_YM3› with
‹Spy_not_see_encrypted_key››
theorem A_gets_good_key:
"⟦Crypt (shrK A) ⦃Agent B, Key K, na⦄ ∈ parts (knows Spy evs);
∀nb. Notes Spy ⦃na, nb, Key K⦄ ∉ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ Key K ∉ analz (knows Spy evs)"
by (blast dest!: A_trusts_YM3 Spy_not_see_encrypted_key)
subsection‹Security Guarantee for B upon receiving YM4›
text‹B knows, by the first part of A's message, that the Server distributed
the key for A and B, and has associated it with NB.›
lemma B_trusts_YM4_shrK:
"⟦Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄
∈ parts (knows Spy evs);
B ∉ bad; evs ∈ yahalom⟧
⟹ ∃NA. Says Server A
⦃Nonce NB,
Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄⦄
∈ set evs"
apply (erule rev_mp)
apply (erule yahalom.induct, force,
frule_tac [6] YM4_parts_knows_Spy, simp_all)
txt‹Fake, YM3›
apply blast+
done
text‹With this protocol variant, we don't need the 2nd part of YM4 at all:
Nonce NB is available in the first part.›
text‹What can B deduce from receipt of YM4? Stronger and simpler than Yahalom
because we do not have to show that NB is secret.›
lemma B_trusts_YM4:
"⟦Gets B ⦃Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄, X⦄
∈ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ ∃NA. Says Server A
⦃Nonce NB,
Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄,
Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄⦄
∈ set evs"
by (blast dest!: B_trusts_YM4_shrK)
text‹The obvious combination of ‹B_trusts_YM4› with
‹Spy_not_see_encrypted_key››
theorem B_gets_good_key:
"⟦Gets B ⦃Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄, X⦄
∈ set evs;
∀na. Notes Spy ⦃na, Nonce NB, Key K⦄ ∉ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ Key K ∉ analz (knows Spy evs)"
by (blast dest!: B_trusts_YM4 Spy_not_see_encrypted_key)
subsection‹Authenticating B to A›
text‹The encryption in message YM2 tells us it cannot be faked.›
lemma B_Said_YM2:
"⟦Crypt (shrK B) ⦃Agent A, Nonce NA⦄ ∈ parts (knows Spy evs);
B ∉ bad; evs ∈ yahalom⟧
⟹ ∃NB. Says B Server ⦃Agent B, Nonce NB,
Crypt (shrK B) ⦃Agent A, Nonce NA⦄⦄
∈ set evs"
apply (erule rev_mp)
apply (erule yahalom.induct, force,
frule_tac [6] YM4_parts_knows_Spy, simp_all)
txt‹Fake, YM2›
apply blast+
done
text‹If the server sends YM3 then B sent YM2, perhaps with a different NB›
lemma YM3_auth_B_to_A_lemma:
"⟦Says Server A ⦃nb, Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄, X⦄
∈ set evs;
B ∉ bad; evs ∈ yahalom⟧
⟹ ∃nb'. Says B Server ⦃Agent B, nb',
Crypt (shrK B) ⦃Agent A, Nonce NA⦄⦄
∈ set evs"
apply (erule rev_mp)
apply (erule yahalom.induct, simp_all)
txt‹Fake, YM2, YM3›
apply (blast dest!: B_Said_YM2)+
done
text‹If A receives YM3 then B has used nonce NA (and therefore is alive)›
theorem YM3_auth_B_to_A:
"⟦Gets A ⦃nb, Crypt (shrK A) ⦃Agent B, Key K, Nonce NA⦄, X⦄
∈ set evs;
A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ ∃nb'. Says B Server
⦃Agent B, nb', Crypt (shrK B) ⦃Agent A, Nonce NA⦄⦄
∈ set evs"
by (blast dest!: A_trusts_YM3 YM3_auth_B_to_A_lemma)
subsection‹Authenticating A to B›
text‹using the certificate \<^term>‹Crypt K (Nonce NB)››
text‹Assuming the session key is secure, if both certificates are present then
A has said NB. We can't be sure about the rest of A's message, but only
NB matters for freshness. Note that \<^term>‹Key K ∉ analz (knows Spy evs)›
must be the FIRST antecedent of the induction formula.›
text‹This lemma allows a use of ‹unique_session_keys› in the next proof,
which otherwise is extremely slow.›
lemma secure_unique_session_keys:
"⟦Crypt (shrK A) ⦃Agent B, Key K, na⦄ ∈ analz (spies evs);
Crypt (shrK A') ⦃Agent B', Key K, na'⦄ ∈ analz (spies evs);
Key K ∉ analz (knows Spy evs); evs ∈ yahalom⟧
⟹ A=A' ∧ B=B'"
by (blast dest!: A_trusts_YM3 dest: unique_session_keys Crypt_Spy_analz_bad)
lemma Auth_A_to_B_lemma [rule_format]:
"evs ∈ yahalom
⟹ Key K ∉ analz (knows Spy evs) ⟶
K ∈ symKeys ⟶
Crypt K (Nonce NB) ∈ parts (knows Spy evs) ⟶
Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄
∈ parts (knows Spy evs) ⟶
B ∉ bad ⟶
(∃X. Says A B ⦃X, Crypt K (Nonce NB)⦄ ∈ set evs)"
apply (erule yahalom.induct, force,
frule_tac [6] YM4_parts_knows_Spy)
apply (analz_mono_contra, simp_all)
subgoal by blast
subgoal
by (force dest!: Crypt_imp_keysFor)
subgoal
by (blast dest!: B_trusts_YM4_shrK dest: secure_unique_session_keys)
done
text‹If B receives YM4 then A has used nonce NB (and therefore is alive).
Moreover, A associates K with NB (thus is talking about the same run).
Other premises guarantee secrecy of K.›
theorem YM4_imp_A_Said_YM3 [rule_format]:
"⟦Gets B ⦃Crypt (shrK B) ⦃Agent A, Agent B, Key K, Nonce NB⦄,
Crypt K (Nonce NB)⦄ ∈ set evs;
(∀NA. Notes Spy ⦃Nonce NA, Nonce NB, Key K⦄ ∉ set evs);
K ∈ symKeys; A ∉ bad; B ∉ bad; evs ∈ yahalom⟧
⟹ ∃X. Says A B ⦃X, Crypt K (Nonce NB)⦄ ∈ set evs"
by (blast intro: Auth_A_to_B_lemma
dest: Spy_not_see_encrypted_key B_trusts_YM4_shrK)
end