]> git.ipfire.org Git - thirdparty/cups.git/history - cups/tls-darwin.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cups / tls-darwin.c
2017-11-07  Michael R SweetLicense change: Apache License, Version 2.0.
2017-11-06  Michael R SweetMerge pull request #5161 from gpunktschmitz/master
2017-11-06  Michael R SweetSupport the latest HTTP Digest authentication specifica...
2017-11-03  Michael R SweetAdd support for MinTLS and MaxTLS options (Issue #5119)
2017-10-22  Pascal ErnsterMerge branch 'master' of https://github.com/apple/cups
2017-10-22  Pascal ErnsterRevert "Clean up implementation for SSLOptions"
2017-10-20  Michael SweetFix cipher suite selection with GNU TLS (Issue #5145)
2017-10-19  Pascal ErnsterClean up implementation for SSLOptions
2017-08-25  Michael SweetSupport internal "only TLS/1.0" option for tlscheck.
2017-08-01  Michael SweetUpdate copyright.
2017-06-26  Michael R SweetThe `SSLOptions` directive in "client.conf" and "cupsd...
2017-06-19  Michael R SweetMerge pull request #4996 from psychomario/cupstestppdbof
2017-06-05  Michael R SweetMerge pull request #5016 from jnerin/patch-1
2017-06-01  Michael SweetDocumentation updates.
2017-03-13  Michael R SweetUnlock CUPS keychain as needed (appears that the CUPS...
2017-01-16  Michael R SweetFix source file header text duplication text duplication.
2016-08-30  Michael SweetSupport site CA cert ("/etc/cups/ssl/site.crt" for...
2016-08-26  Michael SweetUse private keychain to store temporary certificates...
2016-08-25  Michael SweetSync up GNU TLS and Darwin TLS certificate validation...
2016-06-21  Michael R SweetMerge pull request #4841 from computersforpeace/doc
2016-06-21  Michael R SweetMerge pull request #4825 from computersforpeace/upstart
2016-06-20  Michael R SweetUpdate all references to OS X to macOS.
2016-05-26  Michael R SweetMerge pull request #4818 from jschwender/master
2016-05-26  Michael R SweetMerge pull request #4822 from zdohnal/lpinfo-username
2016-05-18  Michael SweetImplement TrustOnFirstUse option and CRLs (GNU TLS...
2016-04-21  Michael R SweetMerge pull request #4792 from OdyX/fix-spelling-error...
2016-04-13  Michael R SweetFix some bugs in the new server-side TLS support code.
2016-04-11  Michael R SweetWork around undocumented side-effect of SecItemAdd...
2016-04-11  Michael R SweetUpdate cert code to not require a keychain. Default...
2016-04-11  Michael R SweetAdd missing prototypes/definitions and do a first pass...
2016-04-11  Michael R SweetMerge branch 'master' of https://github.com/apple/cups
2016-04-11  Michael R SweetCreated certificate should be RSA, not ECDSA.
2016-04-07  Michael R SweetAdd debug info on failed keychain open.
2016-03-23  Michael SweetChanges to eliminate warnings from new Clang.
2016-02-16  msweetBack off on ECDSA for now, just use RSA as before,...
2016-02-16  msweetSwitch to ECDSA and SHA256 for self-signed certs on...
2015-05-28  msweetFix builds on some Darwin platforms.
2015-05-21  msweetUpdate list of blacklisted DH/DHE cipher suites.
2015-05-20  msweetMore tweaks for cipher suite restrictions.
2015-05-20  msweetAdd SSLOptions to enable Diffie-Hellman key exchange...
2015-02-03  msweetFix several issues with client.conf, CUPS_SERVER, and...
2014-10-20  msweetRemove a debug printf.
2014-10-20  msweetImplement SSLOptions in cupsd.conf and client.conf...
2014-09-23  msweetFix some code comments in tls-xxx.c.
2014-08-19  msweetUpdate "since CUPS 2.0" into to mention OS X 10.10.
2014-07-15  msweetInitial work on SSPI support in 2.0.
2014-07-09  msweetSave work.
2014-07-02  msweetMake sure to redirect stdout/stderr to /dev/null when...
2014-07-01  msweetSave work on catching GNU TLS code up to 2.0's new...
2014-05-08  msweetSync up with some build changes.
2014-05-07  msweetAdd code to validate trust when printing via the IPP...
2014-05-07  msweetSave work on cert stuff.
2014-05-02  msweetSet CERTTOOL_EXPIRATION_DAYS environment variable for...
2014-05-01  msweetSave work.
2014-04-29  msweetMove the deck chairs a bit so that the TLS stuff is...
2014-04-23  msweetWire up most of the certificate validation code for...
2014-04-21  msweetSave work.
2014-02-19  msweetDon't use numeric hostnames for certificates (always...
2014-02-06  msweetFull sweep of all Clang warnings, plus some bug fixes...
2013-12-19  msweetDon't try to access non-existent keychain.
2013-12-19  msweetMake sure we don't use functions that are not available.
2013-12-18  msweetServer-side TLS is now working (yay!)
2013-12-12  msweetSave work...
2013-12-09  msweetThe libusb-based USB backend incorrectly used write...
2013-12-05  msweetFix builds.
2013-11-21  msweetSave work on TLS stuff (does not compile)
2013-11-08  msweetSave work.
2013-10-17  msweetGet builds working again (still need to fill in the...
2013-10-17  msweetSave work to move all of the TLS support code into...