Merge branch '1570-derive-handshake-root-key' into 'master'

Add contact manager and key manager methods for converting a pending contact

Closes #1570

See merge request briar/briar!1114
This commit is contained in:
Torsten Grote
2019-06-03 14:33:21 +00:00
23 changed files with 369 additions and 407 deletions

View File

@@ -444,7 +444,7 @@ class IntroduceeProtocolEngine
// add the keys to the new contact
//noinspection ConstantConditions
keys = keyManager.addContactWithRotationKeys(txn, c.getId(),
keys = keyManager.addRotationKeys(txn, c.getId(),
new SecretKey(s.getMasterKey()), timestamp,
s.getLocal().alice, false);