summaryrefslogtreecommitdiff
path: root/cups/tls-gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Update HTTP implementation to support field values larger than HTTP_MAX_VALUEMichael R Sweet2018-01-101-2/+2
* Fix builds.Michael R Sweet2017-12-051-1/+3
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-061-4/+1
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-031-8/+50
* Fix indentionPascal Ernster2017-10-221-1/+1
* Fix AllowRC4 and AllowSSL3 on GnuTLS platformsPascal Ernster2017-10-221-3/+5
* Fix cipher suite selection with GNU TLS (Issue #5145)Michael Sweet2017-10-191-4/+4
* Support internal "only TLS/1.0" option for tlscheck.Michael Sweet2017-08-251-0/+2
* Fix "DenyCBC" priority string with GNU TLS.Michael R Sweet2017-07-231-2/+2
* The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `De...Michael R Sweet2017-06-261-0/+3
* Fix compiler warning.Michael R Sweet2017-06-011-2/+2
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Use self-signed certificates over CA-signed ones (Issue #4870)Michael Sweet2016-09-201-44/+68
* Support site CA cert ("/etc/cups/ssl/site.crt" for Linux, "site" cert on macO...Michael Sweet2016-08-301-2/+40
* Sync up GNU TLS and Darwin TLS certificate validation code.Michael Sweet2016-08-251-0/+5
* Set cupsLastErrorString in httpCredentialsGetTrust, and show the result in theMichael Sweet2016-08-251-3/+31
* httpLoadCredentials did not handle comments in PEM files.Michael R Sweet2016-08-051-5/+10
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-1/+1
* Add support for Let's Encrypt certs.Michael Sweet2016-06-201-7/+64
* Fix compile errors.Michael R Sweet2016-05-181-6/+2
* Implement TrustOnFirstUse option and CRLs (GNU TLS) to allow for printing onlyMichael Sweet2016-05-181-3/+147
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
* Just blacklist anonymous DH.msweet2015-05-271-1/+1
* Fix compile error...msweet2015-05-221-16/+11
* More tweaks for cipher suite restrictions.msweet2015-05-201-2/+9
* Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.msweet2015-05-201-16/+23
* Fix several issues with client.conf, CUPS_SERVER, and the "-h" option of mostmsweet2015-02-031-0/+3
* Adjust GNU TLS cipher suite priority strings per feedback from Timmsweet2015-01-141-7/+7
* CUPS did not work with older versions of GNU TLS (STR #4527)msweet2014-11-201-1/+17
* Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet2014-10-201-0/+21
* Fix some code comments in tls-xxx.c.msweet2014-09-231-0/+1
* Eliminate the rest of the warnings when the other dependencies are added in.msweet2014-08-281-0/+2
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-191-8/+8
* Fix some compile errors.msweet2014-07-181-2/+2
* Sanitize hostname as needed.msweet2014-07-181-13/+49
* Fix load/save of certificates.msweet2014-07-151-13/+46
* Rest of the work for certificate validation/revocation for GNU TLS (STR #1616)msweet2014-07-141-81/+223
* Save work.msweet2014-07-091-265/+1
* Get GNU TLS server-side working again.msweet2014-07-081-46/+146
* Fix compile errors.msweet2014-07-011-1/+6
* Copy over more stuff that needs to be implemented.msweet2014-07-011-0/+263
* Fix compile errors.msweet2014-07-011-17/+14
* Save work on catching GNU TLS code up to 2.0's new APIs.msweet2014-07-011-69/+329
* Fix build errors on Fedora.msweet2014-02-141-2/+81
* Get builds going again with GNU TLS.msweet2013-11-061-579/+150
* Save work to move all of the TLS support code into libcups (this does not com...msweet2013-10-171-0/+1071