Connection Global Variables. More...
Go to the source code of this file.
Functions | |
bool | config_init_conn (struct ConfigSet *cs) |
Register conn config variables - Implements module_init_config_t -. | |
Variables | |
static struct ConfigDef | ConnVars [] |
Config definitions for the connection library. | |
static struct ConfigDef | ConnVarsSsl [] |
General SSL Config definitions for the conn library. | |
static struct ConfigDef | ConnVarsGnutls [] |
GnuTLS Config definitions for the connection library. | |
static struct ConfigDef | ConnVarsOpenssl [] |
OpenSSL Config definitions for the connection library. | |
static struct ConfigDef | ConnVarsPartial [] |
SSL partial chains Config definitions for the connection library. | |
static struct ConfigDef | ConnVarsGetaddr [] |
GetAddrInfo Config definitions for the connection library. | |
Connection Global Variables.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
|
static |
Config definitions for the connection library.
|
static |
|
static |
GnuTLS Config definitions for the connection library.
|
static |
OpenSSL Config definitions for the connection library.
|
static |