<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Dmitry Eremin-Solenikov
pushed new commits to merge request
<a href="https://gitlab.com/gnutls/gnutls/merge_requests/920">!920</a>
</h3>
<ul>
<li>
<a href="https://gitlab.com/gnutls/gnutls/compare/f141ab11...bcd95a1a">f141ab11...bcd95a1a
</a> - 10 commits from branch `master`
</li>
</ul>
<ul>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/9b508d98">9b508d98</a>
 - lib: define TC26 GOST curves
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/46b4e429">46b4e429</a>
 - nettle/gost: provide GOST 28147-89 CNT mode
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/bf5006db">bf5006db</a>
 - nettle/gost: provide GOST 28147-89 IMIT MAC mode
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/fc9a03c6">fc9a03c6</a>
 - lib: provide GOST 28147-89 CNT mode support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/cc8302e3">cc8302e3</a>
 - lib: provide GOST 28147-89 IMIT MAC support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/7082204f">7082204f</a>
 - nettle: provide GOST 28147-89 CNT mode support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/abbbe65e">abbbe65e</a>
 - nettle: provide GOST 28147-89 IMIT MAC support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/01a3d83b">01a3d83b</a>
 - nettle/gost: provide GOST keywrapping support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/299249e8">299249e8</a>
 - nettle/gost: add support for GOST VKO algorithm
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/c88f11a0">c88f11a0</a>
 - _gnutls_pk_derive: add argument for nonce
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/adc58a99">adc58a99</a>
 - nettle: add support for GOST key derivation
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/aeacf100">aeacf100</a>
 - mpi: add _gnutls_mpi_bprint_size_le()
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/1b0a78d4">1b0a78d4</a>
 - Allow using implicit IV for stream ciphers with TLS
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/537ce695">537ce695</a>
 - Support GOST certificate request values
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/f93f8bb4">f93f8bb4</a>
 - Add GOST key transport support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/7565f4ac">7565f4ac</a>
 - groups: add function to return group by curve
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/870e6d0a">870e6d0a</a>
 - Add support for VKO GOST key exchange
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/ea32aff6">ea32aff6</a>
 - Support GOST cipher suite MAC calculation
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/854bc508">854bc508</a>
 - Add GOST cipher suites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/d32c753d">d32c753d</a>
 - Declare groups corresponding to GOST curves
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/70a6118b">70a6118b</a>
 - Add GOST values to cipher suites priorities
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/09d2f416">09d2f416</a>
 - prf: add GOST R 34.11-94 and Streebog PRF support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/c8c54f3c">c8c54f3c</a>
 - tests: add tests for KX-GOST-VKO using different key variants
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/81466394">81466394</a>
 - lib: fix group selection in case of GOST cipher suites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/ad480e6a">ad480e6a</a>
 - tests: added testcases for ciphersuite/KX negotiation with VKO-GOST
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/5c6b9ffb">5c6b9ffb</a>
 - lib/algorithms: add AID values assigned by IANA
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/88a0c4ca">88a0c4ca</a>
 - lib: pubkey vs TLS signature compatibility for GOST algorithms
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/fc2c77d9">fc2c77d9</a>
 - cli-debug: include GOST VKO into KX list
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/66ce19df">66ce19df</a>
 - priority: add GROUP-GOST-ALL keyword
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/0c687ea5">0c687ea5</a>
 - nettle/pk: add support for "new" TC26 256 B curve
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/69e837bb">69e837bb</a>
 - ecc: define curve->group relationship
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/c3898eb2">c3898eb2</a>
 - ext/supported_groups: don't consider non-EC groups for EC
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/bb82d693">bb82d693</a>
 - ext/signature: use GOST signatures for GOST ciphersiuites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/0d4d8f46">0d4d8f46</a>
 - tests: correct gost server certificates
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/f46f28f7">f46f28f7</a>
 - tests: add verbose logging to server-kx-neg tests
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/490e610c">490e610c</a>
 - Swap TLS signatures in case we are signing them with GOST keys
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/d008d006">d008d006</a>
 - crypto-selftests: add CNT and IMIT self tests
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/98a03510">98a03510</a>
 - gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/f2eb50e7">f2eb50e7</a>
 - tls13-server-kx-neg: add test for GOST-enabled server and client
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/merge_requests/920">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/f9b19915045af4a79392b1cf0021c298/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/920"}}</script>


</p>
</div>
</body>
</html>