Fix typos and install in /bin instead of $user/bin.
Merge tlshand.c from front adding TLS renegotiation capability.
SNI stands for Server Name Indication.
Update README by expanding and improving the EXAMPLE setup.
Improve comment and relocate variable declaration.
Free heap allocated default certificate if SNI override is found (@igor)
First prototype supporting multiple SSL certificates selected via SNI.
Describe the top level goal...
Add sample code showing how to extract domain from subject
Check for client extensions before dealing with certificate.
Merge.
Document how to extract common name (aka server name) from certificate.
tlshand: improve parsing of SNI extension.
sni: increment pointer *after* host_name check
limit size and null terminate server name identifier
allocate space for server name identifier (@iboehm)