Files
platform-external-webrtc/webrtc
Sergey Ulanov 8eb76ff32a Make SHA1 computation thread-safe.
Previously SHA1Transform() kept a static buffer. As result SHA1 was not
always computed correctly when running that code in parallel on multiple
threads. That was causing spurious messages about invalid Message
Integrity attribute when running some tests in chromoting.

R=pthatcher@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/57379004

Cr-Commit-Position: refs/heads/master@{#9238}
2015-05-20 18:25:21 +00:00
..
2015-05-20 18:25:21 +00:00
2015-05-20 05:20:04 +00:00
2015-04-01 15:08:49 +00:00
2015-05-12 14:51:08 +00:00
2015-05-20 05:20:04 +00:00
2015-04-29 13:24:10 +00:00
2015-04-29 13:24:10 +00:00
2015-05-20 05:20:04 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.