commit | 3fa2812f32bdb922d47b84ab7b5a98a807d838c0 | [log] [tgz] |
---|---|---|
author | Benjamin Saunders <ben.e.saunders@gmail.com> | Sun Feb 25 18:39:11 2018 -0800 |
committer | Matt Caswell <matt@openssl.org> | Mon Mar 12 19:34:13 2018 +0000 |
tree | ad6cd3c8463be1521456b004cd14811a3b0fc20b | |
parent | 4718f449a3ecd5efac62b22d0fa9a759a7895dbc [diff] |
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb These functions are similar to SSL_CTX_set_cookie_{generate,verify}_cb, but used for the application-controlled portion of TLS1.3 stateless handshake cookies rather than entire DTLSv1 cookies. Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5463)