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:38:21 +0000 |
William Ehlhardt |
- Add purple_certificate_copy and associated machinery
|
Thu, 12 Jul 2007 03:00:07 +0000 |
William Ehlhardt |
- Add expiration/activation time display to tls_cached verifier
|
Thu, 12 Jul 2007 01:10:04 +0000 |
William Ehlhardt |
- Add expiration/activation functions for Certificates
|
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
|
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.
|
Sun, 08 Jul 2007 02:01:57 +0000 |
William Ehlhardt |
- Made a logic skeleton for tls_cached verifier
|
Sun, 08 Jul 2007 00:46:34 +0000 |
William Ehlhardt |
- Do some weak checking to ensure that you don't attempt to store a
|
Sun, 08 Jul 2007 00:42:01 +0000 |
William Ehlhardt |
- Add pool retrieve, contains, and store functions to certificate API
|
Sat, 07 Jul 2007 23:59:13 +0000 |
William Ehlhardt |
- Add x509_tls_cached skeleton
|
Sat, 07 Jul 2007 23:50:47 +0000 |
William Ehlhardt |
- Comment change
|
Sat, 07 Jul 2007 20:49:22 +0000 |
William Ehlhardt |
- Add tls_peers put_cert
|
Fri, 06 Jul 2007 00:31:24 +0000 |
William Ehlhardt |
- Finish tls_peers get_cert
|
Fri, 06 Jul 2007 00:29:09 +0000 |
William Ehlhardt |
- Fixed naming issues in previous revision
|
Fri, 06 Jul 2007 00:28:14 +0000 |
William Ehlhardt |
- Add purple_certificate_import
|
Fri, 06 Jul 2007 00:21:42 +0000 |
William Ehlhardt |
- Finished tls_peers cert_in_pool
|
Thu, 05 Jul 2007 18:36:04 +0000 |
William Ehlhardt |
- Correct the certstore folder paths
|
Thu, 05 Jul 2007 05:45:29 +0000 |
William Ehlhardt |
- Add init for x509_tls_peers pool
|
Thu, 05 Jul 2007 05:35:23 +0000 |
William Ehlhardt |
- Add purple_certificate_pool_mkpath helper function
|
Thu, 05 Jul 2007 04:58:11 +0000 |
William Ehlhardt |
- CertificatePool put_cert now accepts an id argument
|
Fri, 29 Jun 2007 04:23:39 +0000 |
William Ehlhardt |
- Add purple_certificate_export and associated libpurple stuff
|
Thu, 28 Jun 2007 23:55:14 +0000 |
William Ehlhardt |
- Unregister x509_tls_peers as part of uninit
|
Thu, 28 Jun 2007 23:47:07 +0000 |
William Ehlhardt |
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons
|
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
|
Wed, 27 Jun 2007 04:14:16 +0000 |
William Ehlhardt |
- x509_singleuse uses the subject_name field...somewhat
|
Wed, 27 Jun 2007 03:39:19 +0000 |
William Ehlhardt |
- Add purple_certificate_get_subject_name and associated libpurple
|
Wed, 27 Jun 2007 01:09:43 +0000 |
William Ehlhardt |
- Fixed an inverted assertion
|
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:43:41 +0000 |
William Ehlhardt |
- Add purple_certificate_get_fingerprint_sha1
|
Tue, 26 Jun 2007 21:59:09 +0000 |
William Ehlhardt |
- libpurple is now responsible for some cleanup and final deletion of a
|
Tue, 26 Jun 2007 19:46:35 +0000 |
William Ehlhardt |
- Add purple_certificate_register_builtins
|
Tue, 26 Jun 2007 01:04:45 +0000 |
William Ehlhardt |
- Use g_new0 instead of g_new
|
Sat, 23 Jun 2007 20:34:07 +0000 |
William Ehlhardt |
- Add purple_certificate_verify_destroy and associated machinery
|
Sat, 23 Jun 2007 19:47:58 +0000 |
William Ehlhardt |
- Add certificate_destroy and certificate_destroy_list
|
Sat, 23 Jun 2007 18:42:31 +0000 |
William Ehlhardt |
- purple_certificate_verify attempts to check that the cert chain is of
|
Sat, 23 Jun 2007 00:04:49 +0000 |
William Ehlhardt |
- purple_certificate_verify now takes a Verifier argument, creates its
|
Fri, 22 Jun 2007 23:30:26 +0000 |
William Ehlhardt |
- CertificateVerifier register/unregister/find
|
Thu, 21 Jun 2007 00:28:31 +0000 |
William Ehlhardt |
- Add unregister_scheme
|
Wed, 20 Jun 2007 01:47:55 +0000 |
William Ehlhardt |
- Add chunks of the certificate scheme registration interface
|
Sat, 02 Jun 2007 05:56:15 +0000 |
William Ehlhardt |
- Exposed the _Certificate struct definition in certificate.h
|
Fri, 01 Jun 2007 23:54:46 +0000 |
William Ehlhardt |
- Added certificate.[ch] and got them integrated into the build
|