summaryrefslogtreecommitdiffstats
path: root/nss.conf.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-10-16 14:05:05 -0400
committerRob Crittenden <rcritten@redhat.com>2014-10-16 16:57:31 -0400
commit78c17097186a8cacfb237af67fdd87599a727e88 (patch)
treef7fe4ab10f7207d958cbd9c294c99aafbb06e9d6 /nss.conf.in
parent1e23537dbdaf9388afa12500af6f69a6ec7da784 (diff)
downloadmod_nss-78c17097186a8cacfb237af67fdd87599a727e88.tar.gz
mod_nss-78c17097186a8cacfb237af67fdd87599a727e88.tar.xz
mod_nss-78c17097186a8cacfb237af67fdd87599a727e88.zip
Add support for enabling TLS v1.2
If support is available in NSS then it is just a matter of including TLS 1.2 in the protocol range.
Diffstat (limited to 'nss.conf.in')
-rw-r--r--nss.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss.conf.in b/nss.conf.in
index c941ecf..37d8ee5 100644
--- a/nss.conf.in
+++ b/nss.conf.in
@@ -118,7 +118,7 @@ NSSCipherSuite +rsa_rc4_128_md5,+rsa_rc4_128_sha,+rsa_3des_sha,-rsa_des_sha,-rsa
# Since all protocol ranges are completely inclusive, and no protocol in the
# middle of a range may be excluded, the entry "NSSProtocol SSLv3,TLSv1.1"
# is identical to the entry "NSSProtocol SSLv3,TLSv1.0,TLSv1.1".
-NSSProtocol SSLv3,TLSv1.0,TLSv1.1
+NSSProtocol SSLv3,TLSv1.0,TLSv1.1,TLSv1.2
# SSL Certificate Nickname:
# The nickname of the RSA server certificate you are going to use.