watchtower/wtclient: use HD session key derivation

This commit is contained in:
Conner Fromknecht
2019-04-23 20:04:55 -07:00
parent 0404aedede
commit bebe6461a9
4 changed files with 53 additions and 27 deletions

View File

@@ -109,7 +109,6 @@ func (m *ClientDB) CreateClientSession(session *wtdb.ClientSession) error {
m.activeSessions[session.ID] = &wtdb.ClientSession{
TowerID: session.TowerID,
KeyIndex: session.KeyIndex,
SessionPrivKey: session.SessionPrivKey,
ID: session.ID,
Policy: session.Policy,
SeqNum: session.SeqNum,