<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/plugins/ice/src/dtls_srtp.vala, 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>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>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>DTLS: throw exceptions from SRTP</title>
<updated>2021-11-10T10:05:34+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-11-09T21:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=dfda2f25f0b1d0b7e0cecf269265ca81ae1d506b'/>
<id>urn:sha1:dfda2f25f0b1d0b7e0cecf269265ca81ae1d506b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object property')</title>
<updated>2021-10-12T17:43:57+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-10-12T15:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9285fd07bf555fdf46954c4adfa58751e44633a3'/>
<id>urn:sha1:9285fd07bf555fdf46954c4adfa58751e44633a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the same DTLS fingerprint in all contents. Display audio+video enc keys in UI if they differ.</title>
<updated>2021-05-01T20:57:38+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-04-30T19:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0ad968df367f5a44c568329834115018866ff8b9'/>
<id>urn:sha1:0ad968df367f5a44c568329834115018866ff8b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle DTLS edge-cases</title>
<updated>2021-04-12T16:05:08+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-04-12T16:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=d19a01d5f2129612827bf25a94f1977320ba7b1f'/>
<id>urn:sha1:d19a01d5f2129612827bf25a94f1977320ba7b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2021-04-11T12:42:59+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-04-09T21:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=dfffa08ec16e16157df6e7036e09073a546d7552'/>
<id>urn:sha1:dfffa08ec16e16157df6e7036e09073a546d7552</id>
<content type='text'>
</content>
</entry>
</feed>
