Skip to content

fips: add additional pbkdf limit checks as defined in SP 800-132

Tobias Heider requested to merge tobhe/gnutls:pbkdf into master

I noticed that we seem to be missing a few mandatory checks for pbkdf. Currently we are checking the password size and outlen to be < 14 but SP 800-132 also mandates a minimum iteration count and a minimum salt size.

TODO

  • adjust self test vectors
  • fix unit tests
Edited by Tobias Heider

Merge request reports