Confirmed users
529
edits
Line 130: | Line 130: | ||
As an example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 works as follow: | As an example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 works as follow: | ||
# Server sends Client a SERVER KEY EXCHANGE message during the SSL Handshake. The message contains: | # Server sends Client a [[http://tools.ietf.org/html/rfc5246#section-7.4.3|SERVER KEY EXCHANGE]] message during the SSL Handshake. The message contains: | ||
## Prime number p | ## Prime number p | ||
## Generator g | ## Generator g | ||
Line 153: | Line 153: | ||
-----END DH PARAMETERS----- | -----END DH PARAMETERS----- | ||
</pre> | </pre> | ||
== Ciphersuite support on various systems == | == Ciphersuite support on various systems == | ||