Ignore:
Timestamp:
Apr 23, 2015 10:18:52 AM (9 years ago)
Author:
ming
Message:

Fixed #1846: Update to use 'HIGH' ciphers as default in OpenSSL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r5076 r5078  
    872872#ifndef PJ_SSL_SOCK_MAX_CIPHERS 
    873873#  define PJ_SSL_SOCK_MAX_CIPHERS   256 
     874#endif 
     875 
     876 
     877/** 
     878 * Specify what should be set as the available list of SSL_CIPHERs. For 
     879 * example, set this as "DEFAULT" to use the default cipher list (Note: 
     880 * PJSIP release 2.4 and before used this "DEFAULT" setting). 
     881 * 
     882 * Default: "HIGH:-COMPLEMENTOFDEFAULT" 
     883 */ 
     884#ifndef PJ_SSL_SOCK_OSSL_CIPHERS 
     885#  define PJ_SSL_SOCK_OSSL_CIPHERS   "HIGH:-COMPLEMENTOFDEFAULT" 
    874886#endif 
    875887 
Note: See TracChangeset for help on using the changeset viewer.