mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*
|
||||
* TLS/SSL support is basically implemented by reading from a config file
|
||||
* (currently manager.conf, http.conf and sip.conf) the names of the certificate
|
||||
* files and cipher to use, and then run ssl_setup() to create an appropriate
|
||||
* files and cipher to use, and then run ssl_setup() to create an appropriate
|
||||
* data structure named ssl_ctx.
|
||||
*
|
||||
* If we support multiple domains, presumably we need to read multiple
|
||||
@@ -44,7 +44,7 @@
|
||||
* and their setup should be moved to a more central place, e.g. asterisk.conf
|
||||
* and the source files that processes it. Similarly, ssl_setup() should
|
||||
* be run earlier in the startup process so modules have it available.
|
||||
*
|
||||
*
|
||||
* \ref AstTlsOverview
|
||||
*
|
||||
* \todo For SIP, the SubjectAltNames should be checked on verification
|
||||
@@ -163,7 +163,7 @@ struct ast_tcptls_session_instance {
|
||||
void *private_data;
|
||||
};
|
||||
|
||||
/*!
|
||||
/*!
|
||||
* \brief attempts to connect and start tcptls session, on error the tcptls_session's
|
||||
* ref count is decremented, fd and file are closed, and NULL is returned.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user