mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 16:05:28 +00:00
Added default value comment for ssl_set_ciphersuites*()
This commit is contained in:
parent
f42e5cceab
commit
f4a84b1154
|
@ -718,6 +718,7 @@ void ssl_set_session( ssl_context *ssl, const ssl_session *session );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Set the list of allowed ciphersuites
|
* \brief Set the list of allowed ciphersuites
|
||||||
|
* (Default: ssl_default_ciphersuites)
|
||||||
* (Overrides all version specific lists)
|
* (Overrides all version specific lists)
|
||||||
*
|
*
|
||||||
* \param ssl SSL context
|
* \param ssl SSL context
|
||||||
|
@ -728,6 +729,7 @@ void ssl_set_ciphersuites( ssl_context *ssl, const int *ciphersuites );
|
||||||
/**
|
/**
|
||||||
* \brief Set the list of allowed ciphersuites for a specific
|
* \brief Set the list of allowed ciphersuites for a specific
|
||||||
* version of the protocol.
|
* version of the protocol.
|
||||||
|
* (Default: ssl_default_ciphersuites)
|
||||||
* (Only useful on the server side)
|
* (Only useful on the server side)
|
||||||
*
|
*
|
||||||
* \param ssl SSL context
|
* \param ssl SSL context
|
||||||
|
|
Loading…
Reference in a new issue