Skip to content

Commit

Permalink
feat(openresty-patches) update mtls cosocket patches (#440)
Browse files Browse the repository at this point in the history
* 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
pintsized authored Feb 11, 2022
1 parent a2509de commit e238ab7
Show file tree
Hide file tree
Showing 3 changed files with 1,304 additions and 570 deletions.
Loading

0 comments on commit e238ab7

Please sign in to comment.