Sat, 04 Apr 2020 01:36:20 +0200 Samuel Thibault Make ssl_*_read robust against bogus connection, like ssl_*_write is discord-ssl-crash file | diff | annotate
Mon, 16 Dec 2019 13:11:41 +0100 Mihai Moldovan Implement SNI support for the gnutls SSL plugin. release-2.x.y file | diff | annotate
Wed, 26 Jun 2019 09:33:38 +0200 Fabrice Bellet fix coding style in previous assert macros commit release-2.x.y file | diff | annotate
Wed, 19 Jun 2019 14:33:25 +0200 Fabrice Bellet gnutls: assert macros must only contain assertions release-2.x.y file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Tue, 07 Mar 2017 00:22:58 -0300 dx certificate: Use public key fingerprint to compare certificates release-2.x.y file | diff | annotate
Mon, 06 Mar 2017 03:32:06 -0300 dx certificate: Use SHA256 fingerprints instead of SHA1 release-2.x.y file | diff | annotate
Thu, 16 Jul 2015 16:32:40 -0400 Michael McConville Remove call to the deprecated and stubbed gnutls_global_set_mem_functions(). Fixes #16702 release-2.x.y file | diff | annotate
Tue, 07 Jun 2016 04:22:59 -0300 dx ssl-gnutls: Fix error handling of x509_import_from_datum release-2.x.y file | diff | annotate
Wed, 22 Jul 2015 16:38:40 -0400 Michael McConville Remove check for GnuTLS feature that was added 10+ years ago. Ok'd by elb. Refs #10412 file | diff | annotate
Thu, 16 Jul 2015 16:32:40 -0400 Michael McConville Remove call to the deprecated and stubbed gnutls_global_set_mem_functions(). Fixes #16702 file | diff | annotate
Wed, 26 Nov 2014 16:01:25 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
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
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 08 Feb 2014 16:00:14 +0530 Ankit Vani Merge gtkdoc-conversion 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
Sun, 06 Oct 2013 18:15:19 +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
Thu, 22 Aug 2013 01:36:58 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 15 Aug 2013 03:33:44 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 13 Aug 2013 20:49:55 +0530 Ankit Vani Merged soc.2013.gobjectification branch 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
Thu, 13 Nov 2014 01:06:59 -0500 Elliott Sales de Andrade Merge with release-2.x.y file | diff | annotate
Thu, 13 Nov 2014 00:56:55 -0500 Elliott Sales de Andrade Remove -Wno-sign-compare and backport fixes from default. release-2.x.y file | diff | annotate
Sun, 02 Nov 2014 11:08:42 -0800 Mark Doliner Minor gnutls cert cleanup. file | diff | annotate
Sun, 02 Nov 2014 10:44:14 -0800 Mark Doliner Fix missing initializers warning: 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
Thu, 11 Sep 2014 15:43:53 -0700 Mark Doliner Add note that it would be better if we didn't specify the ciphers ourselves. file | diff | annotate
Thu, 11 Sep 2014 15:41:13 -0700 Mark Doliner Specify a different set of encryption ciphers for TLS connections when file | diff | annotate
Thu, 11 Sep 2014 15:21:54 -0700 Mark Doliner Add a wrapper function around gnutls_priority_init(). file | diff | annotate
Thu, 11 Sep 2014 14:55:39 -0700 Mark Doliner Better indentation and debug message. 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
Mon, 07 Jul 2014 23:08:09 -0700 Mark Doliner Manual merge changes from the release-2.x.y branch into default. file | diff | annotate
Mon, 07 Jul 2014 00:09:12 -0700 Mark Doliner Fix Yahoo login when using the GnuTLS library for TLS connections. release-2.x.y file | diff | annotate
Tue, 06 May 2014 18:27:58 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Tue, 06 May 2014 13:03:47 +0200 Tomasz Wasilczyk Backport warning fixes for libpurple from default release-2.x.y file | diff | annotate
Sat, 08 Feb 2014 00:57:28 +0100 Tomasz Wasilczyk Fix some clang static analysis warnings 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
Fri, 04 Oct 2013 12:58:15 +0200 Tomasz Wasilczyk Clang warnings: gnutls, gnome keyring and G_GNUC_*_IGNORE_DEPRECATIONS file | diff | annotate
Wed, 21 Aug 2013 14:59:29 +0200 Tomasz Wasilczyk Fix most of libpurple warnings about -Wsign-compare file | diff | annotate
Tue, 20 Aug 2013 14:04:56 +0200 Tomasz Wasilczyk Compile with older GnuTLS versions, without GNUTLS_E_PREMATURE_TERMINATION; GTK: don't let inline images overflow the window file | diff | annotate
Wed, 14 Aug 2013 16:17:04 +0200 Tomasz Wasilczyk HTTP: content compression support (gzip, deflate); added hard max length limit; fixed crashes after free; GnuTLS: treat GNUTLS_E_PREMATURE_TERMINATION indulgently file | diff | annotate
Tue, 13 Aug 2013 10:12:27 +0200 Tomasz Wasilczyk GnuTLS: remove deprecated call to gnutls_certificate_type_set_priority, since priority is already set; make use of SNI extension 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
Mon, 15 Apr 2013 00:48:17 +0200 Tomasz Wasilczyk Fix most of warnings for gtk2 and linux 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
Wed, 24 Nov 2010 04:31:54 +0000 John Bailey Apply Stu's specific certificate changes listed below to the 2.7.7 branch. release-2.7.7 file | diff | annotate
Thu, 01 Apr 2010 05:26:44 +0000 Paul Aurich gnutls/nss: Don't call the handshake functions synchronously. Fixes #11525 file | diff | annotate
Thu, 01 Apr 2010 04:54:43 +0000 Paul Aurich gnutls: Use gnutls_priority_init for the default priority. file | diff | annotate
Thu, 01 Apr 2010 04:09:05 +0000 Paul Aurich gnutls: Allow overriding (per-host) of GnuTLS priorities via env. Fixes #11616 file | diff | annotate
Sat, 27 Mar 2010 03:55:09 +0000 Stu Tomlinson Implement reading multiple certificates from a single "bundle" of file | diff | annotate
Sat, 10 Oct 2009 03:53:59 +0000 Paul Aurich ssl-gnutls: I think this error message makes a little more sense. file | diff | annotate
(0) -100 -60 tip

mercurial