<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">No idea on OpenVPN, I guess you could ask them directly : )<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 26 Jul 2017, at 18:38, SaAtomic <<a href="mailto:saatomic@keemail.me" class="">saatomic@keemail.me</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" class="">
  
  <div class="">
<br class="">Thank you for the elaboration and the link.<br class="">One more follow-up question :)<br class=""><br class="">With
 OpenVPN, when I configure a TLS cipher suite like 
`TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256`, I never manually created an 
ECC private key.<br class="">You mentioned that this is required for such cipher 
suites. Does in this case OpenVPN take over that task, or is that yet 
another special case?<br class=""><br class="">Kinds regards,<br class="">SaAtomic<br class=""><br class="">26. Jul 2017 10:39 by <a href="mailto:paulyang.inf@gmail.com" target="_blank" rel="noopener noreferrer" class="">paulyang.inf@gmail.com</a>:<br class=""><br class=""><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><br class=""><div class=""><blockquote class="thunderbird_quote" style="border-left: 1px solid #93a3b8 ; padding-left: 10px ; margin-left: 5px"><div class="">On 26 Jul 2017, at 16:21, SaAtomic <<a href="mailto:saatomic@keemail.me" target="_blank" rel="noopener noreferrer" class="">saatomic@keemail.me</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    
  
  <div class="">
The subject is much clearer to me now, thank you.<br class=""><br class="">The EC key you mentioned is not created manually, correct?<br class="">This key is a result of ECC, which is done by OpenSSL.<br class=""><br class="">So if I set up a server offering TLS connections and only offer ECDH/ECDHE, no additional data has to be generated manually, correct?<br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">Ahh, that depends on how you use ECC in TLS. If you use something like ‘ECDHE-RSA-XXX-YYY’, you don’t need to manipulate the ECC stuff ‘manually’, since the authentication part of that cipher suite is RSA, just preparing an RSA key/certificate is enough. But if you want to use stuffs like ‘ECDHE-ECDSA-XXX-YYY’, you need to prepare ECC private key (and also the corresponding certificate that encodes the ECC public key). For ECDH ciphers (without the ‘E’ part), that’s more confused, IIRC, in such case the authentication part of that kind ciphers indicates what signature algorithm is used to sign the certificate, but not the ‘public-key-type’ in the certificate, so anyway you probably need to get a ECC key/certificate pair. But the without-‘E’ version of such usage seems rare, I have never meet one in production environment...</div><div class=""><br class=""></div><div class="">And also, don’t mix up the ECC keys used in a `key exchange’ phase during TLS handshake with the keys used in ‘auth’ phase. I suggest you to read the following RFC documentation to get clear understandings on this: <a href="https://www.ietf.org/rfc/rfc4492.txt" target="_blank" rel="noopener noreferrer" class="">https://www.ietf.org/rfc/rfc4492.txt</a></div><div class=""><br class=""></div><div class="">Hope it helps : )</div><br class=""><blockquote class="thunderbird_quote" style="border-left: 1px solid #93a3b8 ; padding-left: 10px ; margin-left: 5px"><div class=""><div class=""><br class="">Kind regards,<br class="">SaAtomic<br class=""><br class=""><br class="">26. Jul 2017 10:14 by <a href="mailto:paulyang.inf@gmail.com" target="_blank" rel="noopener noreferrer" class="">paulyang.inf@gmail.com</a>:<br class=""><br class=""><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><blockquote class="">On 26 Jul 2017, at 15:56, SaAtomic <<a href="mailto:saatomic@keemail.me" target="_blank" rel="noopener noreferrer" class="">saatomic@keemail.me</a>> wrote:<br class=""><br class="">Thanks for the reply.<br class="">I'm still not sure I understand this correctly. <br class=""><br class="">So the length of modulus is the essential part, determining the security of the DH, right?</blockquote><br class="">Mostly.<br class=""><blockquote class="">With ECC, this is defined by the used curves.<br class="">Without ECC, this is determined by the DH parameters (from the .pem file I mentioned).<br class=""><br class="">If a server only supported ECDH or ECDHE, the DH parameters (.pem) file wouldn't even be needed.</blockquote><br class="">Yes, in that case, you only need an EC key (and also EC parameters to generate this key, of course)<br class=""><blockquote class=""><br class="">Is this correct?<br class=""><br class="">Thank you for your help,<br class="">kind regards,<br class="">SaAtomic<br class=""><br class="">---------<br class="">> Paul Yang paulyang.inf at <a href="http://gmail.com/" target="_blank" rel="noopener noreferrer" class="">gmail.com</a><br class="">> Wed Jul 26 07:19:31 UTC 2017<br class="">> The ‘key size’ concept is usually referred to the length of modulus. (In public key crypto area)<br class="">> For DH and ECDH, it (the size) ’s generated and defined in the ‘parameters’, as you pasted. Parameters are not exactly the final ‘keys’, they are the ‘materials’ to produce keys (both private ones and public ones), either for DH or ECDH. For DH, you generate parameters based on a given length of prime, and this length is what you called ‘key size’ (e.g. 2048), for ECC the parameters are generated based on named curves, such as prime192v1/prime239v1..., in this case, the ‘key > size’ is 192/239bit. In both case, the prime numbers are used as modulus being used while doing DH or EC crypto calculations...<br class="">> <br class="">> If you get either a DH or EC key, you could use the following command of OpenSSL to check the ‘key size’:<br class="">> <br class="">> openssl pkey -in xyz.key -noout -text<br class="">> <br class="">> check the Private-Key: (xxxx bit) in the output.</blockquote></blockquote>  </div>

</div></blockquote></div><br class=""></blockquote>  </div>

</div></blockquote></div><br class=""></div></body></html>