log

age author description
Thu, 28 Jun 2007 21:29:54 +0000 William Ehlhardt - Add CertificatePool struct
Wed, 27 Jun 2007 05:03:25 +0000 William Ehlhardt - Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
Wed, 27 Jun 2007 04:56:21 +0000 William Ehlhardt - Add purple_ssl_strerror for handy error description power!
Wed, 27 Jun 2007 04:29:24 +0000 William Ehlhardt - Jabber now understands SSL_CERTIFICATE_INVALID code
Wed, 27 Jun 2007 04:25:55 +0000 William Ehlhardt - Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
Wed, 27 Jun 2007 04:17:13 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)
Wed, 27 Jun 2007 04:14:16 +0000 William Ehlhardt - x509_singleuse uses the subject_name field...somewhat
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 03:39:19 +0000 William Ehlhardt - Add purple_certificate_get_subject_name and associated libpurple
Wed, 27 Jun 2007 01:35:28 +0000 William Ehlhardt - More g_new0 instead of g_new
Wed, 27 Jun 2007 01:09:43 +0000 William Ehlhardt - Fixed an inverted assertion
Sun, 08 Jul 2007 01:37:23 +0000 William Ehlhardt disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'
Wed, 27 Jun 2007 00:22:40 +0000 William Ehlhardt - Hack up sslconn to use a single-use verifier
Wed, 27 Jun 2007 00:16:58 +0000 William Ehlhardt - Certificate system now has init and uninit like other systems
Tue, 26 Jun 2007 23:57:16 +0000 William Ehlhardt - sslconn.c will need the certificate API