API proposal: - obtain TSVConn from TSHttpsSsn

2017-11-02 Thread Persia Aziz
Traffic Server APIs to get TSVConn from TSHttpSsn object Synopsis `#include ` .. function:: TSVConn TSClientVConnGet(TSHttpSsn ssnp) .. function:: TSVConn TSServerVConnGet(TSHttpSsn ssnp) Description === These APIs allow the developer to get the NetVconnection (represented b

Re: API proposal: - obtain TSVConn from TSHttpsSsn

2017-11-02 Thread Bryan Call
The APIs should match the existing naming convention and be called TSHttpSsnClientVConnGet and TSHttpSsnServerVConnGet. -Bryan > On Nov 2, 2017, at 9:30 AM, Persia Aziz wrote: > > > > Traffic Server APIs to get TSVConn from TSHttpSsn object > > Synopsis > > > `#include ` > > ..

Re: API proposal: - obtain TSVConn from TSHttpsSsn

2017-11-02 Thread Persia Aziz
Fixed in the PR Syeda Persia Aziz Software DeveloperYahoo! Inc.Champaign, Illinois On Thursday, November 2, 2017, 12:04:41 PM CDT, Bryan Call wrote: The APIs should match the existing naming convention and be called TSHttpSsnClientVConnGet and TSHttpSsnServerVConnGet. -Bryan > On

Is it a mistake of openssl docs ?

2017-11-02 Thread Chao Xu
Hi dev, https://www.openssl.org/docs/man1.1.0/crypto/EVP_CIPHER_CTX_ctrl.html EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG, taglen, tag); Sets the expected tag to taglen bytes from tag. This call is only legal when decrypting data and must be made before any data is processed (e.g. before any