Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dssl_internal.h195 mbedtls_ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */ member
/net-tools-latest/mbedtls-2.4.0/library/
Dssl_srv.c614 if( ssl->handshake->sni_key_cert != NULL ) in ssl_pick_cert()
615 list = ssl->handshake->sni_key_cert; in ssl_pick_cert()
Dssl_tls.c5776 return( ssl_append_key_cert( &ssl->handshake->sni_key_cert, in mbedtls_ssl_set_hs_own_cert()
7005 if( handshake->sni_key_cert != NULL ) in mbedtls_ssl_handshake_free()
7007 mbedtls_ssl_key_cert *cur = handshake->sni_key_cert, *next; in mbedtls_ssl_handshake_free()