From cba5b5ce28285751aa4b6cc48362dc002ae9063c Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 8 Apr 2011 18:41:19 +0000 Subject: More doc updates --- doc/ssl.txt | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'doc/ssl.txt') diff --git a/doc/ssl.txt b/doc/ssl.txt index dd206d5fc..8f2ad3a2a 100644 --- a/doc/ssl.txt +++ b/doc/ssl.txt @@ -1,10 +1,26 @@ -SSL/TLS +SSL and TLS ======================================== -SSL/TLS Clients +Botan supports both client and server implementations of the SSL/TLS +protocols, including SSL v3, TLS v1.0, and TLS v1.1. The insecure and +obsolete SSL v2 is not supported. + +The implementation uses ``std::tr1::function``, so it may not have +been compiled into the version you are using; you can test for the +feature macro ``BOTAN_HAS_SSL_TLS`` to check. + +TLS Clients ---------------------------------------- +A simple TLS client: + +.. literalinclude:: examples/tls_client.cpp -SSL/TLS Servers + +TLS Servers ---------------------------------------- + +A simple TLS server + +.. literalinclude:: examples/tls_server.cpp -- cgit v1.2.3