Commit Graph

472 Commits (3c4b3872a8ed1e3db1c35196b098baf4d4f6df90)
 

Author SHA1 Message Date
Richard Fuchs e4d050062f bugfix for borken rtp
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 6ee0284b66 remove strangely irrelevant assertion
12 years ago
Richard Fuchs 7877b7ce14 implement srtp session key generation algorithm
12 years ago
Richard Fuchs 292a676d96 remove a pointless enum
12 years ago
Richard Fuchs c7b95f7187 create attribute hash based on attr id number
12 years ago
Richard Fuchs c3eccfc564 rename "hash" to "name_hash"
12 years ago
Richard Fuchs 9ef4bd2f9c ignore invalid attributes
12 years ago
Richard Fuchs 14bcbcfa73 handle unparseable attributes
12 years ago
Richard Fuchs 250c23d808 parsing of the sdp ssrc attribute
12 years ago
Richard Fuchs e63edeb875 parsing of the sdp crypto attribute
12 years ago
Richard Fuchs a923a52a60 redis/2 module is now incompatible
12 years ago
Richard Fuchs a1e49a8f02 old glib doesnt have g_queue_free_full
12 years ago
Richard Fuchs d8bc7d92a2 experimental support for RTP/AVP<>AVPF bridging
12 years ago
Richard Fuchs 145139d0db 2.2.1
12 years ago
Richard Fuchs 9d0b537d27 leave zero ports or addresses alone
12 years ago
Richard Fuchs d3d35a97e4 dont see a zero port as invalid
12 years ago
Richard Fuchs 6e9291d84f augment changelog for upcoming 2.2.0
12 years ago
Richard Fuchs 16883bdb29 improve NG logging
12 years ago
Richard Fuchs 589c271d52 fix the silly thing about bencoded lists being backwards
12 years ago
Richard Fuchs 48018e48d0 remove obsolete comment
12 years ago
Richard Fuchs 86240e12fd rename variables in stream_packet() -- getting confusing!
12 years ago
Richard Fuchs bfb88bd7e5 fix improper use of "other" pointer
12 years ago
Richard Fuchs 3c4dd73365 update steal_peer with new flags
12 years ago
Richard Fuchs 68a97be379 keep track of transport protocols and rtcp streams
12 years ago
Richard Fuchs b355bd350a simplify a common task by keeping more pointers
12 years ago
Richard Fuchs c35eee7d33 forgot to save the file
12 years ago
Richard Fuchs 0427b4baf4 handle "use-candidate" properly
12 years ago
Richard Fuchs cbc1f8c359 fix possible segfault
12 years ago
Richard Fuchs eb05c8169a support the trust-address flag
12 years ago
Richard Fuchs c956a371ac make sure we always have a session to work with
12 years ago
Richard Fuchs a11dc28825 we have pointers... use them
12 years ago
Richard Fuchs 6ddf0e3afc add logging to stun code
12 years ago
Richard Fuchs 8c46b6bd76 replace hand-crafted constants by generated ones
12 years ago
Richard Fuchs 20dfa12220 fix segfault
12 years ago
Richard Fuchs 009a2029b9 remove some code duplication
12 years ago
Richard Fuchs 4f2d6d4c58 enable ice/stun processing also if no ice was previously present
12 years ago
Richard Fuchs 0be4fa311e support dual-stack ICE offers
12 years ago
Richard Fuchs 1c830108ad misinterpreted the meaning of the "trust address" flag
12 years ago
Richard Fuchs 87ec55b7b5 we do need to initialized that random() generator
12 years ago
Richard Fuchs 72f6cc97f9 support non-forced insertion of ice candidates
12 years ago
Richard Fuchs eadbc1c3ab crc32 is a long
12 years ago
Richard Fuchs ab30ae966e detect stun packets in kernel module and pass them through
12 years ago
Richard Fuchs bc4685c98c support stun indications
12 years ago
Richard Fuchs 27a9e92872 support unknown-attributes error response
12 years ago
Richard Fuchs 2ea1fe3a47 generate stun responses and clean up some code mess
12 years ago
Richard Fuchs cbd26eb124 perform message integrity check aka auth
12 years ago