Browse Source

Documentation: Only OpenSSL is tested on a regular basis (see #383)

bel2125 7 năm trước cách đây
mục cha
commit
5abcca3ec4
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 1
      docs/OpenSSL.md
  2. 2 1
      docs/yaSSL.md

+ 1 - 1
docs/OpenSSL.md

@@ -3,7 +3,7 @@ Adding OpenSSL Support
 
 Civetweb supports *HTTPS* connections using the OpenSSL transport layer
 security (TLS) library. OpenSSL is a free, open source library (see
-http://www.openssl.org/).
+http://www.openssl.org/). While there are other TLS libraries beside OpenSSL (like gnuTLS and wolfSSL), new TLS features in CivetWeb are tested only using OpenSSL.
 
 
 Getting Started

+ 2 - 1
docs/yaSSL.md

@@ -6,7 +6,8 @@ you may wish to use the GPLv2 licensed CyaSSL library.  By using this
 library, the resulting binary may have to have the GPL license unless
 you buy a commercial license from [wolfSSL](http://www.yassl.com/).
 
-*Note: The following instructions have not been checked for the most recent versions of CivetWeb and wolfSSL. Some information might be outdated.*
+*Note: The following instructions have not been checked for the most recent versions of CivetWeb and wolfSSL. Some information might be outdated. All current versions of CivetWeb are tested using [OpenSSL](OpenSSL.md). CivetWeb uses the OpenSSL API functions - wolfSSL
+provides an OpenSSL compatibility layer. However, when new TLS features are added to CivetWeb, it is not checked if corresponding functions work the same, or even if they exist at all within this compatibility layer.*
 
 
 Getting Started