summaryrefslogtreecommitdiff
path: root/cups/tlscheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Add _CUPS_NORETURN to missing functionsAlfonso Gregory2021-09-011-1/+1
|
* Add options to force a TLS version.Michael R Sweet2018-06-151-0/+18
|
* Add issuer and signature algorithm to certificate string, show it in ↵Michael R Sweet2018-04-241-0/+15
| | | | tlscheck output.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
|
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-031-3/+6
| | | | | | | | | | | - 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.
* Support internal "only TLS/1.0" option for tlscheck.Michael Sweet2017-08-251-1/+11
| | | | | | Expand CBC filter on macOS. Add support for --tls10 and --no-cbc options with tlscheck.
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
| | | | Bump copyright to 2017 in web interface and README files.
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
|
* Add "-4" and "-6" options to tlscheck.msweet2016-01-121-2/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13041 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update messages from tlscheck.msweet2015-06-031-5/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12688 a1ca3aef-8c08-0410-bb20-df032aa958be
* tlscheck should only be built when SSL/TLS is available/enabled.msweet2015-05-221-0/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12652 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update list of blacklisted DH/DHE cipher suites.msweet2015-05-211-15/+146
| | | | | | | Expand what tlscheck can do/report. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12649 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add more cipher suites.msweet2015-05-191-0/+146
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12640 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add a check for "=" in the port number (to work around an ippfind bug)msweet2015-05-191-1/+6
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12637 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add TLS version.msweet2015-05-191-1/+29
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12636 a1ca3aef-8c08-0410-bb20-df032aa958be
* Start of check program for TLS implementations.msweet2015-05-191-0/+424
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12635 a1ca3aef-8c08-0410-bb20-df032aa958be