<p dir="ltr">Thank you, its very clearly</p>
<div class="gmail_quote">2015年5月19日 下午8:13於 "Matt Caswell" <<a href="mailto:matt@openssl.org">matt@openssl.org</a>>寫道:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 19/05/15 12:54, Weichen Lin wrote:<br>
> according <a href="https://www.openssl.org/docs/apps/ciphers.html" target="_blank">https://www.openssl.org/docs/apps/ciphers.html</a><br>
> the name of TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA is DHE-DSS-DES-CBC3-SHA<br>
> but I found it's not working, and finally success with EDH-DSS-DES-CBC3-SHA<br>
><br>
> I think it's typo on document, where can I report this?<br>
<br>
It isn't a typo - the docs are correct.<br>
<br>
DHE is the name that is commonly used practically everywhere for<br>
ephemeral Diffie-Hellman. For historical reasons however within OpenSSL<br>
it used to be called EDH. Starting from OpenSSL 1.0.2 both forms are<br>
available, but the we refer to the standard DHE name in the docs.<br>
<br>
Older versions of OpenSSL (before 1.0.2) still use EDH. The<br>
documentation that accompanies those older versions also uses that form.<br>
<br>
Currently we only make one version of the documentation available on the<br>
website, i.e. the documentation for the current development version<br>
1.1.0 (perhaps more useful would be 1.0.2 but that's a different<br>
discussion). The docs are correct for that version.<br>
<br>
For future referene though, the way to report defects (code or<br>
documentation) is to send an email describing the problem to <a href="mailto:rt@openssl.org">rt@openssl.org</a>.<br>
<br>
Matt<br>
<br>
_______________________________________________<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</blockquote></div>