Re: when to free tls config?

2016-06-27 Thread Ted Unangst
Joel Sing wrote: > On Saturday 25 June 2016 22:58:59 Ted Unangst wrote: > > It's unfortunately unclear from the documentation when it is safe to call > > tls_config_free(). One might naively assume after a call to tls_configure, > > but that's not correct as the config is also accessed during

Re: when to free tls config?

2016-06-27 Thread Joel Sing
On Saturday 25 June 2016 22:58:59 Ted Unangst wrote: > It's unfortunately unclear from the documentation when it is safe to call > tls_config_free(). One might naively assume after a call to tls_configure, > but that's not correct as the config is also accessed during connect. Right, we currently

when to free tls config?

2016-06-25 Thread Ted Unangst
It's unfortunately unclear from the documentation when it is safe to call tls_config_free(). One might naively assume after a call to tls_configure, but that's not correct as the config is also accessed during connect.