Mercurial > pidgin
changeset 29660:fc4bacb35cbc
nss: NSS should work after reiniting libpurple. Closes #11524.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 01 Apr 2010 06:51:04 +0000 |
parents | df9de37e0274 |
children | b0f8dcab7b43 5d3f64f8e7b5 |
files | ChangeLog libpurple/plugins/ssl/ssl-nss.c |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Apr 01 05:26:44 2010 +0000 +++ b/ChangeLog Thu Apr 01 06:51:04 2010 +0000 @@ -9,6 +9,8 @@ * Fix two related crashes in the GnuTLS and NSS plugins when they suffer internal errors immediately upon attempting to establish an SSL connection. + * Fix NSS to work when reinitialized after being used. (Thanks to + Ludovico Cavedon for the testcase) * Added support for PURPLE_GNUTLS_PRIORITIES environment variable. This can be used to specify GnuTLS priorities on a per-host basis. The format is "host=priority;host2=priority;...". The default