<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gnutls.git/libdane, branch tmp-cli-buffer-term</title>
<subtitle>gitlab.com: gnutls/gnutls.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/'/>
<entry>
<title>Fix gcc 8 warnings</title>
<updated>2018-06-14T09:07:46+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2018-05-21T14:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=67cd03cf9b2c6b5e884b0acde15ac9648ab56e14'/>
<id>67cd03cf9b2c6b5e884b0acde15ac9648ab56e14</id>
<content type='text'>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fixed documentation for various function parameters</title>
<updated>2017-04-07T21:02:33+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2017-04-07T20:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=83683fde0b5305fcf229b70464b878feff88d101'/>
<id>83683fde0b5305fcf229b70464b878feff88d101</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc update</title>
<updated>2016-09-11T09:40:22+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2016-09-11T09:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=292d4ea7f964644af29505267e43f5536563c8c8'/>
<id>292d4ea7f964644af29505267e43f5536563c8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdane: include minitasn1 headers</title>
<updated>2016-08-23T07:46:40+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-08-22T14:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=c212d619cd8356ddd61df90b31974f60b1a3d4d5'/>
<id>c212d619cd8356ddd61df90b31974f60b1a3d4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dane: corrected the license of libdane files</title>
<updated>2016-07-05T09:41:28+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2016-07-05T09:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=24a7ccb0f0adb935053aa6c5e326150812e94cc5'/>
<id>24a7ccb0f0adb935053aa6c5e326150812e94cc5</id>
<content type='text'>
The license was always LGPL version 2.1, and these
files mentioned LGPL version 3. Reported by Thomas
Petazzoni.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The license was always LGPL version 2.1, and these
files mentioned LGPL version 3. Reported by Thomas
Petazzoni.
</pre>
</div>
</content>
</entry>
<entry>
<title>dane: verification will not fail if a CA entry is encountered but cannot be verified</title>
<updated>2016-04-26T12:34:29+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-04-26T12:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=157617ddca402e3a94b356d14e879c996528c4b6'/>
<id>157617ddca402e3a94b356d14e879c996528c4b6</id>
<content type='text'>
That addresses the issue of verifying a single certificate against a list
of TLSA entries that contain an entry with CA usage (cert usage 0). With
the previous behavior verification would have failed, while now this
entry will be skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That addresses the issue of verifying a single certificate against a list
of TLSA entries that contain an entry with CA usage (cert usage 0). With
the previous behavior verification would have failed, while now this
entry will be skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: improved documentation on certificate and DANE verification functions</title>
<updated>2016-04-26T12:33:03+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-04-26T11:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=04909a2093cb61d6f4df3efbdf5daf6c404e0b45'/>
<id>04909a2093cb61d6f4df3efbdf5daf6c404e0b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dane: updated documentation of dane_verify_crt_raw</title>
<updated>2016-04-26T11:35:35+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-04-26T11:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=f6e8825676a18a69aac923badfaeae9f0c1e40fe'/>
<id>f6e8825676a18a69aac923badfaeae9f0c1e40fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: added clarifications on documentation for dane_state_t</title>
<updated>2016-04-26T11:03:31+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-04-26T11:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=8bc0caafd6a73fa56dbcdba9d8a11155fe1a975d'/>
<id>8bc0caafd6a73fa56dbcdba9d8a11155fe1a975d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common.mk: corrected typo on LDFLAGS for coverage</title>
<updated>2016-04-12T20:43:44+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2016-04-12T20:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=8042ba5062c11ab92c735841192442641bff256b'/>
<id>8042ba5062c11ab92c735841192442641bff256b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
