]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/tls-darwin.c
Add support for MinTLS and MaxTLS options (Issue #5119)
authorMichael R Sweet <michaelrsweet@gmail.com>
Fri, 3 Nov 2017 15:27:04 +0000 (11:27 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Fri, 3 Nov 2017 15:27:04 +0000 (11:27 -0400)
commit8f1fbdecb45ffb8e0e6fa9d5ce73faf022e8fd2a
treeadfa20b367705dd81405d499ea26c8e25d13be8c
parent513f1b621ccd21bd96727d930f7b414435ca8ae1
Add support for MinTLS and MaxTLS options (Issue #5119)

- cups/http-private.h: Move TLS/SSL version options to separate version
  constants, make _httpTLSSetOptions take min/max version numbers.
- cups/tls-*.c: Update _httpTLSSetOptions and _httpTLSStart to use new min/max
  version numbers.
- cups/tlscheck.c: Update _httpTLSSetOptions call.
- cups/usersys.c: Support new SSLOptions values, update _httpTLSSetOptions call.
- scheduler/conf.c: Support new SSLOptions values, update _httpTLSSetOptions
  calls.
CHANGES.md
cups/http-private.h
cups/tls-darwin.c
cups/tls-gnutls.c
cups/tls-sspi.c
cups/tlscheck.c
cups/usersys.c
man/client.conf.man.in
man/cupsd.conf.man.in
scheduler/conf.c