<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255);display:inline !important">Dear,</span><br>
<span style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255);display:inline !important">Actually I'm doing the final project degree about modern algorithms performance in TLS 1.3.</span><br style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255)">
<br style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255)">
<span style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255);display:inline !important">I would like to know if you can confirm some questions:</span><br style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255)">
<span style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255);display:inline !important">-The calculation of the shared secret of ECDH/DH for TLS 1.3 in the library openssl is calculated in the
 function ssl_derive from the class s3_lib.c in the part of the code:   </span>
<div style="color:rgb(34, 34, 34);font-family:Arial, Helvetica, sans-serif;font-size:small;background-color:rgb(255, 255, 255)">
                    
<div>if (EVP_PKEY_derive(pctx, pms, &pmslen) <= 0) {<br>
                SSLfatal(s, SSL_AD_INTERNAL_ERROR, SSL_F_SSL_DERIVE, ERR_R_<wbr>INTERNAL_ERROR); <br>
                 goto err; }</div>
<div><br>
<div>Is it correct to calculate the keygen performance using the EVP_PKEY_keygen function?</div>
<div><br>
Is it correct to calculate the performance of signing and verifying using  EVP_PKEY_verify and EVP_PKEY_sign function? And in the case of ED25519 using ED25519_sign and ED25519_verify from curve25519.c? </div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks for all.</div>
<div><br>
</div>
<span>Jesus </span></div>
</div>
<br>
</div>
</body>
</html>