log libpurple/certificate.c @ 32765:60bd913072f7

age author description
Sun, 30 Jan 2011 17:51:02 +0000 Paul Aurich certificate: Better validation of chains which have an intermediate signed w/ MD5.
Wed, 26 Jan 2011 02:58:37 +0000 Paul Aurich certificate: This comment threw me for a loop for a moment.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Tue, 23 Nov 2010 01:56:12 +0000 Stu Tomlinson Our certificate code is generally designed around no two CA
Tue, 21 Sep 2010 14:08:35 +0000 Paul Aurich cert: Tell users to check their computer's date/time for expired certs, too
Tue, 29 Jun 2010 17:34:21 +0000 Paul Aurich certificate: Add helpful text to the 'not yet active' message.
Sat, 10 Apr 2010 21:28:45 +0000 Sadrul Habib Chowdhury A couple more leak fixes.
Sat, 27 Mar 2010 03:55:09 +0000 Stu Tomlinson Implement reading multiple certificates from a single "bundle" of
Tue, 16 Feb 2010 16:39:11 +0000 Paul Aurich shaba: ok, but i don't understand why empty "else"
Tue, 15 Dec 2009 16:06:54 +0000 Paul Aurich certs: Cache certs once again (at the end of the verification process).
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Fri, 16 Oct 2009 04:42:39 +0000 Paul Aurich Print that specific message only when there is a CN; otherwise fall back
Fri, 16 Oct 2009 02:39:40 +0000 Paul Aurich printf("%s", NULL) when a cert has no CN. Refs #10519.
Sat, 10 Oct 2009 03:34:01 +0000 Paul Aurich Some wordsmithing on this message from Y S Landro, Richard, William, and Kevin (on the translators m-l).
Mon, 07 Sep 2009 23:23:50 +0000 Paul Aurich rekkanoryo: darkrain: [Refs #10200]...chop off the "to this application"
Mon, 07 Sep 2009 20:46:57 +0000 Paul Aurich Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200.
Sat, 22 Aug 2009 06:06:38 +0000 Paul Aurich String change feedback from Stu.
Sat, 22 Aug 2009 05:38:23 +0000 Paul Aurich certs: Allow for dealing with multiple things wrong with a cert.
Wed, 05 Aug 2009 01:34:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f2a545adb2d67a5ba3dce2abedf68c392cc815e1)
Mon, 03 Aug 2009 00:46:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1876e80a840aa8045b1a49c60049781e0d285558)
Sat, 01 Aug 2009 15:50:06 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head ae0850eb3d14d75586cd0578668606b34c38fad1)
Fri, 31 Jul 2009 06:35:49 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fa041ec42ae016bc51230865d59a5e06676f3cec)
Fri, 31 Jul 2009 06:23:50 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 592fe2e2316aeff56f4671a5767dffe1fb57003d)
Wed, 22 Jul 2009 04:24:06 +0000 Paul Aurich Better errors for certificate expiration/activation checking.
Tue, 04 Aug 2009 04:03:41 +0000 Paul Aurich merge of '4b4bc04579a86d9b73a47d39654a65c1b15e1136'
Tue, 04 Aug 2009 04:03:29 +0000 Paul Aurich cert: This a bad idea. check_subject_name being mandatory to implement is IMHO much better.
Sat, 01 Aug 2009 18:51:02 +0000 Paul Aurich cert: Fix a reversed check. Oops.
Fri, 31 Jul 2009 06:50:34 +0000 Paul Aurich cert: Nevermind, not going to change that string.
Fri, 31 Jul 2009 06:35:35 +0000 Paul Aurich cert: Validate subject name before prompting due to no CA pool.
Thu, 30 Jul 2009 05:24:44 +0000 Paul Aurich certs: Clean up the code a little, since I made it hard to follow.
Wed, 22 Jul 2009 07:31:40 +0000 Paul Aurich Fix GnuTLS validation of the CACert Chain. Closes #4458.
Wed, 22 Jul 2009 06:03:31 +0000 Paul Aurich A better solution for verifying certificate chains with NSS 3.12.3.
Wed, 22 Jul 2009 04:14:01 +0000 Paul Aurich Check expiration/activation times on certificates. Closes #8226.
Thu, 16 Jul 2009 02:46:36 +0000 Paul Aurich Continue verification when we can't find a *cached* peer. Fixes #9664.
Tue, 14 Jul 2009 17:56:13 +0000 Mark Doliner Don't fail an assertion and don't return FALSE if we can't create
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Wed, 28 Jan 2009 10:23:37 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
Mon, 26 Jan 2009 10:39:25 +0000 Mark Doliner Simplify, hoo-boy. Also don't unregister the schemes in
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Tue, 27 Jan 2009 04:36:30 +0000 Elliott Sales de Andrade Fix a crash on exit with a patch from im.pidgin.next.minor.
Fri, 19 Dec 2008 03:11:59 +0000 Daniel Atallah Prevent a NULL ptr deref when unexpected stuff happens in the cert cache. Fixes #7776,#7769
Mon, 15 Dec 2008 00:17:07 +0000 Ka-Hing Cheung uncondtionally install some certificates and use them, References #6680.
Mon, 20 Oct 2008 00:55:11 +0000 Daniel Atallah Fix a printf("%s", NULL). Fixes #7289.
Wed, 27 Aug 2008 03:05:19 +0000 Ka-Hing Cheung remove misleading portion of the debug line
Sat, 09 Aug 2008 02:04:21 +0000 Mark Doliner Fix a crash on exit when using --with-system-ssl-certs
Mon, 09 Jun 2008 02:10:18 +0000 Richard Laager Add a configure option, --with-ssl-certificates to allow packagers to
Thu, 19 Jun 2008 03:19:04 +0000 Daniel Atallah applied changes from 547cd65fb6e1faeb37d88730f0dbf45075a08426
Mon, 31 Mar 2008 02:15:38 +0000 Stu Tomlinson Make x509_singleuse static
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Thu, 17 Jan 2008 08:10:37 +0000 Mark Doliner A few more of those "default_action" fixes
Thu, 17 Jan 2008 08:02:38 +0000 Mark Doliner A few more "purple_request_action" default action corrections
Sun, 23 Dec 2007 18:36:09 +0000 Stu Tomlinson If a peer certificate does not match our cached cert, do not auto reject it!
Sun, 23 Dec 2007 17:16:14 +0000 Stu Tomlinson Add the StartCom Free SSL Certificate Authority certificate (as used by
Wed, 28 Nov 2007 00:17:27 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)
Mon, 26 Nov 2007 19:39:21 +0000 Mark Doliner Simplify this a little bit. Most of this change is just removing
Mon, 26 Nov 2007 09:28:15 +0000 Sadrul Habib Chowdhury Patch from Florian Quze (the InstantBird dude) to add a search path for
Sat, 17 Nov 2007 00:56:02 +0000 Luke Schierer merge of '1084824bf3739139306602c736073dd294ca4206'
Fri, 16 Nov 2007 07:49:55 +0000 Mark Doliner Don't crash when connecting to jabber.freenet.de. Michael Weitzel sent
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Tue, 02 Oct 2007 08:54:26 +0000 William Ehlhardt - Debugging babble in purple_verify_complete to tell final verification
Tue, 02 Oct 2007 08:45:17 +0000 William Ehlhardt - Use certificate_pool_retrieve instead of certificate_pool_contains and
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Fri, 28 Sep 2007 20:30:07 +0000 Richard Laager Translating the empty string is a bad idea.
Fri, 28 Sep 2007 16:00:08 +0000 Richard Laager applied changes from 9e879ffd528064d9e1cef9eb4f5fb3cfee8b193f
Fri, 28 Sep 2007 15:59:51 +0000 Richard Laager applied changes from 92e6c32278d711f0d5807c4d931b26162e4a720f
Wed, 12 Sep 2007 20:04:10 +0000 Gabriel Schulhof Fixing certificate.c
Wed, 12 Sep 2007 20:02:25 +0000 Gabriel Schulhof Fixing certificate.c
Sun, 09 Sep 2007 06:58:06 +0000 William Ehlhardt - Add specific notification for self-signed certificates. Fixes #2874
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 01:12:44 +0000 William Ehlhardt - Add purple_reserved fields to various structures.
Sat, 01 Sep 2007 18:23:12 +0000 Mark Doliner When you have a certificate dialog and you click on "View Certificate",
Thu, 30 Aug 2007 17:27:02 +0000 William Ehlhardt - Remove g_assert()s. Fixes #2859
Wed, 29 Aug 2007 20:05:17 +0000 William Ehlhardt - Change wording on certificate accept/reject dialog
Wed, 29 Aug 2007 05:40:01 +0000 Sadrul Habib Chowdhury (Un)Register the pools with DBus to avoid a runtime fit.
Tue, 28 Aug 2007 21:17:28 +0000 Sadrul Habib Chowdhury There's some disagreement over the response-id sent to the callbacks to
Tue, 28 Aug 2007 03:15:48 +0000 Daniel Atallah Fix the win32 build for the cert SoC branch merge.
Mon, 20 Aug 2007 16:25:44 +0000 William Ehlhardt - TODO whacking and cosmetics
Mon, 20 Aug 2007 16:22:35 +0000 William Ehlhardt - Even more TODO whacking
Mon, 20 Aug 2007 03:53:28 +0000 William Ehlhardt - Reword some dialogs
Sat, 18 Aug 2007 20:00:26 +0000 William Ehlhardt - Fix some g_free()s of string constants that caused crashing
Sat, 18 Aug 2007 07:42:24 +0000 William Ehlhardt - Fix the interpretation of the "accept cert? yes/no" choice id given by
Sat, 18 Aug 2007 07:21:33 +0000 William Ehlhardt In tls_cached:
Sat, 18 Aug 2007 05:54:49 +0000 William Ehlhardt - Add purple_certificate_display_x509
Tue, 14 Aug 2007 06:41:47 +0000 William Ehlhardt In x509_ca pool:
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