You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow calling :checktls() multiple times to return the same object. Additionally, it would be the same object as passed to luaossl callbacks (such as setAlpnSelect)
luaossl could expose the cache somewhere (e.g. require "openssl.ssl".ssl_cache)
Introduced in wahern/luaossl@bbe0e35 and modified in wahern/luaossl@c8c895a
This would allow calling
:checktls()
multiple times to return the same object. Additionally, it would be the same object as passed to luaossl callbacks (such assetAlpnSelect
)require "openssl.ssl".ssl_cache
)ssl_push
as a C symbolThe text was updated successfully, but these errors were encountered: