mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-27 09:47:10 +01:00
Add note about not implementing PSK id_hint
This commit is contained in:
parent
d47c4335b8
commit
e6a4846435
3 changed files with 12 additions and 3 deletions
|
|
@ -1613,6 +1613,11 @@ int mbedtls_ssl_conf_own_cert( mbedtls_ssl_config *conf,
|
|||
* \note This is mainly useful for clients. Servers will usually
|
||||
* want to use \c mbedtls_ssl_conf_psk_cb() instead.
|
||||
*
|
||||
* \note Currently clients can only register one pre-shared key.
|
||||
* In other words, the servers' idendity hint is ignored.
|
||||
* Please contact us if you need ability to set multiple PSKs
|
||||
* on clients and select one based on the identity hint.
|
||||
*
|
||||
* \param conf SSL configuration
|
||||
* \param psk pointer to the pre-shared key
|
||||
* \param psk_len pre-shared key length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue