log libpurple/certificate.c @ 19211:8b2b9765fe64

age author description
Mon, 13 Aug 2007 16:04:48 +0000 William Ehlhardt - Add debugging babble
Mon, 13 Aug 2007 06:00:00 +0000 William Ehlhardt - Fix memleak
Mon, 13 Aug 2007 05:58:09 +0000 William Ehlhardt - Implement x509_ca_get_idlist
Mon, 13 Aug 2007 05:55:02 +0000 William Ehlhardt - Implement x509_ca_delete_cert
Mon, 13 Aug 2007 05:52:21 +0000 William Ehlhardt - Add a helper function to destroy x509_ca_elements, and use it where
Mon, 13 Aug 2007 05:46:57 +0000 William Ehlhardt - Implement x509_ca_get_cert
Mon, 13 Aug 2007 05:42:57 +0000 William Ehlhardt Cosmetics
Mon, 13 Aug 2007 05:42:25 +0000 William Ehlhardt - Implement x509_ca cert_in_pool
Mon, 13 Aug 2007 05:40:33 +0000 William Ehlhardt - Add a function to search the x509_ca internal structures for an id
Mon, 13 Aug 2007 05:35:06 +0000 William Ehlhardt - Write the uninit function for x509_ca
Mon, 13 Aug 2007 05:29:22 +0000 William Ehlhardt In x509_ca pool:
Sun, 12 Aug 2007 04:03:45 +0000 William Ehlhardt - Add a hacked-up method of adding certs to the CA pool
Sun, 12 Aug 2007 03:44:44 +0000 William Ehlhardt - x509_ca_lazy_init is more implemented
Sun, 12 Aug 2007 03:36:53 +0000 William Ehlhardt In x509_ca pool:
Sun, 12 Aug 2007 03:06:47 +0000 William Ehlhardt - Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePool
Fri, 10 Aug 2007 06:21:11 +0000 William Ehlhardt - purple_certificate_verify_destroy is deprecated and has met its end.
Fri, 10 Aug 2007 05:51:44 +0000 William Ehlhardt - Remove all usage of purple_certificate_verify_destroy, as it is
Fri, 10 Aug 2007 05:44:20 +0000 William Ehlhardt - Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kind
Fri, 10 Aug 2007 05:36:42 +0000 William Ehlhardt - Wrote a tls_cached unknown_peer function that does many fun things,
Fri, 10 Aug 2007 04:59:52 +0000 William Ehlhardt - Add verify_complete, which should deprecate verify_destroy
Fri, 10 Aug 2007 04:21:44 +0000 William Ehlhardt - Move "certificate found in cache" out of tls_cached_start_verify into
Fri, 10 Aug 2007 04:10:12 +0000 William Ehlhardt In tls_cached Verifier:
Fri, 10 Aug 2007 04:03:59 +0000 William Ehlhardt - Cosmetics
Wed, 08 Aug 2007 04:38:26 +0000 William Ehlhardt - Add debugging babble to check_signature_chain
Tue, 07 Aug 2007 23:26:54 +0000 William Ehlhardt - Expose get_unique_id and get_issuer_unique_id through libpurple functions
Tue, 07 Aug 2007 20:20:28 +0000 William Ehlhardt - tls_peers pool unescapes filenames in its directory, as it should
Tue, 07 Aug 2007 04:53:50 +0000 William Ehlhardt - Add purple_certificate_check_signature_chain
Tue, 07 Aug 2007 04:31:01 +0000 William Ehlhardt - Add purple_certificate_signed_by
Tue, 07 Aug 2007 04:06:48 +0000 William Ehlhardt - Typo fix
Fri, 03 Aug 2007 06:12:42 +0000 William Ehlhardt - Change the internal structure of activation/expiration times to match