commit
14b6c5fc1a
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ if your long-term (stored on disk) asymmetric keys get seized or stolen, they
|
||||||
are not sufficient to decrypt recorded sessions (you can't derive the session
|
are not sufficient to decrypt recorded sessions (you can't derive the session
|
||||||
key from the asymmetric keys) -- but the encrypted channel is still
|
key from the asymmetric keys) -- but the encrypted channel is still
|
||||||
authenticated (once you verified the public key via a different channel or a
|
authenticated (once you verified the public key via a different channel or a
|
||||||
shared secret (using the [Socialist millionairs
|
shared secret (using the [Socialist millionaires
|
||||||
problem](https://en.wikipedia.org/wiki/Socialist_millionaire))).
|
problem](https://en.wikipedia.org/wiki/Socialist_millionaire))).
|
||||||
|
|
||||||
OTR does not support offline messages (the session keys may already be destroyed
|
OTR does not support offline messages (the session keys may already be destroyed
|
||||||
|
@ -319,7 +319,7 @@ implementation](https://github.com/hannesm/xmpp/blob/eee18bd3dd343550169969c0b45
|
||||||
is partial and deeply embedded. The XML parser is as well deeply embedded (and [has
|
is partial and deeply embedded. The XML parser is as well deeply embedded (and [has
|
||||||
some
|
some
|
||||||
issues](https://github.com/hannesm/jackline/issues/8#issuecomment-67773044)).
|
issues](https://github.com/hannesm/jackline/issues/8#issuecomment-67773044)).
|
||||||
The library needs to be teared apart (something I procrastinate since more than
|
The library needs to be torn apart (something I procrastinate since more than
|
||||||
a year). Once it is pure, the application can have full control over when to
|
a year). Once it is pure, the application can have full control over when to
|
||||||
call IO (and esp use the same protocol implementation as well for registering a
|
call IO (and esp use the same protocol implementation as well for registering a
|
||||||
new account - [currently not
|
new account - [currently not
|
||||||
|
|
Loading…
Reference in a new issue