Commit Graph

397 Commits (e41ef22f0fa69e9ab1b992830529bc157ff202f4)
 

Author SHA1 Message Date
Richard Fuchs e41ef22f0f Revert "trying to get chrome calls working"
12 years ago
Richard Fuchs 35d5ea7f3c trying to get chrome calls working
12 years ago
Richard Fuchs 7ac114135e trying to get chrome calls working
12 years ago
Richard Fuchs cf8a55f3af test weird chrome-style rtcp attribute
12 years ago
Richard Fuchs c7477e3fa9 leave out rtcp attribute in rtcp-mux case
12 years ago
Richard Fuchs d9b2397712 add a compile switch to drop support for ipv4-only sockets.
12 years ago
Richard Fuchs b0839891f8 apparently a zero crypto tag is valid
12 years ago
Richard Fuchs 08e60ae2ac copy rtcp-mux state when stealing peer
12 years ago
Richard Fuchs 6b5ff391a5 better /proc output
12 years ago
Richard Fuchs 43764b46d4 implement support for RFC 5761
12 years ago
Richard Fuchs e87787af11 change the sdp attribute lists/hashes around a bit
12 years ago
Richard Fuchs ccf9155218 fix stripping of ice_ufrag attribute
12 years ago
Richard Fuchs 4dcb6aab1f add compile flag for libsrtp vs rfc srtcp key derivation
12 years ago
Richard Fuchs de5b172f32 srtp re-invite fixes
12 years ago
Richard Fuchs 8a4f85ccb5 count auth errors in kernel module
12 years ago
Richard Fuchs e3cf5d521e reverse crypto context in/out as they were backwards
12 years ago
Richard Fuchs 3c93daa015 fix some regressions and bugs
12 years ago
Richard Fuchs cf5e4fab3e this fixes rtcp auth problems against libsrtp based clients
12 years ago
Richard Fuchs f6d91122af un-initialized key contexts after copying struct
12 years ago
Richard Fuchs 0a4418cd4b consistent use of existing macros
12 years ago
Richard Fuchs 788eb5ce67 update for redis module
12 years ago
Richard Fuchs 09dd548e01 coredump bugfix
12 years ago
Richard Fuchs 1f0e99f5c7 support no-encryption mode in test script for faster operation
12 years ago
Richard Fuchs d1ce4eb9a8 aes-f8 goes kernel
12 years ago
Richard Fuchs 03e120a7fb aes-f8 performance improvement
12 years ago
Richard Fuchs c12cd1ee81 allow specification of cipher suites in test script
12 years ago
Richard Fuchs 372b81886b dont error on unsupported ciphers
12 years ago
Richard Fuchs 806198971e implement aes-f8 in test script
12 years ago
Richard Fuchs a2b9d4048e core-dump and srtcp auth tag length bugfixes
12 years ago
Richard Fuchs c49ea7b403 copy back s_l number from kernel to daemon
12 years ago
Richard Fuchs 97f9c3d398 SRTP daemon<>kernel tie-in
12 years ago
Richard Fuchs 02176fcb0f implement AES-CM encryption and adding auth tag, which completes in-kernel AES-CM SRTP support
12 years ago
Richard Fuchs 17c9b7dc8b implements in-kernel SRTP decryption (AES-CM)
12 years ago
Richard Fuchs afdabe640d this happens in irq context, so use appropriate locking
12 years ago
Richard Fuchs 4ec8f81caf this implements in-kernel SRTP authentication
12 years ago
Richard Fuchs 1507dd3aca move private struct .h -> .c
12 years ago
Richard Fuchs 1543dd03b2 update kernel module tester for new interface
12 years ago
Richard Fuchs 15ad08a9aa create crypto context for session keys
12 years ago
Richard Fuchs a23d08e0d8 update to new kernel struct
12 years ago
Richard Fuchs c0253ae8b7 use the session key context for the f8 transformatino too
12 years ago
Richard Fuchs 4a2909daab start implementing in-kernel AES en/decryption for SRTP
12 years ago
Richard Fuchs 05c1ade246 adding some const for good measure
12 years ago
Richard Fuchs be51f00feb teeny tiny performance fix
12 years ago
Richard Fuchs 9e629d73e3 stop with the bit-length silliness, give key/tag lengths in bytes
12 years ago
Richard Fuchs 1141bce13e rename some stuff to avoid confusion
12 years ago
Richard Fuchs f38fe3f1e0 create a dedicated session key context to save some cpu
12 years ago
Richard Fuchs 91362687b7 add pid to stats output for parallel execution
12 years ago
Richard Fuchs 10bebd9174 fix rtp seq rollover bug
12 years ago
Richard Fuchs e442909c73 customize payload sizes, packet interval, and report stats
12 years ago
Richard Fuchs b39130efdc reverse --destination logic to default port, not default ip
12 years ago