Lines Matching refs:callback
47 parsing unsupported certificate extensions via user provided callback.
1048 * Add server certificate selection callback near end of Client Hello.
1049 Register callback with mbedtls_ssl_conf_cert_cb().
1053 cert callback (mbedtls_ssl_conf_cert_cb()) during handshake.
1433 to set a callback, but was deemed unnecessary as it was yet another define
1584 Raw keys and IVs are no longer passed to the callback.
1588 in TLS 1.3. Finally, the key export callback and
2330 parsing unsupported certificate extensions via user provided callback.
2333 * Pass the "certificate policies" extension to the callback supplied to
3392 unnecessary callback checks being made or to some validation checks to be
3826 callback) or chain length limitations.
3829 a fatal error in the verify callback.
4210 * Added a key extraction callback to accees the master secret and key
4404 additional callback for read-with-timeout).
4405 * The following functions have been introduced and must be used in callback
4416 * The SSL debug callback gained two new arguments (file name, line number).
4530 * DTLS no longer hard-depends on TIMING_C, but uses a callback interface
4735 write callback returned WANT_WRITE when requesting renegotiation.
5437 * Depth that the certificate verify callback receives is now numbered
5493 * Revamped x509_verify() and the SSL f_vrfy callback implementations
5787 + Added verification callback on certificate chain
5965 * Added user-defined callback debug function (Krystian Kolodziej)