Navigation


Changeset 1155:d00b5914351e in freeDiameter for include


Ignore:
Timestamp:
May 28, 2013, 1:11:27 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Allow running freeDiameter without TLS credentials if the following conditions are verified:

  • The Secure Diameter port is disabled (SecPort? = 0;)
  • The old TLS mechanism is not used (TLS_old_method; not defined)

Note that in this context only connections to peers explicitely authorized for 'No_TLS' are
permitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1136 r1155  
    151151       
    152152        struct {
     153                int                              tls_disabled;
     154               
    153155                /* Credentials parameters (backup) */
    154156                char *                           cert_file;
Note: See TracChangeset for help on using the changeset viewer.