Blame SOURCES/nss-sslstress-txt-ssl3-lower-value-in-range.patch

1b6f66
diff -up ./nss/tests/ssl/sslstress.txt.ssl3_as_min_value ./nss/tests/ssl/sslstress.txt
1b6f66
--- ./nss/tests/ssl/sslstress.txt.ssl3_as_min_value	2015-11-08 21:12:59.000000000 -0800
1b6f66
+++ ./nss/tests/ssl/sslstress.txt	2016-02-26 11:07:42.036366203 -0800
1b6f66
@@ -9,9 +9,9 @@
1b6f66
 #  ECC    value   params     params
1b6f66
 # ------- ------  ------     ------                         ---------------
1b6f66
   noECC     0      _         -c_1000_-C_A                  Stress SSL2 RC4 128 with MD5
1b6f66
-  noECC     0      _         -c_1000_-C_c_-V_:ssl3               Stress SSL3 RC4 128 with MD5
1b6f66
-  noECC     0      _         -c_1000_-C_c                  Stress TLS  RC4 128 with MD5
1b6f66
-  noECC     0      _         -c_1000_-C_c_-g               Stress TLS  RC4 128 with MD5 (false start)
1b6f66
+  noECC     0      _         -c_1000_-C_c_-V_ssl3:ssl3               Stress SSL3 RC4 128 with MD5
1b6f66
+  noECC     0      _         -c_1000_-C_c_-V_ssl3:_                  Stress TLS  RC4 128 with MD5
1b6f66
+  noECC     0      _         -V_ssl3:_-c_1000_-C_c_-g               Stress TLS  RC4 128 with MD5 (false start)
1b6f66
   noECC     0      -u        -V_ssl3:_-c_1000_-C_c_-u            Stress TLS  RC4 128 with MD5 (session ticket)
1b6f66
   noECC     0      -z        -V_ssl3:_-c_1000_-C_c_-z            Stress TLS  RC4 128 with MD5 (compression)
1b6f66
   noECC     0      -u_-z     -V_ssl3:_-c_1000_-C_c_-u_-z         Stress TLS  RC4 128 with MD5 (session ticket, compression)
1b6f66
@@ -22,8 +22,8 @@
1b6f66
 # add client auth versions here...
1b6f66
 #
1b6f66
   noECC     0      -r_-r     -c_100_-C_A_-N_-n_TestUser    Stress SSL2 RC4 128 with MD5 (no reuse, client auth)
1b6f66
-  noECC     0      -r_-r     -c_100_-C_c_-V_:ssl3_-N_-n_TestUser Stress SSL3 RC4 128 with MD5 (no reuse, client auth)
1b6f66
-  noECC     0      -r_-r     -c_100_-C_c_-N_-n_TestUser    Stress TLS RC4 128 with MD5 (no reuse, client auth)
1b6f66
+  noECC     0      -r_-r     -c_100_-C_c_-V_ssl3:ssl3_-N_-n_TestUser Stress SSL3 RC4 128 with MD5 (no reuse, client auth)
1b6f66
+  noECC     0      -r_-r     -c_100_-C_c_-V_ssl3:_-N_-n_TestUser    Stress TLS RC4 128 with MD5 (no reuse, client auth)
1b6f66
   noECC     0      -r_-r_-u  -V_ssl3:_-c_100_-C_c_-n_TestUser_-u Stress TLS RC4 128 with MD5 (session ticket, client auth)
1b6f66
   noECC     0      -r_-r_-z  -V_ssl3:_-c_100_-C_c_-n_TestUser_-z Stress TLS RC4 128 with MD5 (compression, client auth)
1b6f66
   noECC     0      -r_-r_-z  -V_ssl3:_-c_100_-C_c_-n_TestUser_-z_-g Stress TLS RC4 128 with MD5 (compression, client auth, false start)