mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merge "tcptls: Use new certificate upon sip reload"
This commit is contained in:
@@ -94,6 +94,9 @@ struct ast_tls_config {
|
||||
char *capath;
|
||||
struct ast_flags flags;
|
||||
SSL_CTX *ssl_ctx;
|
||||
char certhash[41];
|
||||
char pvthash[41];
|
||||
char cahash[41];
|
||||
};
|
||||
|
||||
/*! \page AstTlsOverview TLS Implementation Overview
|
||||
@@ -138,6 +141,7 @@ struct ast_tcptls_session_args {
|
||||
void (*periodic_fn)(void *);/*!< something we may want to run before after select on the accept socket */
|
||||
void *(*worker_fn)(void *); /*!< the function in charge of doing the actual work */
|
||||
const char *name;
|
||||
struct ast_tls_config *old_tls_cfg; /*!< copy of the SSL configuration to determine whether changes have been made */
|
||||
};
|
||||
|
||||
/*! \brief
|
||||
|
||||
Reference in New Issue
Block a user