log libpurple/plugins/ssl/ssl-gnutls.c @ 19067:6c0aad79c4c5

age author description
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
Sat, 02 Jun 2007 00:14:38 +0000 William Ehlhardt - GnuTLS uses glib memory mgmt
Thu, 31 May 2007 00:40:46 +0000 William Ehlhardt merge of '03ea20ce538dad585a5a2d40778f242a1fd85a4b'
Thu, 31 May 2007 00:40:36 +0000 William Ehlhardt merge of 'b30d119437548516a2f7b28d4172f8fcd6238d10'
Thu, 31 May 2007 00:40:23 +0000 William Ehlhardt merge of '4538f6c33c0f8ed2d8e1f9124fb52bce0d676e63'
Thu, 31 May 2007 00:37:10 +0000 William Ehlhardt disapproval of revision 'b0f6005b1330af13bce0bcb189a2c887036b5ea3'
Tue, 29 May 2007 21:51:53 +0000 William Ehlhardt Cosmetics
Thu, 31 May 2007 00:37:50 +0000 William Ehlhardt disapproval of revision 'e16819f96b34e350f6991bf0fab3d4fd7d0f91e7'
Tue, 29 May 2007 21:11:08 +0000 William Ehlhardt - Fixed the lack of callbackness
Thu, 31 May 2007 00:38:18 +0000 William Ehlhardt disapproval of revision '0c0e615a3bd08e34aba58d7249e23c3738c87341'
Tue, 29 May 2007 21:00:08 +0000 William Ehlhardt - Eliminate some warnings
Thu, 31 May 2007 00:39:01 +0000 William Ehlhardt disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'
Tue, 29 May 2007 20:50:06 +0000 William Ehlhardt - Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was
Fri, 25 May 2007 22:26:27 +0000 William Ehlhardt - Made a big mess of stuff in the GnuTLS pluging to look at cert auth
Fri, 25 May 2007 05:22:25 +0000 William Ehlhardt - Document some weird-looking logic in the GnuTLS plugin.
Sun, 29 Apr 2007 22:17:53 +0000 Gary Kramlich Added NULL pads to ssl stuff
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Tue, 13 Mar 2007 06:53:43 +0000 Mark Doliner There were a few problems here
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/