log

age author description
Thu, 28 Jun 2007 23:33:53 +0000 William Ehlhardt - cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem
Thu, 28 Jun 2007 23:24:30 +0000 William Ehlhardt - Fix some errors and return values
Thu, 28 Jun 2007 23:22:27 +0000 William Ehlhardt - prepend > append
Thu, 28 Jun 2007 23:21:50 +0000 William Ehlhardt - Add find, register, and unregister for CertificatePools
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