mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
ef58536711
It was set by default on the caddy-internal config object, and even checked for conflicts, but it was never actually reflected on the tls.Config. This will have user-visible changes: a client that prefers, say, AES-CBC but also supports AES-GCM would have used AES-CBC befor this, and will use AES-GCM after. This is desirable and important behavior, because if for example the server wanted to support 3DES, but *only if it was strictly necessary*, it would have had no way of doing so with PreferServerCipherSuites false, as the client preference would have won. |
||
---|---|---|
.. | ||
storagetest | ||
certificates.go | ||
certificates_test.go | ||
client.go | ||
client_test.go | ||
config.go | ||
config_test.go | ||
crypto.go | ||
crypto_test.go | ||
filestorage.go | ||
filestorage_test.go | ||
handshake.go | ||
handshake_test.go | ||
httphandler.go | ||
httphandler_test.go | ||
maintain.go | ||
setup.go | ||
setup_test.go | ||
storage.go | ||
tls.go | ||
tls_test.go | ||
user.go | ||
user_test.go |