summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/uml/tkey.uml
blob: 4cc33e58b740fb1f9b3dc01d03bb821d3c0f70a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
@startuml

title TKEY Exchange (GSS-TSIG hook)

participant "Kea D2 server" as Kea
participant "DNS server" as DNS

Kea -> DNS: TKEY request
DNS -> Kea: TKEY response (signed)

@enduml