openssl/doc/man7
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
..
bio.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
crypto.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
ct.pod Fix function names in ct(7) documentation 2018-12-19 19:00:08 +01:00
des_modes.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
Ed25519.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
evp.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
EVP_KDF_HKDF.pod Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
EVP_KDF_PBKDF2.pod PBKDF2 updates to conform to SP800-132 2019-06-11 20:40:07 +10:00
EVP_KDF_SCRYPT.pod Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
EVP_KDF_SS.pod Single step kdf implementation 2019-03-19 11:03:45 +00:00
EVP_KDF_SSHKDF.pod Implement SSH KDF 2019-02-27 11:02:54 +00:00
EVP_KDF_TLS1_PRF.pod Added Conforming To section to EVP_KDF_TLS1_PRF documentation. 2019-05-27 10:05:08 +02:00
EVP_KDF_X963.pod Added X963KDF API 2019-05-16 11:43:41 +10:00
EVP_MAC_BLAKE2.pod blake2: add EVP_MAC man page 2019-02-06 09:18:43 +00:00
EVP_MAC_CMAC.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
EVP_MAC_GMAC.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
EVP_MAC_HMAC.pod Minor doc fixes for EVP_MAC. 2018-12-23 00:32:24 +01:00
EVP_MAC_KMAC.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
EVP_MAC_POLY1305.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
EVP_MAC_SIPHASH.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
openssl-core.h.pod Replumbing: Add include/openssl/core.h, initially with core types 2019-02-27 18:36:30 +01:00
openssl_user_macros.pod.in Indent with 4 2019-02-21 22:18:28 +01:00
ossl_store-file.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
ossl_store.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
passphrase-encoding.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
property.pod Address property documentation concerns. 2019-06-06 16:38:26 +10:00
RAND.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
RAND_DRBG.pod Ignore entropy from RAND_add()/RAND_seed() in FIPS mode [fixup] 2019-05-12 17:01:55 +10:00
RSA-PSS.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
SM2.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
ssl.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
x509.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00
X25519.pod Following the license change, modify the boilerplates in doc/man7/ 2018-12-06 15:36:02 +01:00