History log of /webrtc/srtp/src/context/context_test.rs (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5d8fe953 02-Feb-2023 João Oliveira <[email protected]>

general: apply clippy lints (#407)

* general: update crates to 2021 edition.

* general: apply clippy --fix

* general: apply manual clippy lints

* cargo fmt.


Revision tags: constraints-v0.1.0
# 7bd9f39d 04-Jan-2023 Vincent Esche <[email protected]>

Replace `assert!(false, …)`/`assert!(false)` with `panic!(…)`/`panic!()`


Revision tags: interceptor-v0.8.2, rtcp-v0.7.2, mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0, ice-v0.8.2, v0.5.1, ice-v0.8.1, v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0, test-tag
# ffe74184 23-Aug-2022 Martin Algesten <[email protected]>

Move all to top level


Revision tags: v0.4.0, v0.3.4, v0.3.3, v0.3.2, v0.3.1, v0.3.0, v0.2.1, v0.2.0, v0.1.3, v0.1.2, v0.1.1, v0.1.0, v0.1.0-beta.0.0.15, v0.1.0-beta.0.0.14
# 060a5047 15-Nov-2020 Michael Uti <[email protected]>

SRTP: improve srtp tests


# 39696bb8 14-Nov-2020 Michael Uti <[email protected]>

srtp: add cipher aead aes gcm


# f1bec34c 10-Oct-2020 Rain Liu <[email protected]>

add context_test.rs


# 26e3ce74 05-Oct-2020 Rain Liu <[email protected]>

refactor context (WIP)


# 13d3357d 04-Oct-2020 Rain Liu <[email protected]>

add protection_profile


# d212037f 04-Oct-2020 Rain Liu <[email protected]>

add key_derivation


# 1194dd13 06-Sep-2019 Rain Liu <[email protected]>

pass all srtp context tests


# 78cecd8f 06-Sep-2019 Rain Liu <[email protected]>

pass srtp context_test!!!


# 0fdc187c 05-Sep-2019 Rain Liu <[email protected]>

add srtp encrypt and decrypt