Navigation


Changeset 372:2687aa506ef6 in freeDiameter


Ignore:
Timestamp:
Jul 5, 2010, 11:29:32 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Enforce TLS_OLD mechanism from configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_cnx.c

    r370 r372  
    129129       
    130130        /* Prepare the parameters */
    131         if (peer->p_hdr.info.config.pic_flags.sec != PI_SEC_DEFAULT) {
     131        if ((peer->p_hdr.info.config.pic_flags.sec != PI_SEC_DEFAULT) || (fd_g_config->cnf_flags.tls_alg)) {
    132132                dotls_immediate = 0;
    133133                port_no = htons(peer->p_hdr.info.config.pic_port ?: fd_g_config->cnf_port);
Note: See TracChangeset for help on using the changeset viewer.