Test that tor correctly handles zero-length keys
commitdebd7862bb6d641c13fe4ee019da633c683d740e
authorteor <teor2345@gmail.com>
Sat, 10 Jan 2015 06:14:29 +0000 (10 17:14 +1100)
committerteor <teor2345@gmail.com>
Sat, 10 Jan 2015 06:14:29 +0000 (10 17:14 +1100)
tree0d34554d8f733ae5729d1d19984b12f876753fec
parentc200ab46b85cece87a4bcdbaacd41bc6539d1671
Test that tor correctly handles zero-length keys

Check that tor generates new keys, and overwrites the empty key files.
Test that tor generates new keys when keys are missing (existing
behaviour).
Test that tor does not overwrite key files that already contain data
(existing behaviour).

Tests fixes to bug 13111.
changes/bug13111-generate-keys-on-empty-file
src/test/include.am
src/test/zero_length_keys.sh [new file with mode: 0755]