netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Check signatures of answers in a recursive lookup in resolver #119

Closed fehlmach closed 5 years ago

fehlmach commented 5 years ago

Marked with FIXME in resolver.go 1) check if delegation was sent together with answer. 1a) if not send a new query for the delegation back to the sender. 2) check signature using siglib 2a) stop processing in case signature is invalid.