Add the ability to turn on non-DHE resumption for clients in TLS 1.3
Summary: Add API to allow clients to advertise support for psk_ke (non-DHE) resumption. Unfortunately, OpenSSL has no option to allow servers to support psk_ke resumption. SSL_OP_ALLOW_NO_DHE_KEX option was added in OpenSSL 1.1.1, so add the appropriate guard. Reviewed By: mingtaoy Differential Revision: D24546720 fbshipit-source-id: fd7c5b3a9f4c572876f9b421ee8f74ba7d5e252c
Showing
Please register or sign in to comment