Re: [asterisk-dev] tcptls: Use new certificate on reload

2016-11-29 Thread George Joseph
On Tue, Nov 29, 2016 at 4:34 AM, Joshua Colp wrote: > On Sun, Nov 27, 2016, at 11:29 PM, Corey Farrell wrote: > > A review [1] has been posted to fix an issue where TLS servers would > > not be restarted unless the bind address was changed. This would > > prevent use of new

Re: [asterisk-dev] tcptls: Use new certificate on reload

2016-11-29 Thread Joshua Colp
On Sun, Nov 27, 2016, at 11:29 PM, Corey Farrell wrote: > A review [1] has been posted to fix an issue where TLS servers would > not be restarted unless the bind address was changed. This would > prevent use of new certificates if available. Unfortunately this > change does cause an ABI change.

[asterisk-dev] tcptls: Use new certificate on reload

2016-11-27 Thread Corey Farrell
A review [1] has been posted to fix an issue where TLS servers would not be restarted unless the bind address was changed. This would prevent use of new certificates if available. Unfortunately this change does cause an ABI change. Fields are added to public structures 'struct ast_tls_config'