1. 08 Apr, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Use Crypto API · d77fdda9
      Jon Grimm authored
      Rip out our own HMAC-SHA1 and replace with crypto API.  
      Can now choose hmac-sha1, hmac-md5, or none with regards to what
      HMAC to use for cookie echo verification.
      d77fdda9
  2. 04 Apr, 2003 1 commit
  3. 03 Apr, 2003 1 commit
  4. 02 Apr, 2003 4 commits
  5. 31 Mar, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Fix SACK bundling bug. · 89f0091e
      Jon Grimm authored
      sctp_packet_bundle_sack() modifies packet->size, but the local copy 
      of this value is not updated.  The bug is that we can "put" too much
      data to the skb and segfault.  Also, once DATA is in the packet, set
      has_sack, so we don't inadvertantly bundle a SACK after DATA. 
      89f0091e
  6. 28 Mar, 2003 1 commit
  7. 25 Mar, 2003 4 commits
  8. 24 Mar, 2003 27 commits