On Mon, Nov 15, 2010 at 3:02 PM, Aidan Diffey <[email protected]> wrote: > One more question: > > What is the difference between TLS_DHE_DSS_WITH_AES_256_CBC_SHA and > TLS_DHE_RSA_WITH_AES_256_CBC_SHA
This is somewhat beyond my expertise, but my understanding is that it's the same algorithm but for different key types (RSA and DSS). So, whatever chosen will likely depend on what type of key your server (and possible client) uses. /niklas
