Re: Making BufferWriter.h available to C++ ATS plugins

2018-03-28 Thread Walt Karas
OK, I took a stab at one approach to this issue: https://github.com/apache/trafficserver/pull/3361 But the ABI vs. API issue is not addressed by this. On Tue, Mar 27, 2018 at 8:45 PM, Alan Carroll wrote: > That's a bit much. Let me take a look at how it could be refactored to > reduce the depend

Re: API proposal: TSReturnCode TSSslOCSPCallbackSet(TSSslContext ctx)

2018-03-28 Thread Leif Hedstrom
> On Mar 27, 2018, at 9:52 PM, Persia Aziz wrote: > > > @Leif, > > Yes, this is for certificated loaded via plugin. I don't know of any such API > to hand a new context to ATS. Again, looking at the code, the ocsp is enabled > on a context only at the initialization phase. So any context cr