log

age author description
Tue, 17 Jul 2007 00:28:55 +0000 William Ehlhardt - Add debug code to spit a list of all certificates in all pools when
Tue, 17 Jul 2007 00:15:40 +0000 William Ehlhardt - Add dire warnings to the purple_certificate_get_Xs docs
Tue, 17 Jul 2007 00:10:11 +0000 William Ehlhardt - Add get_idlist support to tls_peers CertificatePool
Mon, 16 Jul 2007 23:59:14 +0000 William Ehlhardt - Add pool_get_idlist / pool_destroy_idlist
Sun, 15 Jul 2007 06:28:08 +0000 William Ehlhardt - Added a lovely Doxygen signals tutorial
Sat, 14 Jul 2007 04:49:30 +0000 William Ehlhardt - Change certificate_uninit to unregister all Pools, Schemes, and
Sat, 14 Jul 2007 02:54:48 +0000 William Ehlhardt - Add get_pools, get_verifiers, and get_schemes
Sat, 14 Jul 2007 02:35:54 +0000 William Ehlhardt - Add purple_certificate_get_handle
Fri, 13 Jul 2007 09:09:52 +0000 William Ehlhardt - purple_certificate_verify no longer takes possession of the
Fri, 13 Jul 2007 09:02:45 +0000 William Ehlhardt - Add purple_certificate_copy_list
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
Fri, 13 Jul 2007 07:30:16 +0000 William Ehlhardt - More skeleton
Fri, 13 Jul 2007 06:26:40 +0000 William Ehlhardt - Add a skeleton for the Pidgin Certificate Manager and include it in
Thu, 12 Jul 2007 03:00:07 +0000 William Ehlhardt - Add expiration/activation time display to tls_cached verifier
Thu, 12 Jul 2007 02:59:13 +0000 William Ehlhardt - Add activation/expiration time retrievers to GnuTLS plugin
Thu, 12 Jul 2007 01:10:04 +0000 William Ehlhardt - Add expiration/activation functions for Certificates
Thu, 12 Jul 2007 00:55:35 +0000 William Ehlhardt - Verbosity in struct members.
Mon, 09 Jul 2007 04:58:14 +0000 William Ehlhardt - Fix overzealous escaping cause by ancestor revision
Mon, 09 Jul 2007 04:45:37 +0000 William Ehlhardt - pool_mkpath now runs purple_escape_filename on its return value
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:27:02 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ede3f4c61fab6e6979e40b2169494d27af5f528)
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
Sun, 08 Jul 2007 02:25:17 +0000 William Ehlhardt - Wrote the logic for the "previously unknown host" condition in
Sun, 08 Jul 2007 02:10:31 +0000 William Ehlhardt - More skeletonizing for tls_cached logic.