add full ssl certificate support to ecore_con: call ecore_con_ssl_cert_add("/path...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Jul 2010 06:30:27 +0000 (06:30 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Jul 2010 06:30:27 +0000 (06:30 +0000)
commit8dc7e2813124908fd188c33e62c98411bc8917cf
treeda4a65d2fb5761737ccc68aa089a11e8c8c164af
parentaf1e08d125a0e48800d306d69c06b3d9ebbd1fd5
add full ssl certificate support to ecore_con: call ecore_con_ssl_cert_add("/path/to/cert.pem") and then create the server object with the ECORE_CON_LOAD_CERT flag
also may have accidentally ruined the formatting on a couple files and started an hour-long discussion over efl formatting scripts to conceal the fact that I used uncrustify to reformat everything

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@50529 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/Ecore_Con.h
src/lib/ecore_con/ecore_con.c
src/lib/ecore_con/ecore_con_ares.c
src/lib/ecore_con/ecore_con_info.c
src/lib/ecore_con/ecore_con_local.c
src/lib/ecore_con/ecore_con_private.h
src/lib/ecore_con/ecore_con_ssl.c
src/lib/ecore_con/ecore_con_url.c