<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gnutls.git, branch tmp-gnutls-cli</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>gnutls-cli: improved output of --benchmark-tls-kx</title>
<updated>2019-12-20T19:52:40+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2019-12-05T10:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=29730609c59a7172883413cab22e1f4f4e43abd7'/>
<id>29730609c59a7172883413cab22e1f4f4e43abd7</id>
<content type='text'>
It is now printed in a way that separates the tests. Example:
```
(TLS1.3)-(ECDHE-SECP256R1)-(RSA-PSS-RSAE-SHA256)-(AES-128-GCM)
 - 179.19 transactions/sec
 - avg. handshake time: 5.57 ms
 - standard deviation: 0.57

(TLS1.3)-(ECDHE-X25519)-(RSA-PSS-RSAE-SHA256)-(AES-128-GCM)
 - 182.24 transactions/sec
 - avg. handshake time: 5.48 ms
 - standard deviation: 0.64
```

Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is now printed in a way that separates the tests. Example:
```
(TLS1.3)-(ECDHE-SECP256R1)-(RSA-PSS-RSAE-SHA256)-(AES-128-GCM)
 - 179.19 transactions/sec
 - avg. handshake time: 5.57 ms
 - standard deviation: 0.57

(TLS1.3)-(ECDHE-X25519)-(RSA-PSS-RSAE-SHA256)-(AES-128-GCM)
 - 182.24 transactions/sec
 - avg. handshake time: 5.48 ms
 - standard deviation: 0.64
```

Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnutls-cli: benchmark-tls-kx can work with sub-ms accuracy</title>
<updated>2019-12-20T19:52:40+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2019-12-04T12:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=6f314f1cc42a95831228abf1ff771a21223d5fbd'/>
<id>6f314f1cc42a95831228abf1ff771a21223d5fbd</id>
<content type='text'>
This allows micro and nanoseconds to be reported if necessary,
and it changes reporting of sample variance to standard deviation
giving a possibly better overview as it is in the same units as
the average.

Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows micro and nanoseconds to be reported if necessary,
and it changes reporting of sample variance to standard deviation
giving a possibly better overview as it is in the same units as
the average.

Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gost-split-4' into 'master'</title>
<updated>2019-12-20T00:04:39+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2019-12-20T00:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=ec5ecd1c63d0e09792127705b8806a0931350471'/>
<id>ec5ecd1c63d0e09792127705b8806a0931350471</id>
<content type='text'>
gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests

See merge request gnutls/gnutls!1137</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests

See merge request gnutls/gnutls!1137</pre>
</div>
</content>
</entry>
<entry>
<title>gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests</title>
<updated>2019-12-19T22:46:00+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2018-07-19T12:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=2a6e87081ab811812f51ead52c4eef29baa6ba43'/>
<id>2a6e87081ab811812f51ead52c4eef29baa6ba43</id>
<content type='text'>
Add test for VKO-GOST-12, GOST28147-TC26Z-CNT and GOST28147-TC26Z-IMIT
support by the server.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test for VKO-GOST-12, GOST28147-TC26Z-CNT and GOST28147-TC26Z-IMIT
support by the server.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>README.md: updated to list fuzz coverage results [ci skip]</title>
<updated>2019-12-19T20:15:01+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2019-12-19T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=e51fa83d423199d1dfc8c355bfdf0c839ef7377b'/>
<id>e51fa83d423199d1dfc8c355bfdf0c839ef7377b</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 reference to the default configuration file</title>
<updated>2019-12-19T19:31:36+00:00</updated>
<author>
<name>Dimitri John Ledkov</name>
<email>xnox@ubuntu.com</email>
</author>
<published>2019-12-15T20:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=67ec4da3dd3329b2254da9b222c2aed824e55a39'/>
<id>67ec4da3dd3329b2254da9b222c2aed824e55a39</id>
<content type='text'>
Signed-off-by: Dimitri John Ledkov &lt;xnox@ubuntu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dimitri John Ledkov &lt;xnox@ubuntu.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced check to reject certificates with non-digits in time field</title>
<updated>2019-12-19T18:58:06+00:00</updated>
<author>
<name>Lili Quan</name>
<email>13132239506@163.com</email>
</author>
<published>2019-12-19T16:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=3cbeffcb7d4a70858b1c46fe955516b9eab0ef8e'/>
<id>3cbeffcb7d4a70858b1c46fe955516b9eab0ef8e</id>
<content type='text'>
According to RFC5280 we should reject such certificates.

Resolves: #870

Signed-off-by: Lili Quan &lt;13132239506@163.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to RFC5280 we should reject such certificates.

Resolves: #870

Signed-off-by: Lili Quan &lt;13132239506@163.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gost-split-3' into 'master'</title>
<updated>2019-12-18T22:05:16+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2019-12-18T22:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=8d81203c987e717031a6ecfa0a25983f4471d3fc'/>
<id>8d81203c987e717031a6ecfa0a25983f4471d3fc</id>
<content type='text'>
Add GOST-CNT ciphersuite support

See merge request gnutls/gnutls!1119</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add GOST-CNT ciphersuite support

See merge request gnutls/gnutls!1119</pre>
</div>
</content>
</entry>
<entry>
<title>doc: document GROUP-GOST-ALL keyword</title>
<updated>2019-12-18T20:43:27+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2019-12-18T20:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=317ce9b86d28cca3a5d5e39768d6c6fc07d66a39'/>
<id>317ce9b86d28cca3a5d5e39768d6c6fc07d66a39</id>
<content type='text'>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: add news entry, describing TLS 1.3 vs GOST issues</title>
<updated>2019-12-18T20:43:27+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2019-11-27T12:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=8adfea4731f98e087878dcacd0d6537dafeee4a5'/>
<id>8adfea4731f98e087878dcacd0d6537dafeee4a5</id>
<content type='text'>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
