From 606180e833ddb27238df07125b59166db9f019ff Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 23 Apr 2015 10:18:52 +0000 Subject: Fixed #1846: Update to use 'HIGH' ciphers as default in OpenSSL git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5078 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pjlib/include/pj/config.h') diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h index cad816e8..bd27e01a 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -874,6 +874,18 @@ #endif +/** + * Specify what should be set as the available list of SSL_CIPHERs. For + * example, set this as "DEFAULT" to use the default cipher list (Note: + * PJSIP release 2.4 and before used this "DEFAULT" setting). + * + * Default: "HIGH:-COMPLEMENTOFDEFAULT" + */ +#ifndef PJ_SSL_SOCK_OSSL_CIPHERS +# define PJ_SSL_SOCK_OSSL_CIPHERS "HIGH:-COMPLEMENTOFDEFAULT" +#endif + + /** * Disable WSAECONNRESET error for UDP sockets on Win32 platforms. See * https://trac.pjsip.org/repos/ticket/1197. -- cgit v1.2.3