Properly detect CBC in key negotiation.
authorBas Pape <baspape@gmail.com>
Sun, 25 Aug 2013 13:52:40 +0000 (15:52 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 18:08:18 +0000 (20:08 +0200)
commitd921c7e14b3bd35d2b9f022ae88b90d83b97d568
treed4410ca6a12acedfc7c15eae8b9c56cc63b2f446
parent6df87033d69892ce1a12c5242b8d217087d6ddc8
Properly detect CBC in key negotiation.

When FiSH starts a key exchange, it appends CBC to the key to indicate
that it wants to use CBC rather than EBC. The cipher code simply
rejected this key.
src/core/cipher.cpp