src/test/ntor_ref.py client_part2() doesn't check AUTH matches server response
Line 285:
```
badness = my_auth != their_auth
badness = bad_result(yx) + bad_result(bx)
if badness:
return None
```
Second line probably oughta be `badness |= ...`.
**Trac**:
**Username**: joelanders
issue