summaryrefslogtreecommitdiff
path: root/cups/tls-sspi.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-06-26 13:22:57 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-06-26 13:22:57 -0400
commitf2e8714723abaa8c0e05abaf2f64e45ad5856598 (patch)
treecdb76e296685c05d45bb31b5af8c99e1d4fc4293 /cups/tls-sspi.c
parent8d7d268f61befd7a6de3048e063d656e9b6402b7 (diff)
downloadcups-f2e8714723abaa8c0e05abaf2f64e45ad5856598.tar.gz
The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `DenyCBC` and
`DenyTLS1.0` options (Issue #5037)
Diffstat (limited to 'cups/tls-sspi.c')
-rw-r--r--cups/tls-sspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/tls-sspi.c b/cups/tls-sspi.c
index 46f6e7909..77b883b22 100644
--- a/cups/tls-sspi.c
+++ b/cups/tls-sspi.c
@@ -1795,7 +1795,7 @@ http_sspi_find_credentials(
}
#endif /* SP_PROT_TLS1_2_SERVER */
- /* TODO: Support _HTTP_TLS_ALLOW_RC4 and _HTTP_TLS_ALLOW_DH options; right now we'll rely on Windows registry to enable/disable RC4/DH... */
+ /* TODO: Support _HTTP_TLS_ALLOW_RC4, _HTTP_TLS_ALLOW_DH, and _HTTP_TLS_DENY_CBC options; right now we'll rely on Windows registry to enable/disable RC4/DH/CBC... */
/*
* Create an SSPI credential.