浏览代码

Add comment on cipher names

bel2125 4 年之前
父节点
当前提交
99bed275c2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/UserManual.md

+ 6 - 0
docs/UserManual.md

@@ -635,6 +635,12 @@ colons, commas or spaces.
 
 See [this entry](https://www.openssl.org/docs/manmaster/apps/ciphers.html) in
 OpenSSL documentation for full list of options and additional examples.
+The OpenSSL cipher string uses different cipher names than IANA 
+(see [this mapping](https://testssl.sh/openssl-iana.mapping.html)).
+
+In case CivetWeb is built with a TLS library other than OpenSSL 
+(e.g., [mbedTLS](https://tls.mbed.org/supported-ssl-ciphersuites)), 
+the cipher names may be different.
 
 ### ssl\_default\_verify\_paths `yes`
 Loads default trusted certificates locations set at openssl compile time.