Lines Matching refs:record
76 The arguments specify the fields of the TLSA record.
83 A negative return value indicates an internal error in processing the record.
97 0 if an EE TLSA record directly matched the leaf certificate, or a positive
98 number indicating the depth at which a TA record matched an issuer certificate.
103 If the B<mcert> argument is not B<NULL> and a TLSA record matched a chain
112 a DANE-TA(2) SPKI(1) Full(0) record provided the public key that signed an
121 SSL_get0_dane_tlsa() can be used to retrieve the fields of the TLSA record that
127 TLSA record fields.
168 input, such as an unsupported TLSA record certificate usage, selector or
176 nonnegative value indicates the chain depth at which the TLSA record matched a
178 record is a full public key that is its signer.
223 for (... each TLSA record ...) {
251 /* handle unusable TLSA record */
267 /* At least one usable record. We expect to verify the peer */