[SCTP]: Implete SCTP-AUTH parameter processing
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 17 Sep 2007 02:32:11 +0000 (19:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:30 +0000 (16:51 -0700)
commit730fc3d05cd4ba4c9ce2de91f3d43349e95dbbf5
tree50a59c6592a7546f9d54364f26dc2a03f5f18345
parenta29a5bd4f5c3e8ba2e89688feab8b01c44f1654f
[SCTP]: Implete SCTP-AUTH parameter processing

Implement processing for the CHUNKS, RANDOM, and HMAC parameters and
deal with how this parameters are effected by association restarts.
In particular, during unexpeted INIT processing, we need to reply with
parameters from the original INIT chunk.  Also, after restart, we need
to update the old association with new peer parameters and change the
association shared keys.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/command.h
net/sctp/associola.c
net/sctp/sm_make_chunk.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c