anon
1876a53a94
add stuff
2023-10-26 18:08:16 +03:00
Skgland
3f56dd92c8
fix sorting of non-optional dependencies
2020-11-30 11:19:52 +01:00
Skgland
2fe70b3900
replace unmaintained rust-crypto crate
...
using the `RustCrypto` crates instead of the `rust-crypto` crate as
mentioned in the `RustCrypto GitHub Org` Section of [this
Advisory](https://rustsec.org/advisories/RUSTSEC-2016-0005 )
2020-11-09 13:27:00 +01:00
Jonas Herzig
1444b3c063
Update rfc5764 to use futures 0.3 AsyncRead/Write
...
With futures 0.3, the AsyncRead/Write traits are no longer marker traits, so we
can no longer easily support both, non-blocking and blocking APIs.
The code can however still be used in a blocking way buy just calling
`now_or_never` on any futures it returns, which will block if the underlying
streams are blocking.
2020-04-05 14:25:14 +02:00
Jonas Herzig
3510417ce4
Rust 2018 edition
2020-04-04 01:08:43 +02:00
Jonas Herzig
0a8ec94f7d
Add DTLS-SRTP support (rfc5764)
...
https://tools.ietf.org/html/rfc5764
2018-12-02 18:47:24 +01:00
Jonas Herzig
bda8ce2295
Add SRT(C)P replay protection
2018-11-09 13:35:04 +01:00
Takeru Ohta
26581d8744
Add SRTP server example
2017-03-27 09:26:24 -07:00
Takeru Ohta
79cab9d2c5
Add rfc3711 module
2017-03-26 06:00:12 -07:00
Takeru Ohta
0b71263817
Initial commit
2017-03-25 23:26:29 +09:00