Open
Description
Code Version
6.2.0
Expected Behavior
calling sigver.correctly_signed_response(*xml without <Signature>*, must=True)
should raise some Exception due to missing Signature. Because docstring states ":param must: Whether there must be a signature"
Current Behavior
no exception is raised
Possible Solution
deprecate must
param