Erase known copies of keys (unit tests ensure we don't end up using

zeroed keys).
This commit is contained in:
akwizgran
2011-11-17 09:54:24 +00:00
parent 66d973bcdd
commit 27a3f6e497
3 changed files with 87 additions and 16 deletions

View File

@@ -17,6 +17,7 @@
<test name='net.sf.briar.LockFairnessTest'/>
<test name='net.sf.briar.ProtocolIntegrationTest'/>
<test name='net.sf.briar.crypto.CounterModeTest'/>
<test name='net.sf.briar.crypto.ErasableKeyTest'/>
<test name='net.sf.briar.crypto.KeyDerivationTest'/>
<test name='net.sf.briar.db.BasicH2Test'/>
<test name='net.sf.briar.db.DatabaseCleanerImplTest'/>