Home
last modified time | relevance | path

Searched refs:sni_key_cert (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/library/
A Dssl_misc.h586 mbedtls_ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */ member
A Dssl_srv.c915 if( ssl->handshake->sni_key_cert != NULL ) in ssl_pick_cert()
916 list = ssl->handshake->sni_key_cert; in ssl_pick_cert()
A Dssl_tls.c3661 return( ssl_append_key_cert( &ssl->handshake->sni_key_cert, in mbedtls_ssl_set_hs_own_cert()
5516 if( handshake->sni_key_cert != NULL ) in mbedtls_ssl_handshake_free()
5518 mbedtls_ssl_key_cert *cur = handshake->sni_key_cert, *next; in mbedtls_ssl_handshake_free()

Completed in 22 milliseconds