Project

General

Profile

Bug #1473

Quassel Client does not remember the channel encryption key set using /setkey

Added by gry about 6 years ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/06/2018
Due date:
% Done:

100%

Estimated time:
Version:
0.12.4
OS:
Any

Description

Steps:

1. /setkey #chan foo
2. close Quassel Client and re-open it

Expected result:

1. the encryption key is remembered

Actual result:

1. the encryption key is reset, plain text messages are sent

Associated revisions

Revision c382e0c1 (diff)
Added by mamarley almost 6 years ago

Persist Blowfish keys in the database

Add a new text field called "cipher" and store the hex-encoded
cipher key there whenever a new key is set or exchanged. Also,
when each network is initialized, load the ciphers out of the
database and initialize the in-memory hashmap. Then, the existing
behavior of each CoreIrcNetwork automatically using these keys
upon construction occurs.

Additionally, this makes PM buffer ciphers persistent both across
destruction/construction and across core restarts.

Note that the existing "key" field in the database is confusingly
named. It does not contain any sort of cryptographic key but
instead holds channel passwords.

Closes #1473

Closes GH-332.

History

#1 Updated by mamarley almost 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF