]> git.ipfire.org Git - thirdparty/cups.git/history - cups/tls-gnutls.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cups / tls-gnutls.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-23  Michael R SweetMerge pull request #5150 from hardfalcon/master
2017-10-22  Pascal ErnsterFix indention 5150/head
2017-10-22  Pascal ErnsterFix AllowRC4 and AllowSSL3 on GnuTLS platforms
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-22  Pascal ErnsterRevert "Changed AllowDH to no-op on gnutls platforms...
2017-10-20  Michael SweetFix cipher suite selection with GNU TLS (Issue #5145)
2017-10-20  Pascal ErnsterChanged AllowDH to no-op on gnutls platforms, explicitl... 5149/head
2017-10-19  Pascal ErnsterClean up implementation for SSLOptions
2017-08-25  Michael SweetSupport internal "only TLS/1.0" option for tlscheck.
2017-07-24  Michael R SweetMerge pull request #5066 from sblondon/master
2017-07-24  Michael R SweetFix "DenyCBC" priority string with GNU TLS.
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 R SweetFix compiler warning.
2017-01-16  Michael R SweetFix source file header text duplication text duplication.
2016-09-20  Michael R SweetMerge branch 'master' of https://github.com/apple/cups
2016-09-20  Michael SweetUse self-signed certificates over CA-signed ones (Issue...
2016-08-30  Michael SweetSupport site CA cert ("/etc/cups/ssl/site.crt" for...
2016-08-25  Michael SweetSync up GNU TLS and Darwin TLS certificate validation...
2016-08-25  Michael SweetSet cupsLastErrorString in httpCredentialsGetTrust...
2016-08-08  Michael R SweetMerge pull request #4858 from robert-scheck/master
2016-08-05  Michael R SweethttpLoadCredentials did not handle comments in PEM...
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-06-20  Michael SweetAdd support for Let's Encrypt certs.
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 R SweetFix compile errors.
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-12  Michael R SweetRemove all of the Subversion keywords from various...
2015-05-27  msweetJust blacklist anonymous DH.
2015-05-22  msweetFix compile error...
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...
2015-01-14  msweetAdjust GNU TLS cipher suite priority strings per feedba...
2014-11-20  msweetCUPS did not work with older versions of GNU TLS (STR...
2014-10-20  msweetImplement SSLOptions in cupsd.conf and client.conf...
2014-09-23  msweetFix some code comments in tls-xxx.c.
2014-08-28  msweetEliminate the rest of the warnings when the other depen...
2014-08-19  msweetUpdate "since CUPS 2.0" into to mention OS X 10.10.
2014-07-18  msweetFix some compile errors.
2014-07-18  msweetSanitize hostname as needed.
2014-07-15  msweetFix load/save of certificates.
2014-07-14  msweetRest of the work for certificate validation/revocation...
2014-07-09  msweetSave work.
2014-07-08  msweetGet GNU TLS server-side working again.
2014-07-01  msweetFix compile errors.
2014-07-01  msweetCopy over more stuff that needs to be implemented.
2014-07-01  msweetFix compile errors.
2014-07-01  msweetSave work on catching GNU TLS code up to 2.0's new...
2014-02-14  msweetFix build errors on Fedora.
2013-11-06  msweetGet builds going again with GNU TLS.
2013-10-17  msweetSave work to move all of the TLS support code into...