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

<p class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/pmgdeb">Pedro Monreal</a> created a merge request: <a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1561">!1561</a>
</p>
<p>
</p>
<div class="branch">
Project:Branches: pmgdeb/gnutls:fips-pbkdf2-kat to gnutls/gnutls:master
</div>
<div class="author">
Author: Pedro Monreal
</div>
<div class="assignee">
Assignees: 
</div>
<div class="reviewer">
Reviewers: 
</div>
<div class="approvers">

</div>

<div class="md">
<p dir="auto">lib/crypto-selftests.c: Add a selftest for PBKDF2 that complies with FIPS 140-3. The IG 10.3.A and SP800-132 requires some minimum parameters for the salt length, password length and iteration count.</p>
<p dir="auto">The KAT for the PBKDF2 does not meet the requirements included in IG 10.3.A. Specifically, IG 10.3.A and SP800-132 requires some minimum parameters for the salt length, password length and iteration count. These parameters should be also used in the KAT:</p>
<ul dir="auto">
<li>salt must be at least 128 bits.</li>
<li>password should be at least 14 bytes, which represents the minimum approved key length used for the underlying HMAC (112 bits).</li>
<li>the iteration count must be >= 2</li>
</ul>
<p dir="auto">These are the values that the PBKDF KAT uses for this module:</p>
<ul dir="auto">
<li>GnuTLS (not OK)
! Plen=8 bytes
! Slen=32 bits
<ul>
<li>IterCount=1, 80000</li>
</ul>
</li>
</ul>
</div>

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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1561">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/8e373e82be3b521b0d4dc83255ceea8d/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/1561"}}</script>


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