<!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/ecd4a5b2...477d44b3">ecd4a5b2...477d44b3
</a> - 14 commits from branch `master`
</li>
</ul>
<ul>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/ce6b8c45">ce6b8c45</a>
 - lib: define TC26 GOST curves
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/e21f5ab3">e21f5ab3</a>
 - nettle/gost: provide GOST keywrapping support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/848728ae">848728ae</a>
 - nettle/gost: add support for GOST VKO algorithm
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/afc5ecc1">afc5ecc1</a>
 - _gnutls_pk_derive: add argument for nonce
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/35485c11">35485c11</a>
 - nettle: add support for GOST key derivation
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/1c9ee422">1c9ee422</a>
 - mpi: add _gnutls_mpi_bprint_size_le()
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/06e3786b">06e3786b</a>
 - Allow using implicit IV for stream ciphers with TLS
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/7786d756">7786d756</a>
 - Support GOST certificate request values
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/3b99ad01">3b99ad01</a>
 - Add GOST key transport support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/0675dd53">0675dd53</a>
 - groups: add function to return group by curve
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/a403ae58">a403ae58</a>
 - Add support for VKO GOST key exchange
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/3bba25c0">3bba25c0</a>
 - Support GOST cipher suite MAC calculation
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/1c1e8d37">1c1e8d37</a>
 - Add GOST cipher suites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/555eea0f">555eea0f</a>
 - Declare groups corresponding to GOST curves
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/f6e849d1">f6e849d1</a>
 - Add GOST values to cipher suites priorities
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/7c328812">7c328812</a>
 - prf: add GOST R 34.11-94 and Streebog PRF support
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/a66c1ee1">a66c1ee1</a>
 - tests: add tests for KX-GOST-VKO using different key variants
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/414a0071">414a0071</a>
 - lib: fix group selection in case of GOST cipher suites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/4cae07dc">4cae07dc</a>
 - tests: added testcases for ciphersuite/KX negotiation with VKO-GOST
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/6bf697ca">6bf697ca</a>
 - lib/algorithms: add AID values assigned by IANA
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/ac242503">ac242503</a>
 - lib: pubkey vs TLS signature compatibility for GOST algorithms
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/0f7737bf">0f7737bf</a>
 - cli-debug: include GOST VKO into KX list
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/1abe9586">1abe9586</a>
 - priority: add GROUP-GOST-ALL keyword
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/3b3aee0b">3b3aee0b</a>
 - nettle/pk: add support for "new" TC26 256 B curve
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/42a655ff">42a655ff</a>
 - ecc: define curve->group relationship
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/6a28ba43">6a28ba43</a>
 - ext/supported_groups: don't consider non-EC groups for EC
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/d2767442">d2767442</a>
 - ext/signature: use GOST signatures for GOST ciphersiuites
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/3d003ee8">3d003ee8</a>
 - tests: correct gost server certificates
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/71585a7a">71585a7a</a>
 - Swap TLS signatures in case we are signing them with GOST keys
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/aa26d6ee">aa26d6ee</a>
 - gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests
</li>
<li>
<a href="https://gitlab.com/gnutls/gnutls/commit/ac91c2fa">ac91c2fa</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/460a2fa8dd339014c8caccfd5726e0db/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>