Fixed channel MAC key setting in JOIN notify and command reply silc.client.1.1.6 silc.server.1.1.14 silc.toolkit.1.1.8
authorPekka Riikonen <priikone@silcnet.org>
Sat, 25 Oct 2008 13:58:50 +0000 (16:58 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 25 Oct 2008 13:58:50 +0000 (16:58 +0300)
In JOIN notify when MAC algo changes wrong key was set to the new MAC.

In JOIN command reply in backup router the channel key may not be set
in command reply because backup reiceives also CHANNEL_KEY packet from
router and hence clients receive it too, but new MAC context was still
allocated in the command reply, hence using empty MAC without key with
channel messages.


No differences found