Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 1 | # Generated with generate_ssl_tests.pl |
| 2 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 3 | num_tests = 13 |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 4 | |
| 5 | test-0 = 0-ECDSA CipherString Selection |
| 6 | test-1 = 1-RSA CipherString Selection |
| 7 | test-2 = 2-ECDSA CipherString Selection, no ECDSA certificate |
| 8 | test-3 = 3-ECDSA Signature Algorithm Selection |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 9 | test-4 = 4-ECDSA Signature Algorithm Selection SHA384 |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 10 | test-5 = 5-ECDSA Signature Algorithm Selection SHA1 |
| 11 | test-6 = 6-ECDSA Signature Algorithm Selection compressed point |
| 12 | test-7 = 7-ECDSA Signature Algorithm Selection, no ECDSA certificate |
| 13 | test-8 = 8-RSA Signature Algorithm Selection |
| 14 | test-9 = 9-RSA-PSS Signature Algorithm Selection |
| 15 | test-10 = 10-Suite B P-256 Hash Algorithm Selection |
| 16 | test-11 = 11-Suite B P-384 Hash Algorithm Selection |
| 17 | test-12 = 12-TLS 1.2 DSA Certificate Test |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 18 | # =========================================================== |
| 19 | |
| 20 | [0-ECDSA CipherString Selection] |
| 21 | ssl_conf = 0-ECDSA CipherString Selection-ssl |
| 22 | |
| 23 | [0-ECDSA CipherString Selection-ssl] |
| 24 | server = 0-ECDSA CipherString Selection-server |
| 25 | client = 0-ECDSA CipherString Selection-client |
| 26 | |
| 27 | [0-ECDSA CipherString Selection-server] |
| 28 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 29 | CipherString = DEFAULT |
| 30 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 31 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 32 | MaxProtocol = TLSv1.2 |
| 33 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 34 | |
| 35 | [0-ECDSA CipherString Selection-client] |
| 36 | CipherString = aECDSA |
| 37 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 38 | VerifyMode = Peer |
| 39 | |
| 40 | [test-0] |
| 41 | ExpectedResult = Success |
| 42 | ExpectedServerCertType = P-256 |
Dr. Stephen Henson | a92e710 | 2017-01-27 15:56:47 +0000 | [diff] [blame] | 43 | ExpectedServerSignType = EC |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 44 | |
| 45 | |
| 46 | # =========================================================== |
| 47 | |
| 48 | [1-RSA CipherString Selection] |
| 49 | ssl_conf = 1-RSA CipherString Selection-ssl |
| 50 | |
| 51 | [1-RSA CipherString Selection-ssl] |
| 52 | server = 1-RSA CipherString Selection-server |
| 53 | client = 1-RSA CipherString Selection-client |
| 54 | |
| 55 | [1-RSA CipherString Selection-server] |
| 56 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 57 | CipherString = DEFAULT |
| 58 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 59 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 60 | MaxProtocol = TLSv1.2 |
| 61 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 62 | |
| 63 | [1-RSA CipherString Selection-client] |
| 64 | CipherString = aRSA |
| 65 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 66 | VerifyMode = Peer |
| 67 | |
| 68 | [test-1] |
| 69 | ExpectedResult = Success |
| 70 | ExpectedServerCertType = RSA |
Dr. Stephen Henson | a92e710 | 2017-01-27 15:56:47 +0000 | [diff] [blame] | 71 | ExpectedServerSignType = RSA-PSS |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 72 | |
| 73 | |
| 74 | # =========================================================== |
| 75 | |
| 76 | [2-ECDSA CipherString Selection, no ECDSA certificate] |
| 77 | ssl_conf = 2-ECDSA CipherString Selection, no ECDSA certificate-ssl |
| 78 | |
| 79 | [2-ECDSA CipherString Selection, no ECDSA certificate-ssl] |
| 80 | server = 2-ECDSA CipherString Selection, no ECDSA certificate-server |
| 81 | client = 2-ECDSA CipherString Selection, no ECDSA certificate-client |
| 82 | |
| 83 | [2-ECDSA CipherString Selection, no ECDSA certificate-server] |
| 84 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 85 | CipherString = DEFAULT |
Dr. Stephen Henson | 0e2c7b3 | 2017-02-02 12:34:22 +0000 | [diff] [blame] | 86 | MaxProtocol = TLSv1.2 |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 87 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 88 | |
| 89 | [2-ECDSA CipherString Selection, no ECDSA certificate-client] |
| 90 | CipherString = aECDSA |
| 91 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 92 | VerifyMode = Peer |
| 93 | |
| 94 | [test-2] |
| 95 | ExpectedResult = ServerFail |
| 96 | |
| 97 | |
| 98 | # =========================================================== |
| 99 | |
| 100 | [3-ECDSA Signature Algorithm Selection] |
| 101 | ssl_conf = 3-ECDSA Signature Algorithm Selection-ssl |
| 102 | |
| 103 | [3-ECDSA Signature Algorithm Selection-ssl] |
| 104 | server = 3-ECDSA Signature Algorithm Selection-server |
| 105 | client = 3-ECDSA Signature Algorithm Selection-client |
| 106 | |
| 107 | [3-ECDSA Signature Algorithm Selection-server] |
| 108 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 109 | CipherString = DEFAULT |
| 110 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 111 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 112 | MaxProtocol = TLSv1.2 |
| 113 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 114 | |
| 115 | [3-ECDSA Signature Algorithm Selection-client] |
| 116 | CipherString = DEFAULT |
| 117 | SignatureAlgorithms = ECDSA+SHA256 |
| 118 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 119 | VerifyMode = Peer |
| 120 | |
| 121 | [test-3] |
| 122 | ExpectedResult = Success |
| 123 | ExpectedServerCertType = P-256 |
Dr. Stephen Henson | 062540c | 2017-01-15 15:59:48 +0000 | [diff] [blame] | 124 | ExpectedServerSignHash = SHA256 |
Dr. Stephen Henson | a92e710 | 2017-01-27 15:56:47 +0000 | [diff] [blame] | 125 | ExpectedServerSignType = EC |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 126 | |
| 127 | |
| 128 | # =========================================================== |
| 129 | |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 130 | [4-ECDSA Signature Algorithm Selection SHA384] |
| 131 | ssl_conf = 4-ECDSA Signature Algorithm Selection SHA384-ssl |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 132 | |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 133 | [4-ECDSA Signature Algorithm Selection SHA384-ssl] |
| 134 | server = 4-ECDSA Signature Algorithm Selection SHA384-server |
| 135 | client = 4-ECDSA Signature Algorithm Selection SHA384-client |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 136 | |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 137 | [4-ECDSA Signature Algorithm Selection SHA384-server] |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 138 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 139 | CipherString = DEFAULT |
| 140 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 141 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 142 | MaxProtocol = TLSv1.2 |
| 143 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 144 | |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 145 | [4-ECDSA Signature Algorithm Selection SHA384-client] |
| 146 | CipherString = DEFAULT |
| 147 | SignatureAlgorithms = ECDSA+SHA384 |
| 148 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 149 | VerifyMode = Peer |
| 150 | |
| 151 | [test-4] |
| 152 | ExpectedResult = Success |
| 153 | ExpectedServerCertType = P-256 |
| 154 | ExpectedServerSignHash = SHA384 |
| 155 | ExpectedServerSignType = EC |
| 156 | |
| 157 | |
| 158 | # =========================================================== |
| 159 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 160 | [5-ECDSA Signature Algorithm Selection SHA1] |
| 161 | ssl_conf = 5-ECDSA Signature Algorithm Selection SHA1-ssl |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 162 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 163 | [5-ECDSA Signature Algorithm Selection SHA1-ssl] |
| 164 | server = 5-ECDSA Signature Algorithm Selection SHA1-server |
| 165 | client = 5-ECDSA Signature Algorithm Selection SHA1-client |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 166 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 167 | [5-ECDSA Signature Algorithm Selection SHA1-server] |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 168 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 169 | CipherString = DEFAULT |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 170 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 171 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
Dr. Stephen Henson | 0e2c7b3 | 2017-02-02 12:34:22 +0000 | [diff] [blame] | 172 | MaxProtocol = TLSv1.2 |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 173 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 174 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 175 | [5-ECDSA Signature Algorithm Selection SHA1-client] |
| 176 | CipherString = DEFAULT |
| 177 | SignatureAlgorithms = ECDSA+SHA1 |
| 178 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 179 | VerifyMode = Peer |
| 180 | |
| 181 | [test-5] |
| 182 | ExpectedResult = Success |
| 183 | ExpectedServerCertType = P-256 |
| 184 | ExpectedServerSignHash = SHA1 |
| 185 | ExpectedServerSignType = EC |
| 186 | |
| 187 | |
| 188 | # =========================================================== |
| 189 | |
| 190 | [6-ECDSA Signature Algorithm Selection compressed point] |
| 191 | ssl_conf = 6-ECDSA Signature Algorithm Selection compressed point-ssl |
| 192 | |
| 193 | [6-ECDSA Signature Algorithm Selection compressed point-ssl] |
| 194 | server = 6-ECDSA Signature Algorithm Selection compressed point-server |
| 195 | client = 6-ECDSA Signature Algorithm Selection compressed point-client |
| 196 | |
| 197 | [6-ECDSA Signature Algorithm Selection compressed point-server] |
| 198 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 199 | CipherString = DEFAULT |
| 200 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-cecdsa-cert.pem |
| 201 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-cecdsa-key.pem |
| 202 | MaxProtocol = TLSv1.2 |
| 203 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 204 | |
| 205 | [6-ECDSA Signature Algorithm Selection compressed point-client] |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 206 | CipherString = DEFAULT |
| 207 | SignatureAlgorithms = ECDSA+SHA256 |
| 208 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 209 | VerifyMode = Peer |
| 210 | |
Dr. Stephen Henson | 53f0873 | 2017-02-01 13:29:45 +0000 | [diff] [blame] | 211 | [test-6] |
Dr. Stephen Henson | edb8a5e | 2017-01-12 14:52:31 +0000 | [diff] [blame] | 212 | ExpectedResult = Success |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 213 | ExpectedServerCertType = P-256 |
| 214 | ExpectedServerSignHash = SHA256 |
| 215 | ExpectedServerSignType = EC |
| 216 | |
| 217 | |
| 218 | # =========================================================== |
| 219 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 220 | [7-ECDSA Signature Algorithm Selection, no ECDSA certificate] |
| 221 | ssl_conf = 7-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 222 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 223 | [7-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl] |
| 224 | server = 7-ECDSA Signature Algorithm Selection, no ECDSA certificate-server |
| 225 | client = 7-ECDSA Signature Algorithm Selection, no ECDSA certificate-client |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 226 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 227 | [7-ECDSA Signature Algorithm Selection, no ECDSA certificate-server] |
| 228 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 229 | CipherString = DEFAULT |
| 230 | MaxProtocol = TLSv1.2 |
| 231 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 232 | |
| 233 | [7-ECDSA Signature Algorithm Selection, no ECDSA certificate-client] |
| 234 | CipherString = DEFAULT |
| 235 | SignatureAlgorithms = ECDSA+SHA256 |
| 236 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 237 | VerifyMode = Peer |
| 238 | |
| 239 | [test-7] |
| 240 | ExpectedResult = ServerFail |
| 241 | |
| 242 | |
| 243 | # =========================================================== |
| 244 | |
| 245 | [8-RSA Signature Algorithm Selection] |
| 246 | ssl_conf = 8-RSA Signature Algorithm Selection-ssl |
| 247 | |
| 248 | [8-RSA Signature Algorithm Selection-ssl] |
| 249 | server = 8-RSA Signature Algorithm Selection-server |
| 250 | client = 8-RSA Signature Algorithm Selection-client |
| 251 | |
| 252 | [8-RSA Signature Algorithm Selection-server] |
| 253 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 254 | CipherString = DEFAULT |
| 255 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 256 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 257 | MaxProtocol = TLSv1.2 |
| 258 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 259 | |
| 260 | [8-RSA Signature Algorithm Selection-client] |
| 261 | CipherString = DEFAULT |
| 262 | SignatureAlgorithms = RSA+SHA256 |
| 263 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 264 | VerifyMode = Peer |
| 265 | |
| 266 | [test-8] |
| 267 | ExpectedResult = Success |
| 268 | ExpectedServerCertType = RSA |
| 269 | ExpectedServerSignHash = SHA256 |
| 270 | ExpectedServerSignType = RSA |
| 271 | |
| 272 | |
| 273 | # =========================================================== |
| 274 | |
| 275 | [9-RSA-PSS Signature Algorithm Selection] |
| 276 | ssl_conf = 9-RSA-PSS Signature Algorithm Selection-ssl |
| 277 | |
| 278 | [9-RSA-PSS Signature Algorithm Selection-ssl] |
| 279 | server = 9-RSA-PSS Signature Algorithm Selection-server |
| 280 | client = 9-RSA-PSS Signature Algorithm Selection-client |
| 281 | |
| 282 | [9-RSA-PSS Signature Algorithm Selection-server] |
| 283 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 284 | CipherString = DEFAULT |
| 285 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem |
| 286 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem |
| 287 | MaxProtocol = TLSv1.2 |
| 288 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 289 | |
| 290 | [9-RSA-PSS Signature Algorithm Selection-client] |
| 291 | CipherString = DEFAULT |
| 292 | SignatureAlgorithms = RSA-PSS+SHA256 |
| 293 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 294 | VerifyMode = Peer |
| 295 | |
| 296 | [test-9] |
| 297 | ExpectedResult = Success |
| 298 | ExpectedServerCertType = RSA |
| 299 | ExpectedServerSignHash = SHA256 |
| 300 | ExpectedServerSignType = RSA-PSS |
| 301 | |
| 302 | |
| 303 | # =========================================================== |
| 304 | |
| 305 | [10-Suite B P-256 Hash Algorithm Selection] |
| 306 | ssl_conf = 10-Suite B P-256 Hash Algorithm Selection-ssl |
| 307 | |
| 308 | [10-Suite B P-256 Hash Algorithm Selection-ssl] |
| 309 | server = 10-Suite B P-256 Hash Algorithm Selection-server |
| 310 | client = 10-Suite B P-256 Hash Algorithm Selection-client |
| 311 | |
| 312 | [10-Suite B P-256 Hash Algorithm Selection-server] |
| 313 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 314 | CipherString = SUITEB128 |
| 315 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/p256-server-cert.pem |
| 316 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/p256-server-key.pem |
| 317 | MaxProtocol = TLSv1.2 |
| 318 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 319 | |
| 320 | [10-Suite B P-256 Hash Algorithm Selection-client] |
| 321 | CipherString = DEFAULT |
| 322 | SignatureAlgorithms = ECDSA+SHA384:ECDSA+SHA256 |
| 323 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem |
| 324 | VerifyMode = Peer |
| 325 | |
| 326 | [test-10] |
| 327 | ExpectedResult = Success |
| 328 | ExpectedServerCertType = P-256 |
| 329 | ExpectedServerSignHash = SHA256 |
| 330 | ExpectedServerSignType = EC |
| 331 | |
| 332 | |
| 333 | # =========================================================== |
| 334 | |
| 335 | [11-Suite B P-384 Hash Algorithm Selection] |
| 336 | ssl_conf = 11-Suite B P-384 Hash Algorithm Selection-ssl |
| 337 | |
| 338 | [11-Suite B P-384 Hash Algorithm Selection-ssl] |
| 339 | server = 11-Suite B P-384 Hash Algorithm Selection-server |
| 340 | client = 11-Suite B P-384 Hash Algorithm Selection-client |
| 341 | |
| 342 | [11-Suite B P-384 Hash Algorithm Selection-server] |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 343 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 344 | CipherString = SUITEB128 |
| 345 | ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/p384-server-cert.pem |
| 346 | ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/p384-server-key.pem |
| 347 | MaxProtocol = TLSv1.2 |
| 348 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 349 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 350 | [11-Suite B P-384 Hash Algorithm Selection-client] |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 351 | CipherString = DEFAULT |
| 352 | SignatureAlgorithms = ECDSA+SHA256:ECDSA+SHA384 |
| 353 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem |
| 354 | VerifyMode = Peer |
| 355 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 356 | [test-11] |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 357 | ExpectedResult = Success |
| 358 | ExpectedServerCertType = P-384 |
| 359 | ExpectedServerSignHash = SHA384 |
| 360 | ExpectedServerSignType = EC |
| 361 | |
| 362 | |
| 363 | # =========================================================== |
| 364 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 365 | [12-TLS 1.2 DSA Certificate Test] |
| 366 | ssl_conf = 12-TLS 1.2 DSA Certificate Test-ssl |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 367 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 368 | [12-TLS 1.2 DSA Certificate Test-ssl] |
| 369 | server = 12-TLS 1.2 DSA Certificate Test-server |
| 370 | client = 12-TLS 1.2 DSA Certificate Test-client |
Dr. Stephen Henson | 9f577cd | 2017-02-24 15:47:54 +0000 | [diff] [blame] | 371 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 372 | [12-TLS 1.2 DSA Certificate Test-server] |
Dr. Stephen Henson | 7a08b76 | 2017-02-17 15:28:36 +0000 | [diff] [blame] | 373 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 374 | CipherString = ALL |
| 375 | DHParameters = ${ENV::TEST_CERTS_DIR}/dhp2048.pem |
| 376 | DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem |
| 377 | DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem |
| 378 | MaxProtocol = TLSv1.2 |
| 379 | MinProtocol = TLSv1.2 |
| 380 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 381 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 382 | [12-TLS 1.2 DSA Certificate Test-client] |
Dr. Stephen Henson | 7a08b76 | 2017-02-17 15:28:36 +0000 | [diff] [blame] | 383 | CipherString = ALL |
| 384 | SignatureAlgorithms = DSA+SHA256:DSA+SHA1 |
| 385 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 386 | VerifyMode = Peer |
| 387 | |
Dr. Stephen Henson | c749308 | 2017-02-25 00:40:55 +0000 | [diff] [blame] | 388 | [test-12] |
Dr. Stephen Henson | 7a08b76 | 2017-02-17 15:28:36 +0000 | [diff] [blame] | 389 | ExpectedResult = Success |
| 390 | |
| 391 | |