mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-10 18:31:50 +08:00
doc update
This commit is contained in:
@@ -192,6 +192,16 @@ cert-user-oid = 0.9.2342.19200300.100.1.1
|
||||
# as there are no openconnect (and possibly anyconnect clients) using
|
||||
# that protocol. The string below does not enforce perfect forward
|
||||
# secrecy, in order to be compatible with legacy clients.
|
||||
#
|
||||
# Note that the most performant ciphersuites are the moment are the ones
|
||||
# involving AES-GCM. These are very fast in x86 and x86-64 hardware, and
|
||||
# in addition require no padding, thus taking full advantage of the MTU.
|
||||
# For that to be taken advantage of, the openconnect client must be
|
||||
# used, and the server must be compiled against GnuTLS 3.2.7 or later.
|
||||
# Use "gnutls-cli --benchmark-tls-ciphers", to see the performance
|
||||
# difference with AES_128_CBC_SHA1 (the default for anyconnect clients)
|
||||
# in your system.
|
||||
|
||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0"
|
||||
|
||||
# More combinations in priority strings are available, check
|
||||
|
||||
Reference in New Issue
Block a user