<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/plugins/ice, branch master</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-10-01T19:28:29+00:00</updated>
<entry>
<title>DTLS: Use ECDSA key</title>
<updated>2023-10-01T19:28:29+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-10-28T16:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=49a0d9fcb5cdd5904d7f0fa7673c22456f0ab0f0'/>
<id>urn:sha1:49a0d9fcb5cdd5904d7f0fa7673c22456f0ab0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not send DTLS datagrams to RTP even after handshake</title>
<updated>2023-10-01T19:28:29+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-07-09T12:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=78ea2fcb23e8e74740baeb775fd84acece74b22a'/>
<id>urn:sha1:78ea2fcb23e8e74740baeb775fd84acece74b22a</id>
<content type='text'>
Also post debug message in case we drop datagrams
</content>
</entry>
<entry>
<title>Ignore non-DTLS data before handshake is complete</title>
<updated>2023-10-01T19:28:29+00:00</updated>
<author>
<name>Stephen Paul Weber</name>
<email>singpolyma@singpolyma.net</email>
</author>
<published>2023-07-05T02:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b486e36b065183553ddad2eec40b196c9c1d13ac'/>
<id>urn:sha1:b486e36b065183553ddad2eec40b196c9c1d13ac</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>DTLS: Handle DTLS fingerprint in transport-info before session-accept</title>
<updated>2022-02-09T22:58:54+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-09T22:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=28248607f03bfd3e5fc6b29e0528edfd4f04a601'/>
<id>urn:sha1:28248607f03bfd3e5fc6b29e0528edfd4f04a601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use uppercase hex for DTLS fingerprints</title>
<updated>2022-02-05T23:19:26+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-05T22:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=51dc41463134a07a5768fcd46243f97f8da077bb'/>
<id>urn:sha1:51dc41463134a07a5768fcd46243f97f8da077bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for older valac versions</title>
<updated>2021-12-25T17:25:29+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-25T17:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9490ffed6b5a2b17426d3aabcb3d4fa4c8e53625'/>
<id>urn:sha1:9490ffed6b5a2b17426d3aabcb3d4fa4c8e53625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build with older Vala compilers</title>
<updated>2021-12-23T06:06:07+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-23T05:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=1c4765281443e2a184157f319825c9b68665f9f5'/>
<id>urn:sha1:1c4765281443e2a184157f319825c9b68665f9f5</id>
<content type='text'>
- Older versions seem to assume a wrong type for Nice messages
- Older versions have broken bindings for Gst.Value.set_fraction
</content>
</entry>
<entry>
<title>DTLS: Use own thread for connection establishment</title>
<updated>2021-12-19T21:36:26+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-19T21:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b1c1751cc42948ae76a363691fad575348207396'/>
<id>urn:sha1:b1c1751cc42948ae76a363691fad575348207396</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SRTP: Do not continue processing data after encrypt/decrypt failed</title>
<updated>2021-12-18T20:45:36+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-18T20:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9aeff4bf9e00624187931c0d358c166f5a6860a1'/>
<id>urn:sha1:9aeff4bf9e00624187931c0d358c166f5a6860a1</id>
<content type='text'>
RTP: Copy less
</content>
</entry>
<entry>
<title>ICE: Use non-blocking send</title>
<updated>2021-12-18T20:39:19+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-12-18T20:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=09cd060889c27f51d43e1e2dc127c2a13595234d'/>
<id>urn:sha1:09cd060889c27f51d43e1e2dc127c2a13595234d</id>
<content type='text'>
</content>
</entry>
</feed>
