tree 1c434da50853e2ed165d42e84814ee9eae129566 parent d6fbfde994f7cc3a72078c328160bde669131a82 author Gilles Peskine 1525077049 +0200 committer Gilles Peskine 1528975611 +0200 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert The certificate passed to async callbacks may not be the one set by mbedtls_ssl_conf_own_cert. For example, when using an SNI callback, it's whatever the callback is using. Document this, and add a test case (and code sample) with SNI.