summaryrefslogtreecommitdiff
path: root/openssl/src/srtp.rs
AgeCommit message (Collapse)Author
2021-01-01Use crate in imports in the openssl crateJonas Platte
This was mostly automated using `cargo fix --edition`, except imports of openssl_sys (renamed to ffi) were converted to crate::ffi, which was reverted. The same thing is not done for the openssl-sys crate because this breaks ctest (used in systest to verify the -sys crate), see https://github.com/gnzlbg/ctest/issues/70
2020-11-18Add AEAD SRTP protection profilesHyeonu Park
2020-05-24Run clippySteven Fackler
2018-08-19SRTP cleanupSteven Fackler
2018-08-14Add methods for DTLS/SRTP key handshakeAron Wieck