Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
pc
/
srtp_session.cc
b2ea936
Modernize deprecated headers in api/, pc/ and rtc_base/
by Philipp Hancke
· 4 months ago
94adaee
[cleanup] Fix redundant webrtc name specifier
by Evan Shrubsole
· 6 months ago
e6a1f70
Use webrtc name specifier instead of rtc/cricket in pc
by Evan Shrubsole
· 7 months ago
3c825f1
Move pc/ to webrtc namespace
by Evan Shrubsole
· 7 months ago
8f7678f
Move rest of rtc namespace except ios and clashes to webrtc namespace
by Evan Shrubsole
· 8 months ago
652c771
Move time_utils.h and crypto_random.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
eb835d0
Move ssl_stream_adapter.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
49ba3e2
Move byte_order.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
3d544b2
srtp: use WebRTC to parse the SSRC instead of a libsrtp private function
by Philipp Hancke
· 9 months ago
9ff254e
srtp: stop using private libsrtp function to determine packet index
by Philipp Hancke
· 10 months ago
5090eaf
Reland "srtp: spanify Protect + Unprotect"
by Philipp Hancke
· 10 months ago
825379f
Format /pc folder
by Boris Tsirkin
· 10 months ago
897906d
Revert "srtp: spanify Protect + Unprotect"
by Henrik Boström
· 11 months ago
9572b2f
srtp: spanify Protect + Unprotect
by Philipp Hancke
· 11 months ago
a0d3abf
Add fallback #DEFINE SRTP_SRCTP_INDEX_LEN
by Jonas Oreland
· 11 months ago
56395a6
Revert "srtp: use SRTP_SRCTP_INDEX_LEN define from libsrtp 2.6.0"
by Jeremy Leconte
· 11 months ago
7738bc2
srtp: use SRTP_SRCTP_INDEX_LEN define from libsrtp 2.6.0
by Philipp Hancke
· 11 months ago
d4a3002
srtp: remove deprecated non-span versions of key setters
by Elad Alon
· 1 year ago
9a65339
srtp: spanify key setters
by Philipp Hancke
· 1 year, 2 months ago
6e312e5
install libsrtp log handler
by Philipp Hancke
· 1 year, 2 months ago
977b56c
Remove SSRCs from libSRTP when removing them from the rtp_demuxer
by Philipp Hancke
· 2 years ago
55b89a8
Rename cipher_suite to crypto_suite
by Philipp Hancke
· 2 years, 4 months ago
2d6c4d0
Move global libsrtp usage count into a singleton class
by Niels Möller
· 3 years, 7 months ago
fd6a4d6
Adopt absl::string_view in rtc_base/string_encode.*
by Ali Tofigh
· 3 years, 8 months ago
e62c2f2
WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf
by Jonas Oreland
· 3 years, 8 months ago
ed99dae
WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1
by Jonas Oreland
· 3 years, 8 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
99a71f4
Move helpers to parse base rtp packet fields to rtp_rtcp module
by Danil Chapovalov
· 4 years, 4 months ago
1003219
srtp: compare key length to srtp policy key length
by Philipp Hancke
· 4 years, 7 months ago
a113d23
srtp: use srtp_crypto_policy_set_from_profile_for_* from libsrtp
by Philipp Hancke
· 4 years, 8 months ago
be66d95
srtp: document rationale for srtp overhead calculation
by Philipp Hancke
· 4 years, 8 months ago
d42413a
fix RTP_DUMP timestamps
by Philipp Hancke
· 4 years, 9 months ago
397c40e
dump raw rtp packets in text2pcap format
by Philipp Hancke
· 5 years ago
4c7bb27
Remove rtc::GlobalLock.
by Markus Handell
· 5 years ago
22619b3
Allow external initialization of libsrtp.
by Sebastian Jansson
· 6 years ago
5740f3e
Clarify expectation on GlobalLock
by Danil Chapovalov
· 6 years ago
c01367d
Deprecating ThreadChecker specific interface.
by Sebastian Jansson
· 7 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 7 years ago
[Renamed from pc/srtpsession.cc]
d76a0fc
Throttle the RTP decryption error messages in the SrtpSession and SrtpTransport
by
[email protected]
· 7 years ago
ee01a83
Remove MetricsObserverInterface.
by Qingsi Wang
· 7 years ago
7fc821d
Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 7 years ago
78fef76
Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 7 years ago
1a2cc0a
Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 7 years ago
13f4c89
Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 7 years ago
870bca1
Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.
by Qingsi Wang
· 7 years ago
0a5fdbb
Use RTC_HISTOGRAM_ENUMERATION to report SRTP/SRTCP unprotect error.
by Zhi Huang
· 7 years ago
db67ba1
Report SRTP error codes to UMA
by Steve Anton
· 8 years ago
45cc890
Assorted logging pedantry
by Jonas Olsson
· 8 years ago
c99b6c7
Remove the SetEncryptedHeaderExtensionIds methods.
by Zhi Huang
· 8 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 8 years ago
b140b9f
Keep count of libsrtp clients, and only deinitialize when it goes to 0.
by Taylor Brandstetter
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/pc/srtpsession.cc]
4c27a96
Remove libsrtp 2.0.0 compatibility code.
by jbauch
· 8 years ago
4dde3df
Move SrtpSession and tests to their own files.
by zstein
· 8 years ago