Ignore:
Timestamp:
Oct 27, 2016 7:58:01 AM (8 years ago)
Author:
ming
Message:

Fixed #1975: Add support to select elliptic curve and signature algorithm for TLS

File:
1 edited

Legend:

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

    r5445 r5472  
    888888#ifndef PJ_SSL_SOCK_OSSL_CIPHERS 
    889889#  define PJ_SSL_SOCK_OSSL_CIPHERS   "HIGH:-COMPLEMENTOFDEFAULT" 
     890#endif 
     891 
     892 
     893/** 
     894 * Define the maximum number of curves supported by the secure socket. 
     895 * 
     896 * Default: 32 
     897 */ 
     898#ifndef PJ_SSL_SOCK_MAX_CURVES 
     899#  define PJ_SSL_SOCK_MAX_CURVES   32 
    890900#endif 
    891901 
Note: See TracChangeset for help on using the changeset viewer.