Tue, 07 Oct 2014 00:57:07 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Wed, 09 Jul 2014 11:42:34 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 14 Mar 2014 19:30:31 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 16:53:42 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Sat, 04 Jan 2014 23:00:37 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 12 Oct 2013 23:32:10 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 02 Sep 2013 17:20:49 +0530 Ankit Vani Override gplugin info's "flags" property. Added PURPLE_PLUGIN_INFO_FLAGS_INTERNAL and PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 22:38:16 +0530 Ankit Vani Updated libpurple to use current GPlugin soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 17:44:04 +0530 Ankit Vani Integrated purple ABI requirement into GPlugin's "abi-version" property soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 03:46:44 +0530 Ankit Vani Refactored ssl plugins to use the new API soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 11:52:27 +0530 Ankit Vani Renamed plugin.[ch] to plugins.[ch], since we (will) no longer have a PurplePlugin structure. soc.2013.gobjectification.plugins file | diff | annotate
Fri, 07 Nov 2014 14:27:01 -0500 Daniel Atallah Fix merged NSS stuff for 3.0.0 (hopefully) file | diff | annotate
Wed, 05 Nov 2014 13:22:39 -0500 Daniel Atallah Merge with release-2.x.y file | diff | annotate
Wed, 05 Nov 2014 13:13:37 -0500 Daniel Atallah Add "NSS Preferences" plugin which allows configuration Min/Max TLS version and Ciphers. release-2.x.y file | diff | annotate
Tue, 04 Nov 2014 22:15:01 -0800 Mark Doliner Merge release-2.x.y branch into master. file | diff | annotate
Wed, 05 Nov 2014 00:09:52 -0500 Daniel Atallah Update NSS Default Cipher suites release-2.x.y file | diff | annotate
Wed, 05 Nov 2014 00:07:54 -0500 Daniel Atallah Fix building with NSS 3.10.8 (which is what squeeze has and is probably the oldest we need to worry about) release-2.x.y file | diff | annotate
Sun, 02 Nov 2014 11:06:07 -0800 Mark Doliner Merge release-2.x.y into default. file | diff | annotate
Fri, 31 Oct 2014 18:16:41 -0400 Daniel Atallah Add logging of supported and enabled cipher suites to the NSS plugin. release-2.x.y file | diff | annotate
Fri, 31 Oct 2014 18:02:39 -0400 Daniel Atallah As of NSS 3.15.2, NSS_SetDomesticPolicy() doesn't do anything, so don't use it. release-2.x.y file | diff | annotate
Fri, 31 Oct 2014 18:01:24 -0400 Daniel Atallah Fix NSS handling of self-signed certificates. Fixes #16412. release-2.x.y file | diff | annotate
Mon, 27 Oct 2014 09:14:59 -0400 Daniel Atallah Improve NSS handling for unknown CAs release-2.x.y file | diff | annotate
Thu, 23 Oct 2014 23:28:38 -0700 Mark Doliner Fix problems from the merge from release-2.x.y. file | diff | annotate
Thu, 23 Oct 2014 22:57:06 -0700 Mark Doliner Merge changes from the release-2.x.y branch into master. file | diff | annotate
Sun, 12 Oct 2014 23:28:58 -0700 Mark Doliner Fix basic constraints checking for both our SSL plugins. release-2.x.y file | diff | annotate
Fri, 03 Oct 2014 11:14:09 -0400 Daniel Atallah Fix merge issues from c3e87cb60c02 file | diff | annotate
Tue, 30 Sep 2014 23:58:44 -0700 Mark Doliner Manual merge release-2.x.y branch into master. file | diff | annotate
Tue, 30 Sep 2014 07:39:51 -0700 Mark Doliner Remove debug statement. release-2.x.y file | diff | annotate
Mon, 29 Sep 2014 23:20:03 -0700 Mark Doliner Change this to a preprocessor check. release-2.x.y file | diff | annotate
Sun, 28 Sep 2014 19:12:41 -0700 Mark Doliner Fairly easy manual merge of release-2.x.y into master. file | diff | annotate
Sun, 28 Sep 2014 19:07:00 -0700 Mark Doliner Only attempt to change the allowed TLS version range if it's supported. release-2.x.y file | diff | annotate
Sat, 27 Sep 2014 21:31:32 -0400 Daniel Atallah Update NSS to 3.17.1 for the windows build release-2.x.y file | diff | annotate
Fri, 12 Sep 2014 12:14:38 -0700 Mark Doliner Disable SSL 3.0 when using NSS. file | diff | annotate
Fri, 12 Sep 2014 11:11:34 -0700 Mark Doliner Manual merge release-2.x.y into master. file | diff | annotate
Fri, 12 Sep 2014 11:09:41 -0700 Mark Doliner Print TLS versions as hex, because that's how they're defined and release-2.x.y file | diff | annotate
Sat, 16 Aug 2014 16:35:40 -0700 Mark Doliner Allow and prefer TLS 1.2 and 1.1 when using libnss. Patch from Elrond, release-2.x.y file | diff | annotate
Mon, 07 Jul 2014 23:57:43 -0700 Mark Doliner Move x509_display_string() from ssl-nss.c and ssl-gnutls.c to certificate.c. file | diff | annotate
Mon, 07 Jul 2014 23:45:17 -0700 Mark Doliner Copy changes from datallah's 2948449ffd12 from the file | diff | annotate
Mon, 07 Jul 2014 23:21:53 -0700 Mark Doliner Whitespace-only change. file | diff | annotate
Thu, 13 Mar 2014 00:09:23 +0100 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Sat, 01 Mar 2014 10:29:22 -0800 Mark Doliner Remove stray whitespace. release-2.x.y file | diff | annotate
Sat, 01 Mar 2014 10:28:28 -0800 Mark Doliner Avoid camel case function name. release-2.x.y file | diff | annotate
Wed, 05 Feb 2014 23:55:15 -0800 Mark Doliner Merge release-2.x.y branch into default. file | diff | annotate
Wed, 05 Feb 2014 01:45:11 -0500 Daniel Atallah Print information about the SSL connection to the debug log release-2.x.y file | diff | annotate
Fri, 03 Jan 2014 21:13:46 +0100 Tomasz Wasilczyk Merge 2.x.y file | diff | annotate
Fri, 03 Jan 2014 20:48:08 +0100 Tomasz Wasilczyk Clean up unused ssl/NSS code and write up some comments to resolve any doubts. Refs #15308 release-2.x.y file | diff | annotate
Sat, 12 Oct 2013 22:57:00 +0530 Ankit Vani Added /*< private >*/ for padding members, clean them up and add missing ones soc.2013.gobjectification file | diff | annotate
Thu, 11 Jul 2013 19:18:59 -0400 Daniel Atallah Fix reversed display of activation and expiration dates. file | diff | annotate
Thu, 11 Jul 2013 19:17:47 -0400 Daniel Atallah Update certificate API to use 64-bit unsigned values instead of time_t. file | diff | annotate
Wed, 10 Jul 2013 19:50:12 -0400 Daniel Atallah Merge with release-2.x.y file | diff | annotate
Wed, 10 Jul 2013 19:45:44 -0400 Daniel Atallah Add workaround so that certificates with times that can't be represented using release-2.x.y file | diff | annotate
Tue, 02 Apr 2013 09:20:41 -0400 Daniel Atallah Merge with release-2.x.y (resolved various conflicts in mxit) file | diff | annotate
Mon, 01 Apr 2013 17:56:35 -0400 Elliott Sales de Andrade Fix return types for PR_Read/PR_Write. release-2.x.y file | diff | annotate
Sun, 03 Mar 2013 18:35:43 -0500 Daniel Atallah Merge with release-2.x.y file | diff | annotate
Sun, 03 Mar 2013 14:08:09 -0500 Daniel Atallah ssl-nss: Fix handling of certificates without a Subject. release-2.x.y file | diff | annotate
Tue, 29 Jan 2013 15:38:45 +0100 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Tue, 22 Jan 2013 15:25:40 -0500 Daniel Atallah ssl-nss: Don't use the NSS Built-in database at all release-2.x.y file | diff | annotate
Sun, 26 Feb 2012 03:01:41 +0000 Elliott Sales de Andrade Add a function for converting a PurpleCertificate to a string file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
(0) -100 -60 tip

mercurial