Wan-Teh Chang wrote: > > Patrick wrote: > > > Hello, > > > > I noticed JSS lists 5 TLS ciphers versus NSS listing 2. Why does NSS not > > list as many? Does it support all 5 and the docs are not up to date? > > Are you referring to the list here? > http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslfnc.html#1084747 > > Looks like that list is not up to date. Until we fix our > docs, I am afraid that you need to get the list of TLS > ciphers from the sslproto.h header file in the NSS distribution.
The file sslproto.h lists all the defined SSL/TLS ciphersuites, but NSS doesn't implement all of them. The list of all implemented ciphersuites is found here: http://lxr.mozilla.org/mozilla/source/security/nss/lib/ssl/sslenum.c -- Nelson Bolyard Disclaimer: I speak for myself, not for Netscape
