]> git.ipfire.org Git - thirdparty/cups.git/history - cups/tls-darwin.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / tls-darwin.c
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...