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
|
Tue, 26 Jun 2007 23:54:44 +0000 |
William Ehlhardt |
- ssl-gnutls plugin uses Verifiers now
|
Tue, 26 Jun 2007 23:45:43 +0000 |
William Ehlhardt |
- Add PURPLE_SSL_CERTIFICATE_INVALID error code
|
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:49:33 +0000 |
William Ehlhardt |
- Reorder struct for clarity
|
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
|
Mon, 25 Jun 2007 21:38:40 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
|
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 19:28:57 +0000 |
William Ehlhardt |
- Documentation segmentation
|
Sat, 23 Jun 2007 19:24:16 +0000 |
William Ehlhardt |
- Add verifier field to SslConnection
|
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
|
Fri, 22 Jun 2007 20:49:32 +0000 |
William Ehlhardt |
- Fill out CertVerifier struct
|