Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Side by Side Diff: third_party/usrsctp/README.chromium

Issue 21968004: Updated usrsctp to fix various issues for windows (using changes pushed upstream) and unified SHA1 … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed indent Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | third_party/usrsctp/localchanges.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: usrsctp 1 Name: usrsctp
2 URL: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp 2 URL: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp
3 Version: 0 3 Version: 0
4 Date: 16 March 2013 4 Date: 16 March 2013
5 Revision: 8439 5 Revision: 8554
6 License: New BSD License 6 License: New BSD License
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 The usrsctplib provides implementation of SCTP protocol which fully supports RFC 2960 11 The usrsctplib provides implementation of SCTP protocol which fully supports
12 RFC 2960
12 as well as updates and enhancements from the following Internet Drafts: 13 as well as updates and enhancements from the following Internet Drafts:
13 draft-ietf-tsvwg-sctpcsum-05.txt 14 draft-ietf-tsvwg-sctpcsum-05.txt
14 draft-ietf-tsvwg-sctpimpguide-05.txt 15 draft-ietf-tsvwg-sctpimpguide-05.txt
15 draft-ietf-tsvwg-sctpsocket-04.txt 16 draft-ietf-tsvwg-sctpsocket-04.txt
16 draft-ietf-tsvwg-addip-sctp-05.txt 17 draft-ietf-tsvwg-addip-sctp-05.txt
17 draft-stewart-prsctp-00.txt 18 draft-stewart-prsctp-00.txt
18 draft-stewart-tsvwg-sctpipv6-00.txt 19 draft-stewart-tsvwg-sctpipv6-00.txt
19 draft-iyengar-sctp-cacc-00.txt 20 draft-iyengar-sctp-cacc-00.txt
20 21
21 Local Modifications: 22 Local Modifications:
22 usrsctplib provides its own SHA1 implementations as part of the library. Since c hrome 23 usrsctplib provides its own SHA1 implementations as part of the library. Since
23 already has the support of both NSS and OPENSSL which already has the implementa tion 24 chrome already has the support of both NSS and OPENSSL which already
24 of SHA1, Chromium will not include the SHA1 from usrsctplib. 25 implementats SHA1, Chromium will not include the SHA1 from usrsctplib.
25 Overrides folder has the necessary changes to strip existing SHA1 implementation in 26
26 usrsctplib and use OPENSSL or NSS implementation based on the platform type. 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
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/usrsctp/localchanges.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698