Added table of contents

Alex Abrahamson
2017-11-08 10:08:41 -07:00
parent 485fd27f8c
commit 9368178881

@@ -1,3 +1,33 @@
## Sections in chapter 11:
[11.1 - Introduction](#111-introduction)
[11.2 - Quick Summary of SSL/TLS](#112-quick-summary-of-ssltls)
[11.3 - Getting the Source Code](#113-getting-the-source-code)
[11.4 - Base Example Modifications](#114-base-example-modifications)
[11.5 - Building and Installing wolfSSL](#115-building-and-installing-wolfssl)
[11.6 - Initial Compilation](#116-initial-compilation)
[11.7 - Libraries](#117-libraries)
[11.8 - Headers](#118-headers)
[11.9 - Startup/Shutdown](#119-startupshutdown)
[11.10 - WOLFSSL Object](#1110-wolfssl-object)
[11.11 - Sending/Receiving Data](#1111-sendingreceiving-data)
[11.12 - Signal Handling](#1112-signal-handling)
[11.13 - Certificates](#1113-certificates)
[11.14 - Conclusion](#1114-conclusion)
# 11.1 Introduction
The wolfSSL (formerly CyaSSL) embedded SSL library can easily be integrated into your existing application or device to provide enhanced communication security through the addition of SSL and TLS. wolfSSL has been targeted at embedded and RTOS environments, and as such, offers a minimal footprint while maintaining excellent performance. Minimum build sizes for wolfSSL range between 20-100kB depending on the selected build options and platform being used.
@@ -583,4 +613,3 @@ Being dual licensed under GPLv2 and standard commercial licensing, you are free
We welcome any feedback you have on this SSL tutorial. If you believe it could be improved or enhanced in order to make it either more useful, easier to understand, or more portable, please let us know at support@wolfssl.com.