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 19:20:26 +0000 (21:20 +0200)
commitccd0c6083b0e9fbd939e637711eea7d23fd90033
treef299cdc99ff70c797d5656af8df44f3b28e51599
parenta79a2aebbbf7fbffab229a7c16e33da38bec2859
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