New AuthDirPinKeys option to enable/disable keypinning enforcement
commit01733e2b1568dacea26765800fab2c66f0b16bd1
authorNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2015 15:22:26 +0000 (23 11:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2015 15:22:26 +0000 (23 11:22 -0400)
tree5ffd894d152a052c54471a96c3ea25fabba341f2
parentefea1e904a17450fe9916a0032680f752bd40bc2
New AuthDirPinKeys option to enable/disable keypinning enforcement

Implements ticket #17135.  We're going to need this one to avoid
chaos as everybody figures out how ed25519 keys work.
src/or/dirserv.c
src/or/keypin.c
src/or/keypin.h
src/test/test_keypin.c