extern struct PROFILE_REGISTRATION* tls_profile_Init

(struct configobj* appconfig)

Well-known entry point for the TLS profile.

Documentation

Well-known entry point for the TLS profile.

Parameters:
appconfig - A pointer to the configuration structure used for configuration purposes.

Keys:

TLS_URI
The registration URI for the profile.
TLS_DEBUG
A non-zero value to enable debugging (optional).
TLS_CERTDIR
The name of the directory containing public key certificates, each file named according to the serverName attribute (optional, server-side only). If this key or the resulting file isn't present, TLS_CERTFILE is used instead.
TLS_KEYFILE
The name of the file containing the private key.
TLS_KEYDIR
The name of the directory containing secret keys, each file named according to the serverName attribute (optional, server-side only). If this key or the resulting file isn't present, TLS_KEYFILE is used instead.

Returns:
A pointer to a profile-registration structure.

Home Alphabetic index



This page was generated with the help of DOC++.