Skip to content

Commit

Permalink
Adjust comment describing mbedtls_ssl_conf_sni()
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Strauss <[email protected]>
  • Loading branch information
gstrauss committed Feb 21, 2022
1 parent c5f03f7 commit f152ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/mbedtls/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3621,8 +3621,7 @@ void mbedtls_ssl_set_hs_authmode( mbedtls_ssl_context *ssl,
* mbedtls_ssl_set_hs_ca_chain() as well as the client
* authentication mode with \c mbedtls_ssl_set_hs_authmode(),
* then must return 0. If no matching name is found, the
* callback must either set a default cert, or
* return non-zero to abort the handshake at this point.
* callback may return non-zero to abort the handshake.
*
* \param conf SSL configuration
* \param f_sni verification function
Expand Down

0 comments on commit f152ee9

Please sign in to comment.