unsuscribe

2015-02-04 Thread Juan Pablo Daniel
-- *Juan Pablo Daniel Borgna* +54911 4096-9900 @jpdborgna LinkedIn

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread James Peach
> On Feb 4, 2015, at 11:34 AM, Susan Hinrichs > wrote: > > > On 2/4/2015 12:57 PM, James Peach wrote: >>> On Feb 4, 2015, at 10:15 AM, Susan Hinrichs >>> wrote: >>> >>> As part of integrating in the fix for TS-2480, I'm finally getting my head >>> around SSL session tickets and how ATS han

TSSkipRemappingSet for cppapi

2015-02-04 Thread Sandeep Davu
Is there a way to issue a TSSkipRemappingSet from cppapi. The first hook that cppapi provides is at PRE_REMAP which is too late to set the skip_remap. Am I missing something? Sandeep.

Re: trafficserver git commit: Fix linking to external ssl libs for traffic_crashlog

2015-02-04 Thread James Peach
Wait, how does traffic_crashlog drag in OpenSSL? > On Feb 4, 2015, at 12:01 PM, jackso...@apache.org wrote: > > Repository: trafficserver > Updated Branches: > refs/heads/master b220c23d6 -> d95ab615a > > > Fix linking to external ssl libs for traffic_crashlog > > > Project: http://git-wip-u

[GitHub] trafficserver pull request: Fix external openssl on 5.2.x

2015-02-04 Thread jacksontj
Github user jacksontj closed the pull request at: https://github.com/apache/trafficserver/pull/169 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] trafficserver pull request: Fix external openssl on 5.2.x

2015-02-04 Thread jacksontj
Github user jacksontj commented on the pull request: https://github.com/apache/trafficserver/pull/169#issuecomment-72927518 Merged! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Susan Hinrichs
Hi Bin, Thanks for the comments. Some additional questions and comments inline. On 2/4/2015 1:21 PM, Bin Zeng wrote: Hi Susan, This is Bin. I wrote the initial code for SSL ticket key rotation which was recently committed. See TS-3301 and TS-3309. Disclaimer: I am still relatively new to ATS

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Susan Hinrichs
On 2/4/2015 12:57 PM, James Peach wrote: On Feb 4, 2015, at 10:15 AM, Susan Hinrichs wrote: As part of integrating in the fix for TS-2480, I'm finally getting my head around SSL session tickets and how ATS handles them. In part of my looking around the web while debugging it seems that ther

RE: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Bin Zeng
Hi Susan, This is Bin. I wrote the initial code for SSL ticket key rotation which was recently committed. See TS-3301 and TS-3309. Disclaimer: I am still relatively new to ATS. My understanding is limited. * Before the patch, there was no way to rotate ticket keys in flight. In order to do tha

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread James Peach
> On Feb 4, 2015, at 10:15 AM, Susan Hinrichs > wrote: > > As part of integrating in the fix for TS-2480, I'm finally getting my head > around SSL session tickets and how ATS handles them. > > In part of my looking around the web while debugging it seems that there are > some security concer

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Susan Hinrichs
On 2/4/2015 12:36 PM, Leif Hedstrom wrote: On Feb 4, 2015, at 11:15 AM, Susan Hinrichs wrote: As part of integrating in the fix for TS-2480, I'm finally getting my head around SSL session tickets and how ATS handles them. In part of my looking around the web while debugging it seems that th

Re: Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Leif Hedstrom
> On Feb 4, 2015, at 11:15 AM, Susan Hinrichs > wrote: > > As part of integrating in the fix for TS-2480, I'm finally getting my head > around SSL session tickets and how ATS handles them. > > In part of my looking around the web while debugging it seems that there are > some security concer

Question about SSL Session Ticket Use Cases and request for opinions on expansions

2015-02-04 Thread Susan Hinrichs
As part of integrating in the fix for TS-2480, I'm finally getting my head around SSL session tickets and how ATS handles them. In part of my looking around the web while debugging it seems that there are some security concerns with session reuse in general and ticket keys in particular. The

RE: [API review] TS-3341 Add plugin APIs about server transaction status

2015-02-04 Thread Bardwell, William
That makes sense to me, the logic for the client part is not exactly the same, but that might be my bug. So what would be the right way to add more return information? A writeable parameter added to the existing API? A new superset API with that extra parameter? -William Bardwell ___

Re: [API review] TS-3341 Add plugin APIs about server transaction status

2015-02-04 Thread Leif Hedstrom
> On Feb 3, 2015, at 9:27 AM, Sudheer Vinukonda > wrote: > > The TSHttpTxnServerTransactionClientAbortGet() seems like a subset of the > existing TS API TSHttpTxnAborted() (that returns TS_SUCCESS on either a > client abort or a server abort). Would it make sense to extend the existing > A

[REMINDER] Backports to stable branches

2015-02-04 Thread Leif Hedstrom
Hi all, if you are contributing or making a commit on master, that you feel really ought to be back ported to a stable release branch (or branches), please remember to mark the Jira with the back port version. There is a field for this when you “Edit” the issue. Candidates for back porting inc