log libpurple/plugins/ssl/ssl-gnutls.c @ 32672:3828a61c44da

age author description
Fri, 23 Dec 2011 02:05:09 +0000 Elliott Sales de Andrade Add GnuTLS support for exporting DER data.
Tue, 23 Nov 2010 01:50:30 +0000 Stu Tomlinson NSS will not return invalid or irrelevant intermediate certificates
Thu, 01 Apr 2010 05:26:44 +0000 Paul Aurich gnutls/nss: Don't call the handshake functions synchronously. Fixes #11525
Thu, 01 Apr 2010 04:54:43 +0000 Paul Aurich gnutls: Use gnutls_priority_init for the default priority.
Thu, 01 Apr 2010 04:09:05 +0000 Paul Aurich gnutls: Allow overriding (per-host) of GnuTLS priorities via env. Fixes #11616
Sat, 27 Mar 2010 03:55:09 +0000 Stu Tomlinson Implement reading multiple certificates from a single "bundle" of
Sat, 10 Oct 2009 03:53:59 +0000 Paul Aurich ssl-gnutls: I think this error message makes a little more sense.
Sat, 10 Oct 2009 03:27:31 +0000 Paul Aurich Check the GnuTLS version before using a recent-ish flag. Fixes #10412.
Tue, 21 Jul 2009 05:33:43 +0000 Paul Aurich Add a debug log message when MD5 is used in a verification chain. Refs #4458.
Fri, 26 Jun 2009 05:11:01 +0000 Paul Aurich Allow GnuTLS logging to be controlled via PURPLE_GNUTLS_DEBUG envvar.
Thu, 18 Jun 2009 19:42:11 +0000 Mark Doliner purple_util_write_data_to_file_absolute() for reasons beyond our control,
Sun, 01 Mar 2009 20:56:20 +0000 Ethan Blanton Use _set_default_priority on gnutls versions lacking _priority_set_direct.
Sat, 21 Feb 2009 23:26:22 +0000 Ka-Hing Cheung patch from Martin von Gagern that uses a new gnutls option to enable better
Sat, 25 Oct 2008 14:33:54 +0000 Will Thompson Only build SSL plugins if the corresponding library is present.
Tue, 03 Jun 2008 05:18:52 +0000 Mark Doliner I can't think of any reason we would need to use the zero versions of
Wed, 28 Nov 2007 02:52:30 +0000 Ethan Blanton Boo for C99 in the core
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Fri, 19 Oct 2007 18:27:12 +0000 Luke Schierer applied changes from 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd9
Sat, 29 Sep 2007 13:54:49 +0000 Richard Laager applied changes from f143c30a12f30c53e017f1bfc22ccddee96036fc
Sat, 29 Sep 2007 13:54:38 +0000 Richard Laager applied changes from 54b7bcca130674c9f93777772bdf3d08237a7951
Sat, 29 Sep 2007 13:54:24 +0000 Richard Laager applied changes from 38a516984dfbc8fb0def05acb69fc1180ec0b971
Sat, 29 Sep 2007 13:54:10 +0000 Richard Laager applied changes from 8b8bc5b1ef1263e1c0f00a9ed208accff09d988e
Fri, 28 Sep 2007 16:58:50 +0000 Richard Laager applied changes from 5252885d793a4d288d92856d511d721bf5bb87ef
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 01:12:44 +0000 William Ehlhardt - Add purple_reserved fields to various structures.
Mon, 03 Sep 2007 01:09:08 +0000 Richard Laager merge of '3f25aaeb59668d0654c46b32af65735a2aa35fb9'
Thu, 30 Aug 2007 07:53:41 +0000 Mark Doliner refcount of 0 is normal
Thu, 30 Aug 2007 07:40:27 +0000 Mark Doliner Replace a call to g_assert() with a logging statement
Thu, 30 Aug 2007 07:26:45 +0000 Mark Doliner Get rid of some stray whitespace and consistently use tab indentation
Thu, 30 Aug 2007 07:16:37 +0000 Mark Doliner Fix compiler warnings about having a variable declaration after some
Mon, 03 Sep 2007 01:07:47 +0000 Richard Laager Fix a couple compiler warnings:
Sat, 25 Aug 2007 20:32:15 +0000 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
Mon, 20 Aug 2007 03:21:37 +0000 William Ehlhardt - Yet More TODO whacking
Mon, 20 Aug 2007 03:15:30 +0000 William Ehlhardt - Errorchecking in x509_cert_dn
Mon, 20 Aug 2007 03:10:21 +0000 William Ehlhardt - More TODO whacking
Mon, 20 Aug 2007 03:00:31 +0000 William Ehlhardt - TODO-whacking
Mon, 13 Aug 2007 22:49:45 +0000 William Ehlhardt - x509_signed_by now accepts a signature by an X.509 version 1
Mon, 13 Aug 2007 19:38:49 +0000 William Ehlhardt - Move ssl-gnutls x509 registration until after GnuTLS itself is inited
Mon, 13 Aug 2007 16:33:32 +0000 William Ehlhardt - Fix x509_signed_by. Apparently I can't read documentation.
Tue, 07 Aug 2007 20:29:35 +0000 William Ehlhardt - Add unique_id and issuer_unique_id constructions (defined as Distinguished
Tue, 07 Aug 2007 04:31:01 +0000 William Ehlhardt - Add purple_certificate_signed_by
Fri, 03 Aug 2007 06:12:42 +0000 William Ehlhardt - Change the internal structure of activation/expiration times to match
Fri, 13 Jul 2007 09:09:52 +0000 William Ehlhardt - purple_certificate_verify no longer takes possession of the
Fri, 13 Jul 2007 08:42:59 +0000 William Ehlhardt - Add GnuTLS X.509 cert copy operator
Fri, 13 Jul 2007 08:38:21 +0000 William Ehlhardt - Add purple_certificate_copy and associated machinery
Fri, 13 Jul 2007 08:10:33 +0000 William Ehlhardt - GnuTLS plugin now uses reference counting to manage its underlying
Thu, 12 Jul 2007 02:59:13 +0000 William Ehlhardt - Add activation/expiration time retrievers to GnuTLS plugin
Mon, 09 Jul 2007 03:47:36 +0000 William Ehlhardt - Add certificate_check_subject_name and associated machinery
Mon, 09 Jul 2007 03:26:18 +0000 William Ehlhardt - Remove a duplicate field from CertificateScheme. Oops.
Mon, 09 Jul 2007 03:12:15 +0000 William Ehlhardt - Add get_activation_time and get_expiration_time to CertificateScheme
Sun, 08 Jul 2007 04:23:55 +0000 William Ehlhardt - Fix intermittent crash due to uninitialized variable
Sun, 08 Jul 2007 02:52:40 +0000 William Ehlhardt - GnuTLS plugin no longer uses write_data_to_file from util. It has been
Sun, 08 Jul 2007 02:32:25 +0000 William Ehlhardt - Fix an incorrect assertion in GnuTLS plugin
Fri, 29 Jun 2007 04:23:39 +0000 William Ehlhardt - Add purple_certificate_export and associated libpurple stuff
Wed, 27 Jun 2007 03:51:36 +0000 William Ehlhardt - Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme
Wed, 27 Jun 2007 01:35:28 +0000 William Ehlhardt - More g_new0 instead of g_new
Tue, 26 Jun 2007 23:54:44 +0000 William Ehlhardt - ssl-gnutls plugin uses Verifiers now
Fri, 22 Jun 2007 03:58:35 +0000 William Ehlhardt - Add debugging babble
Fri, 22 Jun 2007 03:18:43 +0000 William Ehlhardt - Add GnuTLS SHA1 key fingerprinter
Thu, 21 Jun 2007 23:39:26 +0000 William Ehlhardt - Add more to the Certificate struct