log libpurple/plugins/ssl/ssl-gnutls.c @ 27183:e997e1e9b4f1

age author description
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
Thu, 21 Jun 2007 20:53:03 +0000 William Ehlhardt - Debugging babble
Thu, 21 Jun 2007 19:13:28 +0000 William Ehlhardt - GnuTLS plugin registers an x509 certscheme now
Tue, 19 Jun 2007 18:27:07 +0000 William Ehlhardt - Add x509_certificate_signed_by, which checks a signature on a certificate made by an issuer
Tue, 19 Jun 2007 17:44:54 +0000 William Ehlhardt - Style issues
Tue, 19 Jun 2007 17:20:16 +0000 William Ehlhardt - Expose some more functions in the x509 CertificateScheme. Doesn't
Tue, 19 Jun 2007 16:07:33 +0000 William Ehlhardt - Expose get_peer_certificates in the SslOps struct, and modify gnutls
Tue, 19 Jun 2007 15:33:56 +0000 William Ehlhardt - Add a mode switch to allow DER or PEM imports (necessary because SSL certs
Sat, 02 Jun 2007 06:33:48 +0000 William Ehlhardt - Wrote GnuTLS get_peer_certificates function
Sat, 02 Jun 2007 05:56:15 +0000 William Ehlhardt - Exposed the _Certificate struct definition in certificate.h