1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Remove indicators and warnings about unfinished CID implementation

This commit is contained in:
Hanno Becker
2019-05-08 13:24:25 +01:00
parent b3e9dd53ba
commit 22a59fdca8
3 changed files with 23 additions and 36 deletions

View File

@@ -167,8 +167,6 @@ int mbedtls_ssl_set_cid( mbedtls_ssl_context *ssl,
return( 0 );
}
/* WARNING: The CID feature isn't fully implemented yet
* and will not be used. */
int mbedtls_ssl_get_peer_cid( mbedtls_ssl_context *ssl,
int *enabled,
unsigned char peer_cid[ MBEDTLS_SSL_CID_OUT_LEN_MAX ],