Searched refs:validation (Results 1 – 25 of 103) sorted by relevance
12345
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SCT_validate.pod | 29 The result of the validation checks can be obtained by passing the SCT to 40 Failure to provide the certificate will result in the validation status being 48 (see RFC 6962). If it is required but not provided, the validation status will 55 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation 61 validation status will be SCT_VALIDATION_STATUS_UNKNOWN_VERSION. 64 the time in CT_POLICY_EVAL_CTX), or if it is otherwise invalid, the validation 67 If all checks pass, the validation status will be SCT_VALIDATION_STATUS_VALID. 78 SCT fails validation, or 1 if the SCT passes validation. 81 if any of SCTs fails validation, or 1 if they all pass validation. 83 SCT_get_validation_status() returns the validation status of the SCT.
|
| H A D | SSL_CTX_set_ct_validation_callback.pod | 35 This is accomplished by setting a built-in CT validation callback. 55 the validation status of any SCTs. 56 The application can still inspect the validation status of the SCTs at 78 validation will not occur. 109 Certificate Transparency validation cannot be enabled and so a callback cannot 124 validation callback is set, or 0 if no callback (or equivalently a NULL
|
| H A D | SCT_print.pod | 28 SCT_validation_status_string() will return the validation status of an SCT as 30 beforehand in order to set the validation status of an SCT first. 35 the validation status of an B<SCT> object.
|
| H A D | X509_STORE_add_cert.pod | 33 how validation and policy checks are performed. 64 for the corresponding values used in certificate chain validation. Their
|
| H A D | SSL_get0_peer_scts.pod | 22 If no Certificate Transparency validation callback has been set (using
|
| H A D | X509_verify_cert.pod | 31 OpenSSL internally for certificate validation, in both the S/MIME and
|
| /freebsd-12.1/usr.bin/sed/tests/ |
| H A D | regress.P.out | 5 for validation 6 for validation
|
| H A D | regress.icase1.out | 3 for validation
|
| H A D | regress.b2a.out | 2 for validation
|
| H A D | regress.c1.out | 3 for validation
|
| H A D | regress.in | 3 for validation
|
| H A D | regress.icase3.out | 3 for validation
|
| H A D | regress.G.out | 5 for validation
|
| H A D | regress.bcb.out | 3 for validation
|
| H A D | regress.icase2.out | 3 for validation
|
| H A D | regress.icase4.out | 3 for validation
|
| /freebsd-12.1/contrib/libucl/ |
| H A D | ChangeLog.md | 48 - CLI interface for parsing and validation (by Maxim Ignatenko) 55 - Add schema validation to lua API 56 - Add support for external references to schema validation
|
| /freebsd-12.1/tests/sys/netpfil/pf/ioctl/ |
| H A D | Makefile | 8 validation
|
| /freebsd-12.1/crypto/openssl/doc/HOWTO/ |
| H A D | proxy_certificates.txt | 54 - proxy certificate validation can be enabled before starting the application 147 application and the certificate validation procedure. 163 store that is attached to an X509 validation context. 184 * store in the X509 validation context the first time it's called. 201 /* Callback to be given to the X509 validation procedure. */
|
| /freebsd-12.1/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 1304 validation conditions on them, so that they check input data for type 1332 validation. 1557 Controls whether validation is applied to blank fields. 1559 invoking the usual validation check on exit. If this option is 1560 off on a field, exit from it will invoke a validation check. 1563 Controls whether validation occurs on every exit, or only after 1565 O_PASSOK may be useful if your field's validation function may 1686 validation of newly-created fields. 1688 Here are the pre-defined validation types: 2390 * A field-validation function to be applied on exit from the field. [all …]
|
| /freebsd-12.1/contrib/libucl/doc/ |
| H A D | api.md | 12 - [Validation functions](#validation-functions) 38 - [Validation functions](#validation-functions-1) 69 …schema compatible object `schema`. Both input and schema must be UCL objects to perform validation. 463 Currently, there is only one validation function called `ucl_object_validate`. It performs validati… 471 …, to validate input object `obj`. If this function returns `true` then validation procedure has be… 495 …bject is not allocated by libucl, so there is no need to free it after validation (a static object…
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | TODO | 23 validation.
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | eap_testing.txt | 75 1) EAP-TLS itself worked, but peer certificate validation failed at
|
| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 53 * -- The error flag is set to a non-zero value when validation is 54 * finished. The value is either BR_ERR_X509_OK (validation is 100 * and DN are matched, then validation ends with a success. 104 * decoded public key. Failure here ends validation with an error. 146 * signatures is valid, then validation ends with a success. 148 * -- If the chain end is reached without obtaining a validation success, 149 * then validation is reported as failed. 701 \ Get the validation date and time from the context or system. 1055 \ critical Policy Constraints extension is encountered, the validation
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | requirements.txt | 26 that also DNSSEC (secure DNS) validation and stub-resolvers (that do not 61 * even with validation. 284 o Failure of validation and probing. 285 Retries on a validation failure are now 5x to a different nameserver IP
|
12345