forget-rend-descs-on-newnym 542 B

1234567891011121314
  1. o Security fixes:
  2. - Forget all hidden service descriptors cached as a client when
  3. processing a SIGNAL NEWNYM command. Fixes bug 3000. Bugfix on
  4. 0.0.6.
  5. o Minor bugfixes:
  6. - Don't allow v0 hidden service authorities to act as clients.
  7. Required by fix for bug 3000.
  8. - Ignore SIGNAL NEWNYM commands on relay-only Tor instances.
  9. Required by fix for bug 3000.
  10. o Code simplifications and refactoring:
  11. - Allow rend_client_send_introduction to fail without closing the
  12. AP connection permanently.