Searched refs:validation (Results 1 – 25 of 95) sorted by relevance
1234
| /freebsd-13.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 | 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 | 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 | SSL_get0_peer_scts.pod | 22 If no Certificate Transparency validation callback has been set (using
|
| H A D | X509_STORE_add_cert.pod | 40 how validation and policy checks are performed. 71 for the corresponding values used in certificate chain validation. Their
|
| H A D | X509_verify_cert.pod | 31 OpenSSL internally for certificate validation, in both the S/MIME and
|
| /freebsd-13.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.bcb.out | 3 for validation
|
| H A D | regress.icase3.out | 3 for validation
|
| H A D | regress.in | 3 for validation
|
| H A D | regress.icase4.out | 3 for validation
|
| H A D | regress.G.out | 5 for validation
|
| H A D | regress.icase2.out | 3 for validation
|
| /freebsd-13.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 95 - python: Implement validation function and tests (by Denis Volpato Martins) 97 - Fix schema validation for patternProperties with object data (by Denis Volpato Martins)
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-objtool.m4 | 27 dnl # 4.6 API for compile-time stack validation 54 [whether compile-time stack validation (objtool) is available])
|
| /freebsd-13.1/tests/sys/netpfil/pf/ioctl/ |
| H A D | Makefile | 8 validation
|
| /freebsd-13.1/contrib/libcbor/doc/source/api/ |
| H A D | type_3.rst | 20 UTF-8 encoding validation
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | proxy-certificates.pod | 141 application and the certificate validation procedure. 167 ex_data store that is attached to an X509 validation context. 190 * store in the X509 validation context the first time it's 209 /* Callback to be given to the X509 validation procedure. */
|
| /freebsd-13.1/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 1320 validation conditions on them, so that they check input data for type 1348 validation. 1573 Controls whether validation is applied to blank fields. 1575 invoking the usual validation check on exit. If this option is 1576 off on a field, exit from it will invoke a validation check. 1579 Controls whether validation occurs on every exit, or only after 1581 O_PASSOK may be useful if your field's validation function may 1702 validation of newly-created fields. 1704 Here are the pre-defined validation types: 2406 * A field-validation function to be applied on exit from the field. [all …]
|
| /freebsd-13.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. 474 Currently, there is only one validation function called `ucl_object_validate`. It performs validati… 482 …, to validate input object `obj`. If this function returns `true` then validation procedure has be… 506 …bject is not allocated by libucl, so there is no need to free it after validation (a static object…
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | TODO | 23 validation.
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | eap_testing.txt | 75 1) EAP-TLS itself worked, but peer certificate validation failed at
|
1234