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

Unified Diff: third_party/usrsctp/README.chromium

Issue 16196007: Enable SCTP in libjingle. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/usrsctp/README.chromium
===================================================================
--- third_party/usrsctp/README.chromium (revision 204288)
+++ third_party/usrsctp/README.chromium (working copy)
@@ -8,7 +8,19 @@
Security Critical: yes
Description:
-The libjingle/webrtc uses usrsctp as the reliability layer for data channels.
+The usrsctplib provides implementation of SCTP protocol which fully supports RFC 2960
+as well as updates and enhancements from the following Internet Drafts:
+ draft-ietf-tsvwg-sctpcsum-05.txt
+ draft-ietf-tsvwg-sctpimpguide-05.txt
+ draft-ietf-tsvwg-sctpsocket-04.txt
+ draft-ietf-tsvwg-addip-sctp-05.txt
+ draft-stewart-prsctp-00.txt
+ draft-stewart-tsvwg-sctpipv6-00.txt
+ draft-iyengar-sctp-cacc-00.txt
Local Modifications:
-None.
+usrsctplib provides its own SHA1 implementations as part of the library. Since chrome
+already has the support of both NSS and OPENSSL which already has the implementation
+of SHA1, Chromium will not include the SHA1 from usrsctplib.
+Overrides folder has the necessary changes to strip existing SHA1 implementation in
+usrsctplib and use OPENSSL or NSS implementation based on the platform type.

Powered by Google App Engine
This is Rietveld 408576698