Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(openresty-patches) update mtls cosocket patches (#440)
* feat(openresty-patches) update mtls cosocket patches This adds the new mTLS API which will hopefully make it into OpenResty mainline. It adds a new method `sock:setclientcert(cert, key)` which should be called before `sock:sslhandshake()`, in favour of the old patch set which added the `sock:tlshandshake()` method (no longer included here). * feat(openresty-patches) update websocket mtls patch * fix(openresty-patches) add temporary backwards compatability for tlshandshake
- Loading branch information