> Le 24 mai 2018 à 09:21, Hervé Commowick <[email protected]> a > écrit : > > I didn't know about the curves parameter, and i don't see performance > regression with it. I don't really understand why this kind of parameter > can influence certs loading time. >
I don't know really why either. "ecdhe" uses EC_KEY_new_by_curve_name SSL_CTX_set_tmp_ecdh, EC_KEY_free if openssl really compute a key it could explain. « curves » is the parameter to use for this usage. Manu.

