Re: [PATCH 2/8] SCTP: Implement SCTP-AUTH internals

2007-09-16 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Fri, 14 Sep 2007 14:44:53 -0400 > This patch implements the internals operations of the AUTH, such as > key computation and storage. It also adds necessary variables to > the SCTP data structures. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]>

[PATCH 2/8] SCTP: Implement SCTP-AUTH internals

2007-09-14 Thread Vlad Yasevich
This patch implements the internals operations of the AUTH, such as key computation and storage. It also adds necessary variables to the SCTP data structures. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> --- include/net/sctp/auth.h | 112 +++ include/net/sctp/constants.h | 49 +++