openssl/test/recipes/30-test_evp_data
Shane Lontis f0efeea29e PBKDF2 updates to conform to SP800-132
The existing code used PKCS5 specifications.
SP800-132 adds the following additional constraints for:
  - the range of the key length.
  - the minimum iteration count (1000 recommended).
  - salt length (at least 128 bits).
These additional constraints may cause errors (in scrypt, and
some PKCS5 related test vectors). To disable the new
constraints use the new ctrl string "pkcs5".
For backwards compatability, the checks are only enabled by
default for fips mode.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8868)
2019-06-11 20:40:07 +10:00
..
evpaessiv.txt Add RFC5297 AES-SIV support 2018-12-12 08:16:10 +10:00
evpcase.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evpccmcavs.txt Add the NIST CAVS test vectors for CCM 2019-05-23 10:49:54 +01:00
evpciph.txt Allow specifying the tag after AAD in CCM mode 2019-05-08 10:57:59 +01:00
evpdigest.txt Move digests to providers 2019-06-04 12:09:50 +10:00
evpencod.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evpkdf.txt PBKDF2 updates to conform to SP800-132 2019-06-11 20:40:07 +10:00
evpmac.txt Don't allow SHAKE128/SHAKE256 with HMAC 2019-03-27 14:32:08 +00:00
evppbe.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evppkey.txt Add an Ed448 malleability test 2018-12-11 11:53:55 +00:00
evppkey_ecc.txt [test] throw error from wrapper function instead of an EC_METHOD specific one 2018-09-03 20:25:41 +02:00
evppkey_kdf.txt Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00