mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Improve readability of ssl_client2/ssl_server2 usage instructions
This commit is contained in:
@@ -175,11 +175,11 @@ int main( void )
|
|||||||
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
||||||
" default: 0 (disabled)\n" \
|
" default: 0 (disabled)\n" \
|
||||||
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
||||||
" default: same as 'cid'\n" \
|
" default: same as 'cid' parameter\n" \
|
||||||
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
||||||
" default: \"\"\n" \
|
" default: \"\"\n" \
|
||||||
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
||||||
" default: same as cid_val\n"
|
" default: same as 'cid_val' parameter\n"
|
||||||
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
#define USAGE_CID ""
|
#define USAGE_CID ""
|
||||||
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
|
@@ -241,11 +241,11 @@ int main( void )
|
|||||||
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
||||||
" default: 0 (disabled)\n" \
|
" default: 0 (disabled)\n" \
|
||||||
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
||||||
" default: same as 'cid'\n" \
|
" default: same as 'cid' parameter\n" \
|
||||||
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
||||||
" default: \"\"\n" \
|
" default: \"\"\n" \
|
||||||
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
||||||
" default: same as 'cid_val'\n"
|
" default: same as 'cid_val' parameter\n"
|
||||||
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
#define USAGE_CID ""
|
#define USAGE_CID ""
|
||||||
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
|
Reference in New Issue
Block a user