Topic: What to use with wolfSSL_CTX_SetGenCookie
In openSSL you use
SSL_CTX_set_cookie_generate_cb()
to generate the cookie and
SSL_CTX_set_cookie_verify_cb()
to verify the cookie. I see in wolfSSL there is a
wolfSSL_CTX_SetGenCookie()
function for generation, but I don't see a function for verification. Does that happen automatically somewhere?