Searched refs:protect (Results 1 – 13 of 13) sorted by relevance
/openssl-master/providers/common/ |
A D | securitycheck.c | 31 int protect = 0; in ossl_rsa_check_key() local 35 protect = 1; in ossl_rsa_check_key() 41 protect = 1; in ossl_rsa_check_key() 64 if (protect ? (sz < 2048) : (sz < 1024)) { in ossl_rsa_check_key() 72 (void)protect; in ossl_rsa_check_key() 92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key() argument 133 if (protect && strength < 112) { in ossl_ec_check_key()
|
/openssl-master/doc/man3/ |
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.
|
A D | BN_mod_exp_mont.pod | 36 memory layout to limit data-dependency to a minimum to protect secret exponents.
|
A D | SSL_CTX_set_default_passwd_cb.pod | 58 protect the private key. The way this password can be supplied may depend
|
A D | OPENSSL_secure_malloc.pod | 42 In order to help protect applications (particularly long-running servers)
|
/openssl-master/providers/common/include/prov/ |
A D | securitycheck.h | 14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
|
/openssl-master/doc/internal/man3/ |
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> 148 The function does not protect the message if I<unprotectedErrors> is nonzero.
|
/openssl-master/doc/HOWTO/ |
A D | keys.txt | 81 With this variant, you will be prompted for a password to protect your key.
|
/openssl-master/external/perl/Text-Template-1.56/ |
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-master/doc/man1/ |
A D | openssl-cmp.pod.in | 609 used to protect a message [...] because other protection, external to PKIX, will 1038 Yet some CMP services tend not to protect negative responses.
|
A D | openssl-ts.pod.in | 168 protect against replay-attacks. (Optional)
|
/openssl-master/crypto/objects/ |
A D | objects.txt | 530 !Cname email-protect
|
/openssl-master/ |
A D | CHANGES.md | 2156 * Add blinding to ECDSA and DSA signatures to protect against side channel 2775 * Add blinding to ECDSA and DSA signatures to protect against side channel 4560 * Add blinding to ECDSA and DSA signatures to protect against side channel
|
Completed in 33 milliseconds