Re: API Proposal - TSSslServerContextComplete

2017-11-07 Thread Alan Carroll
Why not pass the cert and key data directly and have the TSSslContext created from that? I don't see the advantage of creating a context first, partially populating it, then completing it. On Tue, Nov 7, 2017 at 8:09 AM, Steven R. Feltner wrote: > I would like to propose adding another API call

API Proposal - TSSslServerContextComplete

2017-11-07 Thread Steven R. Feltner
I would like to propose adding another API call to the TSSslContext series of API calls. tsapi TSSslContext TSSslServerContextComplete((TSSslContext ctx); This call will accept a previously create TSSslContext populated with cert and key data, and will complete the steps necessary for the setup