Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 36) sorted by relevance

12

/openssl/crypto/evp/
H A Dkeymgmt_meth.c174 if (keymgmt->validate == NULL) in keymgmt_from_algorithm()
175 keymgmt->validate = OSSL_FUNC_keymgmt_validate(fns); in keymgmt_from_algorithm()
512 if (keymgmt->validate == NULL) in evp_keymgmt_validate()
514 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
H A Devp_local.h128 OSSL_FUNC_keymgmt_validate_fn *validate; member
/openssl/doc/man7/
H A DEVP_PKEY-FFC.pod103 =item "validate-pq" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_PQ>) <unsigned integer>
105 =item "validate-g" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_G>) <unsigned integer>
109 I<validate-pq> and I<validate-g> are both set to 1 to check that p,q and g are
113 =item "validate-legacy" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_LEGACY>) <unsigned integer>
H A DOSSL_PROVIDER-FIPS.pod270 Uses HMAC SHA256 on the module file to validate that the module has not been
276 Uses HMAC SHA256 on a fixed string to validate that the installation process
H A DEVP_PKEY-DH.pod236 To validate B<FIPS186-4> B<DHX> domain parameters decoded from B<PEM> or
H A Dossl-guide-tls-server-block.pod132 * expired, or may otherwise fail to form a chain that a client can validate.
/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod47 used also to validate the issued certificate returned in the IP message. This is
57 OSSL_CMP_validate_cert_path() attempts to validate the given certificate and its
H A DX509_verify_cert.pod35 The X509_verify_cert() function attempts to discover and validate a
63 both functions validate the target raw public key.
H A DSSL_get0_peer_rpk.pod60 will be used to validate the peer's public key or certificate.
H A DEVP_PKEY_derive.pod32 be a public key. The I<validate_peer> will validate the public key if this value
H A DDTLSv1_listen.pod35 If DTLS is used over UDP (or any datagram based protocol that does not validate
39 stream-based transport protocols (e.g. QUIC) may not validate the source
H A DRSA_check_key.pod5 RSA_check_key_ex, RSA_check_key - validate private RSA keys
H A DSSL_CTX_use_psk_identity_hint.pod71 is to validate the received PSK identity and to fetch the pre-shared key used
H A DSSL_set1_server_cert_type.pod178 To validate client raw public keys, code from the client example may need to be
H A DX509_STORE_CTX_get_error.pod74 X509_STORE_CTX_get1_chain() returns a complete validate chain if a previous
467 No TLS records were configured to validate the raw public key, or DANE was not
H A DSSL_alert_type_string.pod166 or validate a finished message.
H A DOSSL_CMP_CTX_new.pod346 to validate the certificate chain of an IP message.
356 Otherwise they are stored to potentially help validate further messages.
746 the I<ctx>. This will be used to validate the recipNonce in incoming messages.
H A DOPENSSL_malloc.pod239 *endptr = 'x'. Be sure to validate how much data was consumed when calling this
/openssl/ssl/statem/
H A DREADME.md13 so that it is easier to validate
/openssl/doc/internal/man3/
H A Devp_keymgmt_newdata.pod54 evp_keymgmt_validate() calls the method's validate() function.
/openssl/util/perl/OpenSSL/
H A DOrdinals.pm232 $self->validate();
684 sub validate { subroutine
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_ocb.txt211 #Test vectors generated to validate aesni_ocb_encrypt on x86
/openssl/doc/man1/
H A Dopenssl-ecparam.pod.in147 To validate given EC parameters:
/openssl/test/
H A Devp_test.c2354 int validate; member
2781 int validate = 0; in pderive_test_parse() local
2784 validate = 1; in pderive_test_parse()
2786 if (validate || strcmp(keyword, "PeerKey") == 0) { in pderive_test_parse()
2789 kdata->validate = validate; in pderive_test_parse()
2817 expected->validate) <= 0) { in pderive_test_run()
/openssl/
H A DREADME-FIPS.md12 possible to validate every minor release of OpenSSL.

Completed in 75 milliseconds

12