13 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
tb
34b1e9e4f5 Clean up purple plugin for SSL:
- no need to disable SSLv2 and SSLv3
- no need to initialize the libraries explicitly anymore
- remove incomplete uninit code
- use TLS_method() instead of SSLv23_client_method()

from Brad
2021-04-29 18:27:02 +00:00
brad
e4936d0c71 Fix a crash with the ssl_openssl_write() function. It turns out that
openssl_data can be NULL. The current code does not handle this correctly
which results in dereferencing a NULL pointer via openssl_data->ssl.

Also some format string fixes.

Issue found and fixed by jsing@
2015-01-09 01:34:44 +00:00
brad
2861491f21 Update to Pidgin 2.10.10. Fixes 4 issues with CVE assigned.. CVE-2014-3695,
CVE-2014-3696, CVE-2014-3697, CVE-2014-3698.

ok jasper@
2014-10-28 01:14:23 +00:00
jasper
d0be48be4a - update to 2.10.1
from maintainer
2011-12-13 14:42:55 +00:00
jasper
5641233143 - Fix invalid UTF-8 string handling with SILC messages. CVE-2001-3594
- Make sure OpenSSL never tries to use SSLv2.

from brad (MAINTAINER)
2011-10-10 17:17:08 +00:00
steven
b5397aa7ae have the OpenSSL module call OpenSSL_add_all_algorithms() upon initialization
from brad (maintainer)
2010-11-07 12:32:07 +00:00
steven
b8f3976a1a update to 2.7.4
from brad (maintainer)
2010-10-24 19:17:31 +00:00
brad
a7d478ac2e Update to Pidgin 2.5.1.
ok steven@
2008-09-13 22:04:40 +00:00
brad
8bd6e8e1ac Update to Pidgin 2.5.0.
"no worse than before" ckuethe@
2008-08-21 05:59:01 +00:00
ajacoutot
bf26913f6f - update to pidgin-2.4.2; from brad@ (MAINTAINER)
- install schemas files in the right place and add gconftool-2 goo
- use textproc/intltool MODULE
- purple.service: s/LOCALBASE/PREFIX/
2008-06-05 10:24:14 +00:00
steven
df7c95f86c tweak debug messages from openssl support
from brad
2008-04-12 08:19:28 +00:00
alek
a51226a081 Import pidgin-2.0.0
This is a new major release of GAIM with a new name to make AOL happy.

ok brad
2007-05-12 15:19:35 +00:00