<!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">

<div></div>
<h2 dir="auto">
<a id="user-content-description-of-problem" class="anchor" href="#description-of-problem" aria-hidden="true"></a>Description of problem:</h2>
<p dir="auto">I believe the <code>_gnutls_srp_entry_free</code> function has a bug in it's implementation. There is a safety feature for accidental freeing of the SRP parameters defined in <code>gnutls.h</code> but those don't include the <code>8192</code> group values.</p>
<p dir="auto"><a href="https://gitlab.com/gnutls/gnutls/blob/master/lib/auth/srp_passwd.c#L445">https://gitlab.com/gnutls/gnutls/blob/master/lib/auth/srp_passwd.c#L445</a></p>
<p dir="auto">And those values are different and need to be added there:</p>
<p dir="auto"><a href="https://gitlab.com/gnutls/gnutls/blob/master/lib/auth/srp_kx.c#L672">https://gitlab.com/gnutls/gnutls/blob/master/lib/auth/srp_kx.c#L672</a></p>
<h2 dir="auto">
<a id="user-content-version-of-gnutls-used" class="anchor" href="#version-of-gnutls-used" aria-hidden="true"></a>Version of gnutls used:</h2>
<p dir="auto">master</p>

</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/issues/761">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/142de4842145dddb772232c4de009fba/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 Issue","url":"https://gitlab.com/gnutls/gnutls/issues/761"}}</script>

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