Updated Features (markdown)

Alex Abrahamson
2017-11-09 14:49:57 -07:00
parent ad4ba43c8a
commit 9421c7cfbc

@ -59,7 +59,7 @@ wolfSSLv23_server_method(void); /*Use highest possible version
from SSLv3 - TLS 1.2*/
```
wolfSSL supports robust server downgrade with the **wolfSSLv23\_server\_method()** function. See section 4.2.3 for a details.
wolfSSL supports robust server downgrade with the **wolfSSLv23\_server\_method()** function. See [section 4.2.3](#423-robust-client-and-server-downgrade) for a details.
### 4.2.2 Client Functions
@ -74,7 +74,7 @@ wolfSSLv23_client_method(void); /* Use highest possible version
from SSLv3 - TLS 1.2*/
```
wolfSSL supports robust client downgrade with the **wolfSSLv23\_client\_method()** function. See section 4.2.3 for a details.
wolfSSL supports robust client downgrade with the **wolfSSLv23\_client\_method()** function. See [section 4.2.3](#423-robust-client-and-server-downgrade) for a details.
For details on how to use these functions, please see [Chapter 3, “Getting Started.”](https://github.com/wolfSSL/wolfssl/wiki/Getting-Started) For a comparison between SSL 3.0, TLS 1.0, 1.1, 1.2, and DTLS, please see [Appendix A](https://www.wolfssl.com/docs/wolfssl-manual/appendix-a/).