summaryrefslogtreecommitdiff
path: root/cups/tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
| | | | Also, old MD5 code is internal-only.
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-101-2/+2
|
* Setting the timeout should also timeout the TLS negotiationMichael R Sweet2018-02-201-1/+1
| | | | (rdar://34938533)
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
|
* 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
|
* Changes to make ippserver compile on Windows.msweet2014-08-291-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12136 a1ca3aef-8c08-0410-bb20-df032aa958be
* Eliminate the rest of the warnings when the other dependencies are added in.msweet2014-08-281-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12125 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-281-1/+56
| | | | | | | Also correct GCC 4.8 compiler warnings. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12124 a1ca3aef-8c08-0410-bb20-df032aa958be
* Move the deck chairs a bit so that the TLS stuff is separated from the HTTPmsweet2014-04-291-0/+57
stuff. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11841 a1ca3aef-8c08-0410-bb20-df032aa958be