Home | History | Annotate | only in /external/chromium_org/third_party/usrsctp
Up to higher level directory
NameDateSize
LICENSE06-Dec-20131.5K
localchanges.patch06-Dec-201313.8K
overrides/06-Dec-2013
OWNERS06-Dec-201346
README.chromium06-Dec-20131.1K
usrsctp.gyp06-Dec-20135.5K

README.chromium

      1 Name: usrsctp
      2 URL: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp
      3 Version: 0
      4 Date: 16 March 2013
      5 Revision: 8554
      6 License: New BSD License
      7 License File: LICENSE
      8 Security Critical: yes
      9 
     10 Description:
     11 The usrsctplib provides implementation of SCTP protocol which fully supports
     12 RFC 2960
     13 as well as updates and enhancements from the following Internet Drafts:
     14    draft-ietf-tsvwg-sctpcsum-05.txt
     15    draft-ietf-tsvwg-sctpimpguide-05.txt
     16    draft-ietf-tsvwg-sctpsocket-04.txt
     17    draft-ietf-tsvwg-addip-sctp-05.txt
     18    draft-stewart-prsctp-00.txt
     19    draft-stewart-tsvwg-sctpipv6-00.txt
     20    draft-iyengar-sctp-cacc-00.txt
     21 
     22 Local Modifications:
     23 usrsctplib provides its own SHA1 implementations as part of the library. Since
     24 chrome already has the support of both NSS and OPENSSL which already
     25 implementats SHA1, Chromium will not include the SHA1 from usrsctplib.
     26 
     27 Overrides folder has the necessary changes to strip the existing SHA1
     28 implementation in usrsctplib and use OPENSSL or NSS implementation based on the
     29 platform type.
     30 
     31 To re-create the patch file run:
     32 diff -PcrB usrsctplib overrides/usrsctplib > localchanges.patch
     33