Set the minimum output key length to 112 bits (FIPS 140-3 IG D.N)
Set the minimum salt length to 128 bits (SP 800-132 sec. 5.1)
Set the minimum iterations count to 1000 (SP 800-132 sec 5.2)
Set the minimum passlen of 20 characters (SP SP800-132 sec 5)
Add regression tests for the new PBKDF2 requirements.
Other issues fixed:
Fix AVX CPU feature detection for OSXSAVE (bsc#1203299)
This fixes a SIGILL termination at the verzoupper instruction when
trying to run GnuTLS on a Linux kernel with the noxsave command
line parameter set. Relevant mostly for virtual systems.
Increase the limit of TLS PSK usernames from 128 to 65535 characters. [bsc#1208237, jsc#PED-1562]