Mercurial > pidgin
diff ChangeLog @ 28804:57ee55097ec8
certs: Cache certs once again (at the end of the verification process).
It looks like I accidentally broke this (libpurple wouldn't replace a cert
already in the cache) when extending the invalidity reasons.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 15 Dec 2009 16:06:54 +0000 |
parents | 19be6fe515ca |
children | c706d830cd32 356d1f40a56d |
line wrap: on
line diff
--- a/ChangeLog Tue Dec 15 08:58:09 2009 +0000 +++ b/ChangeLog Tue Dec 15 16:06:54 2009 +0000 @@ -1,6 +1,10 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul version 2.6.5 (??/??/20??): + libpurple: + * TLS certificates are actually stored to the local cache once again + (accepting a name mismatch on a certificate should now be remembered) + General: * Build-time fixes for Solaris. (Paul Townsend)