wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.25k stars 805 forks source link

Extend the unknown extension callback. #7730

Closed anhu closed 5 days ago

anhu commented 2 weeks ago

This will allow the user to pass in a context pointer. Allows them to avoid global variables. Fixes ZD 18252

anhu commented 2 weeks ago

retest this please