summaryrefslogtreecommitdiff
path: root/cups/tls-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential deadlock (OpenPrinting #243)Michael R Sweet2021-09-071-2/+3
* Sandboxed applications were not able to get the default printer (Issue #5676)Michael R Sweet2019-11-141-3/+4
* Clean up versioning and API documentation.Michael R Sweet2019-08-231-26/+1
* Fix whitespace errors (again).Michael R Sweet2019-04-251-17/+18
* Fix broken indentation.Michael R Sweet2019-04-171-1/+1
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-211-106/+106
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-141-25/+11
* Fix some build issues with the "core" component selection (rdar://47394086)Michael R Sweet2019-01-231-38/+41
* Fix iOS libcups builds (rdar://47386169)Michael R Sweet2019-01-181-1/+7
* Move private header includes to tls-darwin.c.Michael R Sweet2018-09-281-1/+44
* Don't set maximum TLS version unless it is <max. Support TLS 1.3.Michael R Sweet2018-06-151-5/+7
* Add issuer and signature algorithm to certificate string, show it in tlscheck...Michael R Sweet2018-04-241-7/+68
* Setting the timeout should also timeout the TLS negotiationMichael R Sweet2018-02-201-4/+31
* Update HTTP implementation to support field values larger than HTTP_MAX_VALUEMichael R Sweet2018-01-101-2/+2
* Fix TLS on macOS.Michael R Sweet2017-12-151-2/+2
* 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-17/+26
* Fix cipher suite selection with GNU TLS (Issue #5145)Michael Sweet2017-10-191-1/+2
* Support internal "only TLS/1.0" option for tlscheck.Michael Sweet2017-08-251-0/+9
* Update copyright.Michael Sweet2017-08-011-1/+1
* The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `De...Michael R Sweet2017-06-261-4/+24
* Documentation updates.Michael Sweet2017-05-311-1/+1
* Unlock CUPS keychain as needed (appears that the CUPS keychain gets re-lockedMichael R Sweet2017-03-131-2/+16
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Support site CA cert ("/etc/cups/ssl/site.crt" for Linux, "site" cert on macO...Michael Sweet2016-08-301-2/+40
* Use private keychain to store temporary certificates and keys, system keychainMichael Sweet2016-08-261-25/+199
* Sync up GNU TLS and Darwin TLS certificate validation code.Michael Sweet2016-08-251-7/+39
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-7/+7
* Implement TrustOnFirstUse option and CRLs (GNU TLS) to allow for printing onlyMichael Sweet2016-05-181-2/+11
* Fix some bugs in the new server-side TLS support code.Michael R Sweet2016-04-131-16/+74
* Work around undocumented side-effect of SecItemAdd...Michael R Sweet2016-04-111-1/+1
* Update cert code to not require a keychain. Default keychain works on all pla...Michael R Sweet2016-04-111-62/+81
* Add missing prototypes/definitions and do a first pass at fixing up the self-...Michael R Sweet2016-04-111-4/+10
* Created certificate should be RSA, not ECDSA.Michael R Sweet2016-04-111-1/+1
* Add debug info on failed keychain open.Michael R Sweet2016-04-071-2/+3
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-231-9/+9
* Back off on ECDSA for now, just use RSA as before, but now with SHA256 formsweet2016-02-161-2/+2
* Switch to ECDSA and SHA256 for self-signed certs on OS Xmsweet2016-02-161-12/+5
* Fix builds on some Darwin platforms.msweet2015-05-281-2/+2
* Update list of blacklisted DH/DHE cipher suites.msweet2015-05-211-5/+5
* More tweaks for cipher suite restrictions.msweet2015-05-201-2/+14
* Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.msweet2015-05-201-12/+53
* Fix several issues with client.conf, CUPS_SERVER, and the "-h" option of mostmsweet2015-02-031-1/+4
* Remove a debug printf.msweet2014-10-201-2/+0
* Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet2014-10-201-2/+123
* Fix some code comments in tls-xxx.c.msweet2014-09-231-1/+1
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-191-8/+8
* Initial work on SSPI support in 2.0.msweet2014-07-151-15/+16
* Save work.msweet2014-07-091-60/+28