Home
last modified time | relevance | path

Searched refs:salt (Results 126 – 137 of 137) sorted by relevance

123456

/openssl/doc/man1/
H A Dopenssl-pkcs12.pod.in386 This option specifies the salt length in bytes for the MAC. The salt length
H A Dopenssl-pkcs8.pod.in154 Sets the length (in bytes) of the salt to use for the PBE algorithm.
H A Dopenssl-fipsinstall.pod.in292 Configure the module to enable a run-time salt length check when generating or
H A Dopenssl-genpkey.pod.in182 If set the key is restricted and I<len> specifies the minimum salt length.
H A Dopenssl-s_server.pod.in748 A seed string for a default user salt.
/openssl/ssl/statem/
H A Dstatem_clnt.c2205 PACKET prime, generator, salt, server_pub; in tls_process_ske_srp() local
2209 || !PACKET_get_length_prefixed_1(pkt, &salt) in tls_process_ske_srp()
2222 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2223 (int)PACKET_remaining(&salt), NULL)) == NULL in tls_process_ske_srp()
/openssl/doc/man7/
H A Dprovider-kdf.pod210 =item - the salt length is at least 128 bits.
H A Dossl-guide-migration.pod406 This checks that the salt length is at least 128 bits, the derived key length is
/openssl/include/crypto/
H A Devp.h873 const unsigned char *salt, int saltlen, int iter,
/openssl/test/
H A Dsslapitest.c7528 BIGNUM *verifier = NULL, *salt = NULL; in create_new_vbase() local
7537 if (!TEST_true(SRP_create_verifier_BN_ex(userid, password, &salt, &verifier, in create_new_vbase()
7552 user_pwd->s = salt; in create_new_vbase()
7553 verifier = salt = NULL; in create_new_vbase()
7562 BN_free(salt); in create_new_vbase()
/openssl/providers/fips/
H A Dself_test_data.inc414 * a salt >= 16 bytes, which NIST SP 800-132 section 5.1 requires). The
/openssl/
H A DCHANGES.md611 * Changed the default salt length used by PBES2 KDF's (PBKDF2 and scrypt)
613 The PKCS5 (RFC 8018) standard uses a 64 bit salt length for PBE, and
615 requires a salt length of 128 bits. This affects OpenSSL command line
620 salt length to be set to a non default value.
827 * Add a mac salt length option for the pkcs12 command.
1296 * Change the default salt length for PKCS#1 RSASSA-PSS signatures to the
15460 unless the '-salt' option is used (which usually means that
18495 * Add a salt to the key derivation routines in enc.c. This
18497 -S option to allow a salt to be input on the command line.
19280 'parameter' argument instead of literal salt and iteration count values

Completed in 173 milliseconds

123456