aboutsummaryrefslogtreecommitdiffstats
path: root/doc/faq.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-20 13:48:30 +0000
committerlloyd <[email protected]>2012-06-20 13:48:30 +0000
commit8729e97de61943ebd0555b94627c7ba50704d02f (patch)
tree28d6b5a4f1e52520cadee79515968b7ad2a19a5b /doc/faq.txt
parentc33f696fcd61409e5733959e2bfa625e934c0368 (diff)
Doc updates
Diffstat (limited to 'doc/faq.txt')
-rw-r--r--doc/faq.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index 9658621fe..e3b85af8e 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -170,7 +170,8 @@ Does botan support SSL/TLS, SSH, S/MIME, OpenPGP...
------------------------------------------------------------
Support for SSL/TLS is included in version 1.9.4 and later. Currently
-SSLv3 and TLS 1.0 and 1.1 are supported.
+SSLv3 and TLS 1.0 and 1.1 are supported. The latest development
+versions also support TLS 1.2.
`NetSieben SSH <http://netsieben.com/products/ssh/>`_ is an open
source SSHv2 implementation that uses botan.
@@ -188,6 +189,9 @@ The most common stumbling block is a compiler that is buggy or can't
handle modern C++ (specifically, C++98). Check out the :doc:`build log
<build_log>` for a sense of which platforms are actively being tested.
+Versions 1.11.0 and higher require a C++11 compiler. GCC 4.7.0 and
+Clang 3.1 are known to work well.
+
I'm not feeling this, what can I use instead?
------------------------------------------------------------
@@ -200,9 +204,5 @@ I'm not feeling this, what can I use instead?
targeted to being an SSL/TLS implementation but there is a lot of
other stuff in there as well.
-* `XySSL <http://www.ohloh.net/projects/xyssl>`_ is a C library
- providing a very small footprint crypto library and SSL
- implementation.
-
* `Adam Shostack <http://www.homeport.org/~adam/crypto/>`_ maintains a
(somewhat out of date) list of open source crypto libraries.