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
|