Lines Matching refs:callback
362 * Fixed a regression introduced in 3.6.0 where the CA callback set with
364 upgraded to TLS 1.3. Fixed by adding support for the CA callback with TLS
378 callback in TLS 1.3.
434 parsing unsupported certificate extensions via user provided callback.
1436 * Add server certificate selection callback near end of Client Hello.
1437 Register callback with mbedtls_ssl_conf_cert_cb().
1441 cert callback (mbedtls_ssl_conf_cert_cb()) during handshake.
1821 to set a callback, but was deemed unnecessary as it was yet another define
1972 Raw keys and IVs are no longer passed to the callback.
1976 in TLS 1.3. Finally, the key export callback and
2718 parsing unsupported certificate extensions via user provided callback.
2721 * Pass the "certificate policies" extension to the callback supplied to
3780 unnecessary callback checks being made or to some validation checks to be
4214 callback) or chain length limitations.
4217 a fatal error in the verify callback.
4598 * Added a key extraction callback to accees the master secret and key
4792 additional callback for read-with-timeout).
4793 * The following functions have been introduced and must be used in callback
4804 * The SSL debug callback gained two new arguments (file name, line number).
4918 * DTLS no longer hard-depends on TIMING_C, but uses a callback interface
5123 write callback returned WANT_WRITE when requesting renegotiation.
5825 * Depth that the certificate verify callback receives is now numbered
5881 * Revamped x509_verify() and the SSL f_vrfy callback implementations
6175 + Added verification callback on certificate chain
6353 * Added user-defined callback debug function (Krystian Kolodziej)