/openssl/providers/common/ |
H A D | securitycheck.c | 27 int protect = 0; in ossl_rsa_key_op_get_protect() local 32 protect = 1; in ossl_rsa_key_op_get_protect() 39 protect = 1; in ossl_rsa_key_op_get_protect() 57 *outprotect = protect; in ossl_rsa_key_op_get_protect() 67 int ossl_rsa_check_key_size(const RSA *rsa, int protect) in ossl_rsa_check_key_size() argument 71 if (protect ? (sz < 2048) : (sz < 1024)) in ossl_rsa_check_key_size() 121 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect) in ossl_ec_check_security_strength() argument 135 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS) in ossl_ec_check_security_strength()
|
H A D | securitycheck_fips.c | 38 const RSA *rsa, const char *desc, int protect) in ossl_fips_ind_rsa_key_check() argument 40 int key_approved = ossl_rsa_check_key_size(rsa, protect); in ossl_fips_ind_rsa_key_check() 57 int protect) in ossl_fips_ind_ec_key_check() argument 65 strength_allowed = ossl_ec_check_security_strength(group, protect); in ossl_fips_ind_ec_key_check()
|
/openssl/providers/common/include/prov/ |
H A D | securitycheck.h | 17 int ossl_rsa_check_key_size(const RSA *rsa, int protect); 23 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect);
|
/openssl/doc/man3/ |
H A D | RSA_blinding_on.pod | 5 RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks 25 must be used to protect the RSA operation from that attack.
|
H A D | BN_mod_exp_mont.pod | 36 memory layout to limit data-dependency to a minimum to protect secret exponents.
|
H A D | SSL_CTX_set_default_passwd_cb.pod | 58 protect the private key. The way this password can be supplied may depend
|
H A D | OPENSSL_secure_malloc.pod | 42 In order to help protect applications (particularly long-running servers)
|
/openssl/providers/fips/include/fips/ |
H A D | fipsindicator.h | 126 const RSA *rsa, const char *desc, int protect); 130 int protect);
|
/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 134 int protect = 0; in rsakem_init() local 142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsakem_init() 155 prsactx->rsa, desc, protect)) in rsakem_init()
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 76 The function does not protect the message if the B<status> value in I<si> 123 It does not protect the message if the B<status> value in I<si> is B<rejected> 149 The function does not protect the message if I<unprotectedErrors> is nonzero.
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 100 int protect = 0; in rsa_init() local 105 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsa_init() 130 prsactx->rsa, desc, protect)) in rsa_init()
|
/openssl/doc/HOWTO/ |
H A D | keys.txt | 81 With this variant, you will be prompted for a password to protect your key.
|
/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 508 int protect; in rsa_signverify_init() local 524 if (!ossl_rsa_key_op_get_protect(prsactx->rsa, operation, &protect)) in rsa_signverify_init() 604 prsactx->rsa, desc, protect)) in rsa_signverify_init()
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 47 To protect your rights, we need to make restrictions that forbid 57 We protect your rights with two steps: (1) copyright the software, and
|
/openssl/doc/man1/ |
H A D | openssl-ts.pod.in | 168 protect against replay attacks. (Optional)
|
H A D | openssl-cmp.pod.in | 693 used to protect a message [...] because other protection, external to PKIX, will 1309 Yet some CMP services tend not to protect negative responses.
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 299 * "packet". The interface in this file applies to all protocols that protect
|
/openssl/crypto/objects/ |
H A D | objects.txt | 550 !Cname email-protect
|
/openssl/ |
H A D | CHANGES.md | 4095 * Add blinding to ECDSA and DSA signatures to protect against side channel 4714 * Add blinding to ECDSA and DSA signatures to protect against side channel 6499 * Add blinding to ECDSA and DSA signatures to protect against side channel
|