pidgin/pidgin

Implement SNI support for the gnutls SSL plugin.
release-2.x.y
2019-12-16, Mihai Moldovan
6dba8046e1b1
Implement SNI support for the gnutls SSL plugin.

Note that gnutls is picky in regard to what it accepts as the server name - it
MUST be a domain name. IP addresses are not supported according to the
documentation.

Hence, filter out IP addresses and hope that whatever is not recognized as
such an address is actually a domain name. This will probably fail for more
exotic addresses (especially in IPv6 realm), but wiring up a full-blown parser
is too much effort and SSL plugins are not part of purple-3 anyway.

Fixes #17300
/* XPM */
static char * arrow_left_xpm[] = {
"16 13 30 1",
" c None",
". c #5C3566",
"+ c #613A6A",
"@ c #623B6B",
"# c #BC9FBB",
"$ c #C0A5BF",
"% c #D5BDD2",
"& c #C0A5C0",
"* c #D4BCD1",
"= c #623C6C",
"- c #623C6B",
"; c #C2A6C1",
"> c #D5BED3",
", c #D3BBD1",
"' c #5E3667",
") c #A787A8",
"! c #D2B9CF",
"~ c #C2A0BE",
"{ c #C19FBE",
"] c #C2A1BF",
"^ c #C3A1BF",
"/ c #C3A2C0",
"( c #603A6A",
"_ c #BB9FBB",
": c #C7A8C3",
"< c #AE81A9",
"[ c #D4BDD2",
"} c #D3BBD0",
"| c #C7A7C3",
"1 c #BDA1BC",
" . ",
" +. ",
" @#. ",
" @$%. ",
" @&*%=.........",
" -;*>*%%%%%%%%,.",
"')!~{{]^^^^^^/%.",
" (_:<]*[[[[[[[}.",
" +#|*=.........",
" +1[. ",
" +#. ",
" +. ",
" . "};