Commit Graph

39 Commits (c9ac6ecc739b0c05ea8e981026f930260e699ef6)

Author SHA1 Message Date
Richard Fuchs c9ac6ecc73 MT#55283 convert struct rtp_payload_time to typedef
1 year ago
Richard Fuchs e4fb02bedb MT#55283 use typed GHashTables for codec_store
1 year ago
Richard Fuchs 5ff9294bab TT#146201 support RTCP encryption in kernel
2 years ago
Richard Fuchs 198754e473 TT#14008 emit log messages for ROC resets
3 years ago
Richard Fuchs 6a0961f2c8 TT#14008 perform ROC guessing also for AEAD
3 years ago
Richard Fuchs 1d387b98ef TT#112700 rework codec offer/answer routine
4 years ago
Guillem Jover 07695d2abb TT#111150 Use modern <stdint.h> uint<bits>_t types
4 years ago
Richard Fuchs 8abc6b1ca4 TT#91151 convert RTP PT hash tables to direct hashes
4 years ago
Richard Fuchs 6602a3a7c5 TT#108551 add kernel support for AEAD-AES-GCM
4 years ago
Richard Fuchs 0cd8883639 TT#78203 add SRTP debug options
5 years ago
Richard Fuchs 8715d40242 TT#30405 codec matchup and handler functions
7 years ago
Richard Fuchs 868c3b64fe TT#12800 add ssrc handling into packet_stream struct
8 years ago
Richard Fuchs b3583633e3 TT#12800 canonicalize ssrc handling
8 years ago
Richard Fuchs 30dcadab15 TT#5566 rudimentary support for multiple audio codecs
9 years ago
Richard Fuchs d7fa0689f9 TT#5566 rudimentary wav file output
9 years ago
Richard Fuchs 87fbbb85ec implement ssrc/roc tracking in encryption as well
10 years ago
Richard Fuchs 76f3893464 ssrc tracking improvements
10 years ago
Kevin McAllister 965fa396d2 Change packet_index functions to more closely match RFC
10 years ago
Marc Soda 16b91847f9 Track SSRCs and sequence numbers. Sync between userspace and the kernel.
10 years ago
Richard Fuchs 144a451526 support selective SDES session parameters
10 years ago
Richard Fuchs 96e3b91859 Implement support for some SDES session parameters
10 years ago
Richard Fuchs 39a305f4ba reset SRTP ROC to zero when SSRC changes
10 years ago
Richard Fuchs c2ff5c3fd3 MT#9935 understand, learn, remember and report RTP payload types (codecs)
10 years ago
Richard Fuchs fb9ed6ef0a use trial & error approach to guess ROC in case of SRTP auth failures
10 years ago
Richard Fuchs 46585265e1 implement a crude log limiter
11 years ago
Richard Fuchs 05e429c610 C99 inlining rules
11 years ago
Richard Fuchs f8f741b584 Update to upcoming 3.0 release (2.9.9 for now)
11 years ago
Richard Fuchs f75bc44685 get rid of the useless ROC and keep variable naming consistent
12 years ago
Richard Fuchs 1507dd3aca move private struct .h -> .c
12 years ago
Richard Fuchs 9e629d73e3 stop with the bit-length silliness, give key/tag lengths in bytes
12 years ago
Richard Fuchs f38fe3f1e0 create a dedicated session key context to save some cpu
12 years ago
Richard Fuchs 0f319359db logging improvements
12 years ago
Richard Fuchs 94393efada divide bit lengths by 8 to get octet count
12 years ago
Richard Fuchs 93092e850f must use the outgoing's side crypto context for out packets, also add some logging
12 years ago
Richard Fuchs 9c8c4c21fa rtcp has a slightly different key generation algorithm
12 years ago
Richard Fuchs db72130792 implement srtcp encryption, decryption and authentication
12 years ago
Richard Fuchs 2b61b12c71 implement srtp decryption
12 years ago
Richard Fuchs 212df63857 implementing srtp encryption and authentication
12 years ago
Richard Fuchs 7877b7ce14 implement srtp session key generation algorithm
12 years ago