mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Rename functions and add test messages
Change-Id: Iab51b031ae82d7b2d384de708858be64be75f9ed Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
committed by
Ronald Cron
parent
088c92977e
commit
3ad67bf4e3
@ -2448,7 +2448,7 @@ int mbedtls_ssl_get_psk_to_offer(
|
||||
* the extension.
|
||||
*/
|
||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||
int mbedtls_ssl_tls13_write_pre_shared_key_ext_without_binders(
|
||||
int mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext(
|
||||
mbedtls_ssl_context *ssl,
|
||||
unsigned char *buf, unsigned char *end,
|
||||
size_t *out_len, size_t *binders_len );
|
||||
|
Reference in New Issue
Block a user