We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8233d0d commit bd9f7b5Copy full SHA for bd9f7b5
1 file changed
src/ssl.c
@@ -1843,8 +1843,8 @@ int wolfSSL_CTX_mutual_auth(WOLFSSL_CTX* ctx, int req)
1843
*
1844
* ssl The SSL/TLS object.
1845
* req 1 to indicate required and 0 when not.
1846
- * returns BAD_FUNC_ARG when ssl is NULL, or not using TLS v1.3,
1847
- * SIDE_ERROR when not a client and 0 on success.
+ * returns BAD_FUNC_ARG when ssl is NULL and
+ * SIDE_ERROR when not a server and 0 on success.
1848
*/
1849
int wolfSSL_mutual_auth(WOLFSSL* ssl, int req)
1850
{
0 commit comments