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
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
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