log libpurple/certificate.c @ 28070:d0654dea0575

age author description
Thu, 30 Jul 2009 05:24:44 +0000 Paul Aurich certs: Clean up the code a little, since I made it hard to follow.
Sun, 26 Jul 2009 22:18:59 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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.
Sat, 25 Jul 2009 04:54:36 +0000 Yoshiki Yazawa explicit merge of 'd957c051e839d63bfc0ef71320934890e7ae63c4'
Sat, 04 Jul 2009 23:14:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 832a8f3c3faf1fbbc69e803c6a1830896dd05e1f)
Tue, 03 Mar 2009 06:57:02 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 66190c21dfe7125476caca3c14725bac9db8b71b)
Wed, 28 Jan 2009 04:09:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 586bc4a7e754d6b26a95c0d69dd5f2967c7a98a1)
Sun, 21 Dec 2008 18:31:05 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)
Thu, 18 Dec 2008 05:23:37 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)
Mon, 20 Oct 2008 23:50:43 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)
Fri, 10 Oct 2008 04:30:42 +0000 Yoshiki Yazawa made pidgin warn only if "/purple/network/warn_cert" has been set.
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()