Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix certificate start time | Marvin W | 2023-07-09 | 1 | -1/+1 |
| | | | | I doubt anyone ever looked at it, but it shouldn't be 1 day in the future ;) | ||||
* | Do not send DTLS datagrams to RTP even after handshake | Marvin W | 2023-07-09 | 1 | -2/+9 |
| | | | | Also post debug message in case we drop datagrams | ||||
* | Ignore non-DTLS data before handshake is complete | Stephen Paul Weber | 2023-07-09 | 1 | -1/+1 |
| | | | | | | | | https://datatracker.ietf.org/doc/html/rfc9147#name-demul https://datatracker.ietf.org/doc/html/rfc5764#section-5.1.2 If data is received before handshake is complete, discard it rather than forwarding it blindly to GnuTLS which can get confused. | ||||
* | DTLS: Use ECDSA key | Marvin W | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Use uppercase hex for DTLS fingerprints | Marvin W | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | DTLS: Use own thread for connection establishment | Marvin W | 2021-12-19 | 1 | -22/+30 |
| | |||||
* | DTLS: throw exceptions from SRTP | Marvin W | 2021-11-10 | 1 | -22/+12 |
| | |||||
* | Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵ | fiaxh | 2021-10-12 | 1 | -1/+1 |
| | | | | property') | ||||
* | Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵ | fiaxh | 2021-05-01 | 1 | -12/+23 |
| | | | | in UI if they differ. | ||||
* | Handle DTLS edge-cases | Marvin W | 2021-04-12 | 1 | -3/+17 |
| | |||||
* | Fix warnings | fiaxh | 2021-04-11 | 1 | -7/+6 |
| | |||||
* | Fix dtls pull_timeout_function, fix cyclic references | fiaxh | 2021-04-09 | 1 | -6/+4 |
| | |||||
* | DTLS-SRTP: Wait for setup finish and handle setup=passive | Marvin W | 2021-04-09 | 1 | -51/+111 |
| | |||||
* | Display+store call encryption info | fiaxh | 2021-04-09 | 1 | -12/+34 |
| | |||||
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 1 | -8/+0 |
| | |||||
* | Migrate to libsrtp2 | Marvin W | 2021-03-29 | 1 | -18/+31 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 1 | -0/+247 |