Commit Graph

488 Commits (ea369b0a4966b88a41cac8d0a20e3a6efa79b9de)
 

Author SHA1 Message Date
Richard Fuchs 43764b46d4 implement support for RFC 5761
13 years ago
Richard Fuchs e87787af11 change the sdp attribute lists/hashes around a bit
13 years ago
Richard Fuchs ccf9155218 fix stripping of ice_ufrag attribute
13 years ago
Richard Fuchs 4dcb6aab1f add compile flag for libsrtp vs rfc srtcp key derivation
13 years ago
Richard Fuchs de5b172f32 srtp re-invite fixes
13 years ago
Richard Fuchs 8a4f85ccb5 count auth errors in kernel module
13 years ago
Richard Fuchs e3cf5d521e reverse crypto context in/out as they were backwards
13 years ago
Richard Fuchs 3c93daa015 fix some regressions and bugs
13 years ago
Richard Fuchs cf5e4fab3e this fixes rtcp auth problems against libsrtp based clients
13 years ago
Richard Fuchs f6d91122af un-initialized key contexts after copying struct
13 years ago
Richard Fuchs 0a4418cd4b consistent use of existing macros
13 years ago
Richard Fuchs 788eb5ce67 update for redis module
13 years ago
Richard Fuchs 09dd548e01 coredump bugfix
13 years ago
Richard Fuchs 1f0e99f5c7 support no-encryption mode in test script for faster operation
13 years ago
Richard Fuchs d1ce4eb9a8 aes-f8 goes kernel
13 years ago
Richard Fuchs 03e120a7fb aes-f8 performance improvement
13 years ago
Richard Fuchs c12cd1ee81 allow specification of cipher suites in test script
13 years ago
Richard Fuchs 372b81886b dont error on unsupported ciphers
13 years ago
Richard Fuchs 806198971e implement aes-f8 in test script
13 years ago
Richard Fuchs a2b9d4048e core-dump and srtcp auth tag length bugfixes
13 years ago
Richard Fuchs c49ea7b403 copy back s_l number from kernel to daemon
13 years ago
Richard Fuchs 97f9c3d398 SRTP daemon<>kernel tie-in
13 years ago
Richard Fuchs 02176fcb0f implement AES-CM encryption and adding auth tag, which completes in-kernel AES-CM SRTP support
13 years ago
Richard Fuchs 17c9b7dc8b implements in-kernel SRTP decryption (AES-CM)
13 years ago
Richard Fuchs afdabe640d this happens in irq context, so use appropriate locking
13 years ago
Richard Fuchs 4ec8f81caf this implements in-kernel SRTP authentication
13 years ago
Richard Fuchs 1507dd3aca move private struct .h -> .c
13 years ago
Richard Fuchs 1543dd03b2 update kernel module tester for new interface
13 years ago
Richard Fuchs 15ad08a9aa create crypto context for session keys
13 years ago
Richard Fuchs a23d08e0d8 update to new kernel struct
13 years ago
Richard Fuchs c0253ae8b7 use the session key context for the f8 transformatino too
13 years ago
Richard Fuchs 4a2909daab start implementing in-kernel AES en/decryption for SRTP
13 years ago
Richard Fuchs 05c1ade246 adding some const for good measure
13 years ago
Richard Fuchs be51f00feb teeny tiny performance fix
13 years ago
Richard Fuchs 9e629d73e3 stop with the bit-length silliness, give key/tag lengths in bytes
13 years ago
Richard Fuchs 1141bce13e rename some stuff to avoid confusion
13 years ago
Richard Fuchs f38fe3f1e0 create a dedicated session key context to save some cpu
13 years ago
Richard Fuchs 91362687b7 add pid to stats output for parallel execution
13 years ago
Richard Fuchs 10bebd9174 fix rtp seq rollover bug
13 years ago
Richard Fuchs e442909c73 customize payload sizes, packet interval, and report stats
13 years ago
Richard Fuchs b39130efdc reverse --destination logic to default port, not default ip
13 years ago
Richard Fuchs cc76e1d6c7 add --destination option
13 years ago
Richard Fuchs 446a89c7f7 rename option
13 years ago
Richard Fuchs 2f8e10fd6a allow specifying of desired transport protocols
13 years ago
Richard Fuchs d632fae1f3 copy crypto context when stealing peer
13 years ago
Richard Fuchs ac86e65bc7 dont do ice/crypto/etc stuff for inactive streams
13 years ago
Richard Fuchs fa66629309 add helper function for code prettiness
13 years ago
Richard Fuchs 77d19ccab8 parse the send/recv/inactive sdp attributes
13 years ago
Richard Fuchs bc39957548 remember the crypto "tag" value for the SDP answer
13 years ago
Richard Fuchs 6ba61b728c aes-f8 performence improvements
13 years ago