RE: API change in 8.x

2019-01-04 Thread Pushkar Pradhan
It seems the API TSHttpTxnSetHttpRetStatus in 7.x was changed to TSHttpTxnStatusSet in 8.x. The underlying code seems to be the same, only the name has changed. I am writing a plugin that calls this function and that I want to work in both 7.x and 8.x codelines. I can wrap the names in a #iifdef l

Re: ATS (master) + OpenSSL v1.1.1 + Wildcart cert == sad panda

2019-01-04 Thread Susan Hinrichs
I added two more tests in the tls_check_cert_selection autest to exercise ssl_multicert with a specific dest_ip set in addition to the SNI select. That test passes for me with openssl-1.1.1a and the current master. It has previously failed for me with openssl-1.1.1 because the laster cert selectio

Re: ATS (master) + OpenSSL v1.1.1 + Wildcart cert == sad panda

2019-01-04 Thread Susan Hinrichs
Upgraded test in PR https://github.com/apache/trafficserver/pull/4751 On Fri, Jan 4, 2019 at 9:12 AM Susan Hinrichs wrote: > I added two more tests in the tls_check_cert_selection autest to exercise > ssl_multicert with a specific dest_ip set in addition to the SNI select. > That test passes for