Lines Matching refs:callback

405    * Fixed a regression introduced in 3.6.0 where the CA callback set with
407 upgraded to TLS 1.3. Fixed by adding support for the CA callback with TLS
421 callback in TLS 1.3.
477 parsing unsupported certificate extensions via user provided callback.
1479 * Add server certificate selection callback near end of Client Hello.
1480 Register callback with mbedtls_ssl_conf_cert_cb().
1484 cert callback (mbedtls_ssl_conf_cert_cb()) during handshake.
1864 to set a callback, but was deemed unnecessary as it was yet another define
2015 Raw keys and IVs are no longer passed to the callback.
2019 in TLS 1.3. Finally, the key export callback and
2761 parsing unsupported certificate extensions via user provided callback.
2764 * Pass the "certificate policies" extension to the callback supplied to
3823 unnecessary callback checks being made or to some validation checks to be
4257 callback) or chain length limitations.
4260 a fatal error in the verify callback.
4641 * Added a key extraction callback to accees the master secret and key
4835 additional callback for read-with-timeout).
4836 * The following functions have been introduced and must be used in callback
4847 * The SSL debug callback gained two new arguments (file name, line number).
4961 * DTLS no longer hard-depends on TIMING_C, but uses a callback interface
5166 write callback returned WANT_WRITE when requesting renegotiation.
5868 * Depth that the certificate verify callback receives is now numbered
5924 * Revamped x509_verify() and the SSL f_vrfy callback implementations
6218 + Added verification callback on certificate chain
6396 * Added user-defined callback debug function (Krystian Kolodziej)