summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/ecore_con_private.h
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-11-02 14:11:09 -0800
committerCedric BAIL <cedric@osg.samsung.com>2015-11-02 14:22:42 -0800
commitae5e2c82843a5dea2474b79f5426207495b465a8 (patch)
tree76d1e6145c2bcaf60d458fabd28e46b131b7bd73 /src/lib/ecore_con/ecore_con_private.h
parent99d0f03c6fa966ac95930d076dc2bb70472029b6 (diff)
downloadefl-ae5e2c82843a5dea2474b79f5426207495b465a8.tar.gz
emile/ecore_con: drop SSLv3 support due to security issue.
SSLv3 has been compromised a year ago by what is known as POODLE (https://en.wikipedia.org/wiki/POODLE). Every major browser have now dropped support for SSLv3 and distribution are starting to do so also. It is a good timing for us to do so, especially as it breaks build on some distribution.
Diffstat (limited to 'src/lib/ecore_con/ecore_con_private.h')
-rw-r--r--src/lib/ecore_con/ecore_con_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ecore_con/ecore_con_private.h b/src/lib/ecore_con/ecore_con_private.h
index dff720be42..181ca44012 100644
--- a/src/lib/ecore_con/ecore_con_private.h
+++ b/src/lib/ecore_con/ecore_con_private.h
@@ -71,7 +71,8 @@ typedef enum _Ecore_Con_Ssl_Error
ECORE_CON_SSL_ERROR_NOT_SUPPORTED,
ECORE_CON_SSL_ERROR_INIT_FAILED,
ECORE_CON_SSL_ERROR_SERVER_INIT_FAILED,
- ECORE_CON_SSL_ERROR_SSL2_NOT_SUPPORTED
+ ECORE_CON_SSL_ERROR_SSL2_NOT_SUPPORTED,
+ ECORE_CON_SSL_ERROR_SSL3_NOT_SUPPORTED
} Ecore_Con_Ssl_Error;
typedef enum _Ecore_Con_Ssl_Handshake