[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-04-24 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/402 --- 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 feature

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-04-24 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-214042675 Closing in favor of #594. --- 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

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-03-22 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-199870599 @biilmann Can you email something to the dev@ mailing list with the API proposal, for a review? See the link above for the process. --- If your project is set up f

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-03-19 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-197684472 @biilmann The next thing we need here is an [API review](https://cwiki.apache.org/confluence/display/TS/API+Review+Process) posted to the dev@ list. It would also

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-02-23 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-187818521 To @jpeach to shepherd. --- 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 ha

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-15 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-171990184 Yes, I agree that having a matching TSSslContextDestroy is a good idea even if it is just a wrapper for the openssl call at this point. I also like the i

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-14 Thread biilmann
Github user biilmann commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-171775715 @shinrich I'll send out an API review notice. Before that, what's your thoughts on adding a `TSSslContextDestroy` method to clarify that it's up to the plugin to

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-12 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-170925335 I think this looks good, and I'd be willing to do the merge, but I think you still need to send around an API review notice to the dev mailing list as jpeach sug

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-05 Thread biilmann
Github user biilmann commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-169107617 > I assume that the bulk of the diff'ed lines in SSLUtils are due to just moving functions ahead of use and the functions themselves are unchanged (e.g., asn1_st

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-05 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-169014530 Looks good to me as well. Seems like a good and necessary change. I assume that the bulk of the diff'ed lines in SSLUtils are due to just moving functio

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-04 Thread biilmann
Github user biilmann commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168927960 Changed the type signature to `TSSslContextCreate(void)` now. It generally makes sense that a plugin that needs this method will want to handle the call

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-04 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168898043 This looks pretty reasonable to me. @shinrich, what do you think? In ``ts/ts.h``, ``TSSslContextCreate()`` needs to be ``TSSslContextCreate(void)``.

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2016-01-02 Thread biilmann
Github user biilmann commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168449041 I've done a bit of cleanup to get anything not related to storing the ssl context moved from `ssl_store_ssl_context` and into `SSLInitServerContext`. --- If you

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2015-12-31 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/402#issuecomment-168268438 > Ideally I would refactor that method to separate context initialization and configuration from > inserting the context into the SSLCertLookup Yeh th

[GitHub] trafficserver pull request: Add TSSslContextCreate method

2015-12-31 Thread biilmann
GitHub user biilmann opened a pull request: https://github.com/apache/trafficserver/pull/402 Add TSSslContextCreate method TSSslContextCreate returns a new SSL Context that's configured according to the settings in records.config This is useful if an extension wants to u