Home | History | Annotate | Line # | Download | only in ssl-tests
10-resumption.conf revision 1.1
      1 # Generated with generate_ssl_tests.pl
      2 
      3 num_tests = 68
      4 
      5 test-0 = 0-resumption
      6 test-1 = 1-resumption
      7 test-2 = 2-resumption
      8 test-3 = 3-resumption
      9 test-4 = 4-resumption
     10 test-5 = 5-resumption
     11 test-6 = 6-resumption
     12 test-7 = 7-resumption
     13 test-8 = 8-resumption
     14 test-9 = 9-resumption
     15 test-10 = 10-resumption
     16 test-11 = 11-resumption
     17 test-12 = 12-resumption
     18 test-13 = 13-resumption
     19 test-14 = 14-resumption
     20 test-15 = 15-resumption
     21 test-16 = 16-resumption
     22 test-17 = 17-resumption
     23 test-18 = 18-resumption
     24 test-19 = 19-resumption
     25 test-20 = 20-resumption
     26 test-21 = 21-resumption
     27 test-22 = 22-resumption
     28 test-23 = 23-resumption
     29 test-24 = 24-resumption
     30 test-25 = 25-resumption
     31 test-26 = 26-resumption
     32 test-27 = 27-resumption
     33 test-28 = 28-resumption
     34 test-29 = 29-resumption
     35 test-30 = 30-resumption
     36 test-31 = 31-resumption
     37 test-32 = 32-resumption
     38 test-33 = 33-resumption
     39 test-34 = 34-resumption
     40 test-35 = 35-resumption
     41 test-36 = 36-resumption
     42 test-37 = 37-resumption
     43 test-38 = 38-resumption
     44 test-39 = 39-resumption
     45 test-40 = 40-resumption
     46 test-41 = 41-resumption
     47 test-42 = 42-resumption
     48 test-43 = 43-resumption
     49 test-44 = 44-resumption
     50 test-45 = 45-resumption
     51 test-46 = 46-resumption
     52 test-47 = 47-resumption
     53 test-48 = 48-resumption
     54 test-49 = 49-resumption
     55 test-50 = 50-resumption
     56 test-51 = 51-resumption
     57 test-52 = 52-resumption
     58 test-53 = 53-resumption
     59 test-54 = 54-resumption
     60 test-55 = 55-resumption
     61 test-56 = 56-resumption
     62 test-57 = 57-resumption
     63 test-58 = 58-resumption
     64 test-59 = 59-resumption
     65 test-60 = 60-resumption
     66 test-61 = 61-resumption
     67 test-62 = 62-resumption
     68 test-63 = 63-resumption
     69 test-64 = 64-resumption-with-hrr
     70 test-65 = 65-resumption-when-mfl-ext-is-missing
     71 test-66 = 66-resumption-when-mfl-ext-is-different
     72 test-67 = 67-resumption-when-mfl-ext-is-correct
     73 # ===========================================================
     74 
     75 [0-resumption]
     76 ssl_conf = 0-resumption-ssl
     77 
     78 [0-resumption-ssl]
     79 server = 0-resumption-server
     80 client = 0-resumption-client
     81 resume-server = 0-resumption-resume-server
     82 resume-client = 0-resumption-client
     83 
     84 [0-resumption-server]
     85 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
     86 CipherString = DEFAULT
     87 MaxProtocol = TLSv1
     88 MinProtocol = TLSv1
     89 Options = SessionTicket
     90 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
     91 
     92 [0-resumption-resume-server]
     93 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
     94 CipherString = DEFAULT
     95 MaxProtocol = TLSv1
     96 Options = SessionTicket
     97 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
     98 
     99 [0-resumption-client]
    100 CipherString = DEFAULT
    101 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    102 VerifyMode = Peer
    103 
    104 [test-0]
    105 ExpectedProtocol = TLSv1
    106 HandshakeMode = Resume
    107 ResumptionExpected = Yes
    108 
    109 
    110 # ===========================================================
    111 
    112 [1-resumption]
    113 ssl_conf = 1-resumption-ssl
    114 
    115 [1-resumption-ssl]
    116 server = 1-resumption-server
    117 client = 1-resumption-client
    118 resume-server = 1-resumption-resume-server
    119 resume-client = 1-resumption-client
    120 
    121 [1-resumption-server]
    122 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    123 CipherString = DEFAULT
    124 MaxProtocol = TLSv1
    125 MinProtocol = TLSv1
    126 Options = -SessionTicket
    127 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    128 
    129 [1-resumption-resume-server]
    130 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    131 CipherString = DEFAULT
    132 MaxProtocol = TLSv1
    133 Options = -SessionTicket
    134 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    135 
    136 [1-resumption-client]
    137 CipherString = DEFAULT
    138 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    139 VerifyMode = Peer
    140 
    141 [test-1]
    142 ExpectedProtocol = TLSv1
    143 HandshakeMode = Resume
    144 ResumptionExpected = Yes
    145 
    146 
    147 # ===========================================================
    148 
    149 [2-resumption]
    150 ssl_conf = 2-resumption-ssl
    151 
    152 [2-resumption-ssl]
    153 server = 2-resumption-server
    154 client = 2-resumption-client
    155 resume-server = 2-resumption-resume-server
    156 resume-client = 2-resumption-client
    157 
    158 [2-resumption-server]
    159 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    160 CipherString = DEFAULT
    161 MaxProtocol = TLSv1
    162 MinProtocol = TLSv1
    163 Options = SessionTicket
    164 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    165 
    166 [2-resumption-resume-server]
    167 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    168 CipherString = DEFAULT
    169 MaxProtocol = TLSv1.1
    170 Options = SessionTicket
    171 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    172 
    173 [2-resumption-client]
    174 CipherString = DEFAULT
    175 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    176 VerifyMode = Peer
    177 
    178 [test-2]
    179 ExpectedProtocol = TLSv1.1
    180 HandshakeMode = Resume
    181 ResumptionExpected = No
    182 
    183 
    184 # ===========================================================
    185 
    186 [3-resumption]
    187 ssl_conf = 3-resumption-ssl
    188 
    189 [3-resumption-ssl]
    190 server = 3-resumption-server
    191 client = 3-resumption-client
    192 resume-server = 3-resumption-resume-server
    193 resume-client = 3-resumption-client
    194 
    195 [3-resumption-server]
    196 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    197 CipherString = DEFAULT
    198 MaxProtocol = TLSv1
    199 MinProtocol = TLSv1
    200 Options = -SessionTicket
    201 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    202 
    203 [3-resumption-resume-server]
    204 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    205 CipherString = DEFAULT
    206 MaxProtocol = TLSv1.1
    207 Options = -SessionTicket
    208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    209 
    210 [3-resumption-client]
    211 CipherString = DEFAULT
    212 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    213 VerifyMode = Peer
    214 
    215 [test-3]
    216 ExpectedProtocol = TLSv1.1
    217 HandshakeMode = Resume
    218 ResumptionExpected = No
    219 
    220 
    221 # ===========================================================
    222 
    223 [4-resumption]
    224 ssl_conf = 4-resumption-ssl
    225 
    226 [4-resumption-ssl]
    227 server = 4-resumption-server
    228 client = 4-resumption-client
    229 resume-server = 4-resumption-resume-server
    230 resume-client = 4-resumption-client
    231 
    232 [4-resumption-server]
    233 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    234 CipherString = DEFAULT
    235 MaxProtocol = TLSv1
    236 MinProtocol = TLSv1
    237 Options = SessionTicket
    238 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    239 
    240 [4-resumption-resume-server]
    241 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    242 CipherString = DEFAULT
    243 MaxProtocol = TLSv1.2
    244 Options = SessionTicket
    245 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    246 
    247 [4-resumption-client]
    248 CipherString = DEFAULT
    249 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    250 VerifyMode = Peer
    251 
    252 [test-4]
    253 ExpectedProtocol = TLSv1.2
    254 HandshakeMode = Resume
    255 ResumptionExpected = No
    256 
    257 
    258 # ===========================================================
    259 
    260 [5-resumption]
    261 ssl_conf = 5-resumption-ssl
    262 
    263 [5-resumption-ssl]
    264 server = 5-resumption-server
    265 client = 5-resumption-client
    266 resume-server = 5-resumption-resume-server
    267 resume-client = 5-resumption-client
    268 
    269 [5-resumption-server]
    270 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    271 CipherString = DEFAULT
    272 MaxProtocol = TLSv1
    273 MinProtocol = TLSv1
    274 Options = -SessionTicket
    275 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    276 
    277 [5-resumption-resume-server]
    278 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    279 CipherString = DEFAULT
    280 MaxProtocol = TLSv1.2
    281 Options = -SessionTicket
    282 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    283 
    284 [5-resumption-client]
    285 CipherString = DEFAULT
    286 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    287 VerifyMode = Peer
    288 
    289 [test-5]
    290 ExpectedProtocol = TLSv1.2
    291 HandshakeMode = Resume
    292 ResumptionExpected = No
    293 
    294 
    295 # ===========================================================
    296 
    297 [6-resumption]
    298 ssl_conf = 6-resumption-ssl
    299 
    300 [6-resumption-ssl]
    301 server = 6-resumption-server
    302 client = 6-resumption-client
    303 resume-server = 6-resumption-resume-server
    304 resume-client = 6-resumption-client
    305 
    306 [6-resumption-server]
    307 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    308 CipherString = DEFAULT
    309 MaxProtocol = TLSv1
    310 MinProtocol = TLSv1
    311 Options = SessionTicket
    312 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    313 
    314 [6-resumption-resume-server]
    315 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    316 CipherString = DEFAULT
    317 MaxProtocol = TLSv1.3
    318 Options = SessionTicket
    319 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    320 
    321 [6-resumption-client]
    322 CipherString = DEFAULT
    323 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    324 VerifyMode = Peer
    325 
    326 [test-6]
    327 ExpectedProtocol = TLSv1.3
    328 HandshakeMode = Resume
    329 ResumptionExpected = No
    330 
    331 
    332 # ===========================================================
    333 
    334 [7-resumption]
    335 ssl_conf = 7-resumption-ssl
    336 
    337 [7-resumption-ssl]
    338 server = 7-resumption-server
    339 client = 7-resumption-client
    340 resume-server = 7-resumption-resume-server
    341 resume-client = 7-resumption-client
    342 
    343 [7-resumption-server]
    344 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    345 CipherString = DEFAULT
    346 MaxProtocol = TLSv1
    347 MinProtocol = TLSv1
    348 Options = -SessionTicket
    349 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    350 
    351 [7-resumption-resume-server]
    352 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    353 CipherString = DEFAULT
    354 MaxProtocol = TLSv1.3
    355 Options = -SessionTicket
    356 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    357 
    358 [7-resumption-client]
    359 CipherString = DEFAULT
    360 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    361 VerifyMode = Peer
    362 
    363 [test-7]
    364 ExpectedProtocol = TLSv1.3
    365 HandshakeMode = Resume
    366 ResumptionExpected = No
    367 
    368 
    369 # ===========================================================
    370 
    371 [8-resumption]
    372 ssl_conf = 8-resumption-ssl
    373 
    374 [8-resumption-ssl]
    375 server = 8-resumption-server
    376 client = 8-resumption-client
    377 resume-server = 8-resumption-resume-server
    378 resume-client = 8-resumption-client
    379 
    380 [8-resumption-server]
    381 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    382 CipherString = DEFAULT
    383 MaxProtocol = TLSv1.1
    384 MinProtocol = TLSv1.1
    385 Options = SessionTicket
    386 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    387 
    388 [8-resumption-resume-server]
    389 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    390 CipherString = DEFAULT
    391 MaxProtocol = TLSv1
    392 Options = SessionTicket
    393 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    394 
    395 [8-resumption-client]
    396 CipherString = DEFAULT
    397 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    398 VerifyMode = Peer
    399 
    400 [test-8]
    401 ExpectedProtocol = TLSv1
    402 HandshakeMode = Resume
    403 ResumptionExpected = No
    404 
    405 
    406 # ===========================================================
    407 
    408 [9-resumption]
    409 ssl_conf = 9-resumption-ssl
    410 
    411 [9-resumption-ssl]
    412 server = 9-resumption-server
    413 client = 9-resumption-client
    414 resume-server = 9-resumption-resume-server
    415 resume-client = 9-resumption-client
    416 
    417 [9-resumption-server]
    418 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    419 CipherString = DEFAULT
    420 MaxProtocol = TLSv1.1
    421 MinProtocol = TLSv1.1
    422 Options = -SessionTicket
    423 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    424 
    425 [9-resumption-resume-server]
    426 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    427 CipherString = DEFAULT
    428 MaxProtocol = TLSv1
    429 Options = -SessionTicket
    430 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    431 
    432 [9-resumption-client]
    433 CipherString = DEFAULT
    434 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    435 VerifyMode = Peer
    436 
    437 [test-9]
    438 ExpectedProtocol = TLSv1
    439 HandshakeMode = Resume
    440 ResumptionExpected = No
    441 
    442 
    443 # ===========================================================
    444 
    445 [10-resumption]
    446 ssl_conf = 10-resumption-ssl
    447 
    448 [10-resumption-ssl]
    449 server = 10-resumption-server
    450 client = 10-resumption-client
    451 resume-server = 10-resumption-resume-server
    452 resume-client = 10-resumption-client
    453 
    454 [10-resumption-server]
    455 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    456 CipherString = DEFAULT
    457 MaxProtocol = TLSv1.1
    458 MinProtocol = TLSv1.1
    459 Options = SessionTicket
    460 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    461 
    462 [10-resumption-resume-server]
    463 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    464 CipherString = DEFAULT
    465 MaxProtocol = TLSv1.1
    466 Options = SessionTicket
    467 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    468 
    469 [10-resumption-client]
    470 CipherString = DEFAULT
    471 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    472 VerifyMode = Peer
    473 
    474 [test-10]
    475 ExpectedProtocol = TLSv1.1
    476 HandshakeMode = Resume
    477 ResumptionExpected = Yes
    478 
    479 
    480 # ===========================================================
    481 
    482 [11-resumption]
    483 ssl_conf = 11-resumption-ssl
    484 
    485 [11-resumption-ssl]
    486 server = 11-resumption-server
    487 client = 11-resumption-client
    488 resume-server = 11-resumption-resume-server
    489 resume-client = 11-resumption-client
    490 
    491 [11-resumption-server]
    492 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    493 CipherString = DEFAULT
    494 MaxProtocol = TLSv1.1
    495 MinProtocol = TLSv1.1
    496 Options = -SessionTicket
    497 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    498 
    499 [11-resumption-resume-server]
    500 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    501 CipherString = DEFAULT
    502 MaxProtocol = TLSv1.1
    503 Options = -SessionTicket
    504 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    505 
    506 [11-resumption-client]
    507 CipherString = DEFAULT
    508 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    509 VerifyMode = Peer
    510 
    511 [test-11]
    512 ExpectedProtocol = TLSv1.1
    513 HandshakeMode = Resume
    514 ResumptionExpected = Yes
    515 
    516 
    517 # ===========================================================
    518 
    519 [12-resumption]
    520 ssl_conf = 12-resumption-ssl
    521 
    522 [12-resumption-ssl]
    523 server = 12-resumption-server
    524 client = 12-resumption-client
    525 resume-server = 12-resumption-resume-server
    526 resume-client = 12-resumption-client
    527 
    528 [12-resumption-server]
    529 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    530 CipherString = DEFAULT
    531 MaxProtocol = TLSv1.1
    532 MinProtocol = TLSv1.1
    533 Options = SessionTicket
    534 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    535 
    536 [12-resumption-resume-server]
    537 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    538 CipherString = DEFAULT
    539 MaxProtocol = TLSv1.2
    540 Options = SessionTicket
    541 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    542 
    543 [12-resumption-client]
    544 CipherString = DEFAULT
    545 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    546 VerifyMode = Peer
    547 
    548 [test-12]
    549 ExpectedProtocol = TLSv1.2
    550 HandshakeMode = Resume
    551 ResumptionExpected = No
    552 
    553 
    554 # ===========================================================
    555 
    556 [13-resumption]
    557 ssl_conf = 13-resumption-ssl
    558 
    559 [13-resumption-ssl]
    560 server = 13-resumption-server
    561 client = 13-resumption-client
    562 resume-server = 13-resumption-resume-server
    563 resume-client = 13-resumption-client
    564 
    565 [13-resumption-server]
    566 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    567 CipherString = DEFAULT
    568 MaxProtocol = TLSv1.1
    569 MinProtocol = TLSv1.1
    570 Options = -SessionTicket
    571 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    572 
    573 [13-resumption-resume-server]
    574 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    575 CipherString = DEFAULT
    576 MaxProtocol = TLSv1.2
    577 Options = -SessionTicket
    578 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    579 
    580 [13-resumption-client]
    581 CipherString = DEFAULT
    582 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    583 VerifyMode = Peer
    584 
    585 [test-13]
    586 ExpectedProtocol = TLSv1.2
    587 HandshakeMode = Resume
    588 ResumptionExpected = No
    589 
    590 
    591 # ===========================================================
    592 
    593 [14-resumption]
    594 ssl_conf = 14-resumption-ssl
    595 
    596 [14-resumption-ssl]
    597 server = 14-resumption-server
    598 client = 14-resumption-client
    599 resume-server = 14-resumption-resume-server
    600 resume-client = 14-resumption-client
    601 
    602 [14-resumption-server]
    603 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    604 CipherString = DEFAULT
    605 MaxProtocol = TLSv1.1
    606 MinProtocol = TLSv1.1
    607 Options = SessionTicket
    608 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    609 
    610 [14-resumption-resume-server]
    611 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    612 CipherString = DEFAULT
    613 MaxProtocol = TLSv1.3
    614 Options = SessionTicket
    615 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    616 
    617 [14-resumption-client]
    618 CipherString = DEFAULT
    619 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    620 VerifyMode = Peer
    621 
    622 [test-14]
    623 ExpectedProtocol = TLSv1.3
    624 HandshakeMode = Resume
    625 ResumptionExpected = No
    626 
    627 
    628 # ===========================================================
    629 
    630 [15-resumption]
    631 ssl_conf = 15-resumption-ssl
    632 
    633 [15-resumption-ssl]
    634 server = 15-resumption-server
    635 client = 15-resumption-client
    636 resume-server = 15-resumption-resume-server
    637 resume-client = 15-resumption-client
    638 
    639 [15-resumption-server]
    640 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    641 CipherString = DEFAULT
    642 MaxProtocol = TLSv1.1
    643 MinProtocol = TLSv1.1
    644 Options = -SessionTicket
    645 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    646 
    647 [15-resumption-resume-server]
    648 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    649 CipherString = DEFAULT
    650 MaxProtocol = TLSv1.3
    651 Options = -SessionTicket
    652 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    653 
    654 [15-resumption-client]
    655 CipherString = DEFAULT
    656 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    657 VerifyMode = Peer
    658 
    659 [test-15]
    660 ExpectedProtocol = TLSv1.3
    661 HandshakeMode = Resume
    662 ResumptionExpected = No
    663 
    664 
    665 # ===========================================================
    666 
    667 [16-resumption]
    668 ssl_conf = 16-resumption-ssl
    669 
    670 [16-resumption-ssl]
    671 server = 16-resumption-server
    672 client = 16-resumption-client
    673 resume-server = 16-resumption-resume-server
    674 resume-client = 16-resumption-client
    675 
    676 [16-resumption-server]
    677 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    678 CipherString = DEFAULT
    679 MaxProtocol = TLSv1.2
    680 MinProtocol = TLSv1.2
    681 Options = SessionTicket
    682 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    683 
    684 [16-resumption-resume-server]
    685 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    686 CipherString = DEFAULT
    687 MaxProtocol = TLSv1
    688 Options = SessionTicket
    689 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    690 
    691 [16-resumption-client]
    692 CipherString = DEFAULT
    693 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    694 VerifyMode = Peer
    695 
    696 [test-16]
    697 ExpectedProtocol = TLSv1
    698 HandshakeMode = Resume
    699 ResumptionExpected = No
    700 
    701 
    702 # ===========================================================
    703 
    704 [17-resumption]
    705 ssl_conf = 17-resumption-ssl
    706 
    707 [17-resumption-ssl]
    708 server = 17-resumption-server
    709 client = 17-resumption-client
    710 resume-server = 17-resumption-resume-server
    711 resume-client = 17-resumption-client
    712 
    713 [17-resumption-server]
    714 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    715 CipherString = DEFAULT
    716 MaxProtocol = TLSv1.2
    717 MinProtocol = TLSv1.2
    718 Options = -SessionTicket
    719 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    720 
    721 [17-resumption-resume-server]
    722 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    723 CipherString = DEFAULT
    724 MaxProtocol = TLSv1
    725 Options = -SessionTicket
    726 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    727 
    728 [17-resumption-client]
    729 CipherString = DEFAULT
    730 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    731 VerifyMode = Peer
    732 
    733 [test-17]
    734 ExpectedProtocol = TLSv1
    735 HandshakeMode = Resume
    736 ResumptionExpected = No
    737 
    738 
    739 # ===========================================================
    740 
    741 [18-resumption]
    742 ssl_conf = 18-resumption-ssl
    743 
    744 [18-resumption-ssl]
    745 server = 18-resumption-server
    746 client = 18-resumption-client
    747 resume-server = 18-resumption-resume-server
    748 resume-client = 18-resumption-client
    749 
    750 [18-resumption-server]
    751 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    752 CipherString = DEFAULT
    753 MaxProtocol = TLSv1.2
    754 MinProtocol = TLSv1.2
    755 Options = SessionTicket
    756 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    757 
    758 [18-resumption-resume-server]
    759 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    760 CipherString = DEFAULT
    761 MaxProtocol = TLSv1.1
    762 Options = SessionTicket
    763 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    764 
    765 [18-resumption-client]
    766 CipherString = DEFAULT
    767 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    768 VerifyMode = Peer
    769 
    770 [test-18]
    771 ExpectedProtocol = TLSv1.1
    772 HandshakeMode = Resume
    773 ResumptionExpected = No
    774 
    775 
    776 # ===========================================================
    777 
    778 [19-resumption]
    779 ssl_conf = 19-resumption-ssl
    780 
    781 [19-resumption-ssl]
    782 server = 19-resumption-server
    783 client = 19-resumption-client
    784 resume-server = 19-resumption-resume-server
    785 resume-client = 19-resumption-client
    786 
    787 [19-resumption-server]
    788 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    789 CipherString = DEFAULT
    790 MaxProtocol = TLSv1.2
    791 MinProtocol = TLSv1.2
    792 Options = -SessionTicket
    793 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    794 
    795 [19-resumption-resume-server]
    796 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    797 CipherString = DEFAULT
    798 MaxProtocol = TLSv1.1
    799 Options = -SessionTicket
    800 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    801 
    802 [19-resumption-client]
    803 CipherString = DEFAULT
    804 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    805 VerifyMode = Peer
    806 
    807 [test-19]
    808 ExpectedProtocol = TLSv1.1
    809 HandshakeMode = Resume
    810 ResumptionExpected = No
    811 
    812 
    813 # ===========================================================
    814 
    815 [20-resumption]
    816 ssl_conf = 20-resumption-ssl
    817 
    818 [20-resumption-ssl]
    819 server = 20-resumption-server
    820 client = 20-resumption-client
    821 resume-server = 20-resumption-resume-server
    822 resume-client = 20-resumption-client
    823 
    824 [20-resumption-server]
    825 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    826 CipherString = DEFAULT
    827 MaxProtocol = TLSv1.2
    828 MinProtocol = TLSv1.2
    829 Options = SessionTicket
    830 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    831 
    832 [20-resumption-resume-server]
    833 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    834 CipherString = DEFAULT
    835 MaxProtocol = TLSv1.2
    836 Options = SessionTicket
    837 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    838 
    839 [20-resumption-client]
    840 CipherString = DEFAULT
    841 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    842 VerifyMode = Peer
    843 
    844 [test-20]
    845 ExpectedProtocol = TLSv1.2
    846 HandshakeMode = Resume
    847 ResumptionExpected = Yes
    848 
    849 
    850 # ===========================================================
    851 
    852 [21-resumption]
    853 ssl_conf = 21-resumption-ssl
    854 
    855 [21-resumption-ssl]
    856 server = 21-resumption-server
    857 client = 21-resumption-client
    858 resume-server = 21-resumption-resume-server
    859 resume-client = 21-resumption-client
    860 
    861 [21-resumption-server]
    862 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    863 CipherString = DEFAULT
    864 MaxProtocol = TLSv1.2
    865 MinProtocol = TLSv1.2
    866 Options = -SessionTicket
    867 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    868 
    869 [21-resumption-resume-server]
    870 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    871 CipherString = DEFAULT
    872 MaxProtocol = TLSv1.2
    873 Options = -SessionTicket
    874 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    875 
    876 [21-resumption-client]
    877 CipherString = DEFAULT
    878 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    879 VerifyMode = Peer
    880 
    881 [test-21]
    882 ExpectedProtocol = TLSv1.2
    883 HandshakeMode = Resume
    884 ResumptionExpected = Yes
    885 
    886 
    887 # ===========================================================
    888 
    889 [22-resumption]
    890 ssl_conf = 22-resumption-ssl
    891 
    892 [22-resumption-ssl]
    893 server = 22-resumption-server
    894 client = 22-resumption-client
    895 resume-server = 22-resumption-resume-server
    896 resume-client = 22-resumption-client
    897 
    898 [22-resumption-server]
    899 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    900 CipherString = DEFAULT
    901 MaxProtocol = TLSv1.2
    902 MinProtocol = TLSv1.2
    903 Options = SessionTicket
    904 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    905 
    906 [22-resumption-resume-server]
    907 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    908 CipherString = DEFAULT
    909 MaxProtocol = TLSv1.3
    910 Options = SessionTicket
    911 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    912 
    913 [22-resumption-client]
    914 CipherString = DEFAULT
    915 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    916 VerifyMode = Peer
    917 
    918 [test-22]
    919 ExpectedProtocol = TLSv1.3
    920 HandshakeMode = Resume
    921 ResumptionExpected = No
    922 
    923 
    924 # ===========================================================
    925 
    926 [23-resumption]
    927 ssl_conf = 23-resumption-ssl
    928 
    929 [23-resumption-ssl]
    930 server = 23-resumption-server
    931 client = 23-resumption-client
    932 resume-server = 23-resumption-resume-server
    933 resume-client = 23-resumption-client
    934 
    935 [23-resumption-server]
    936 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    937 CipherString = DEFAULT
    938 MaxProtocol = TLSv1.2
    939 MinProtocol = TLSv1.2
    940 Options = -SessionTicket
    941 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    942 
    943 [23-resumption-resume-server]
    944 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    945 CipherString = DEFAULT
    946 MaxProtocol = TLSv1.3
    947 Options = -SessionTicket
    948 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    949 
    950 [23-resumption-client]
    951 CipherString = DEFAULT
    952 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    953 VerifyMode = Peer
    954 
    955 [test-23]
    956 ExpectedProtocol = TLSv1.3
    957 HandshakeMode = Resume
    958 ResumptionExpected = No
    959 
    960 
    961 # ===========================================================
    962 
    963 [24-resumption]
    964 ssl_conf = 24-resumption-ssl
    965 
    966 [24-resumption-ssl]
    967 server = 24-resumption-server
    968 client = 24-resumption-client
    969 resume-server = 24-resumption-resume-server
    970 resume-client = 24-resumption-client
    971 
    972 [24-resumption-server]
    973 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    974 CipherString = DEFAULT
    975 MaxProtocol = TLSv1.3
    976 MinProtocol = TLSv1.3
    977 Options = SessionTicket
    978 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    979 
    980 [24-resumption-resume-server]
    981 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    982 CipherString = DEFAULT
    983 MaxProtocol = TLSv1
    984 Options = SessionTicket
    985 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    986 
    987 [24-resumption-client]
    988 CipherString = DEFAULT
    989 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    990 VerifyMode = Peer
    991 
    992 [test-24]
    993 ExpectedProtocol = TLSv1
    994 HandshakeMode = Resume
    995 ResumptionExpected = No
    996 
    997 
    998 # ===========================================================
    999 
   1000 [25-resumption]
   1001 ssl_conf = 25-resumption-ssl
   1002 
   1003 [25-resumption-ssl]
   1004 server = 25-resumption-server
   1005 client = 25-resumption-client
   1006 resume-server = 25-resumption-resume-server
   1007 resume-client = 25-resumption-client
   1008 
   1009 [25-resumption-server]
   1010 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1011 CipherString = DEFAULT
   1012 MaxProtocol = TLSv1.3
   1013 MinProtocol = TLSv1.3
   1014 Options = -SessionTicket
   1015 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1016 
   1017 [25-resumption-resume-server]
   1018 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1019 CipherString = DEFAULT
   1020 MaxProtocol = TLSv1
   1021 Options = -SessionTicket
   1022 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1023 
   1024 [25-resumption-client]
   1025 CipherString = DEFAULT
   1026 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1027 VerifyMode = Peer
   1028 
   1029 [test-25]
   1030 ExpectedProtocol = TLSv1
   1031 HandshakeMode = Resume
   1032 ResumptionExpected = No
   1033 
   1034 
   1035 # ===========================================================
   1036 
   1037 [26-resumption]
   1038 ssl_conf = 26-resumption-ssl
   1039 
   1040 [26-resumption-ssl]
   1041 server = 26-resumption-server
   1042 client = 26-resumption-client
   1043 resume-server = 26-resumption-resume-server
   1044 resume-client = 26-resumption-client
   1045 
   1046 [26-resumption-server]
   1047 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1048 CipherString = DEFAULT
   1049 MaxProtocol = TLSv1.3
   1050 MinProtocol = TLSv1.3
   1051 Options = SessionTicket
   1052 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1053 
   1054 [26-resumption-resume-server]
   1055 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1056 CipherString = DEFAULT
   1057 MaxProtocol = TLSv1.1
   1058 Options = SessionTicket
   1059 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1060 
   1061 [26-resumption-client]
   1062 CipherString = DEFAULT
   1063 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1064 VerifyMode = Peer
   1065 
   1066 [test-26]
   1067 ExpectedProtocol = TLSv1.1
   1068 HandshakeMode = Resume
   1069 ResumptionExpected = No
   1070 
   1071 
   1072 # ===========================================================
   1073 
   1074 [27-resumption]
   1075 ssl_conf = 27-resumption-ssl
   1076 
   1077 [27-resumption-ssl]
   1078 server = 27-resumption-server
   1079 client = 27-resumption-client
   1080 resume-server = 27-resumption-resume-server
   1081 resume-client = 27-resumption-client
   1082 
   1083 [27-resumption-server]
   1084 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1085 CipherString = DEFAULT
   1086 MaxProtocol = TLSv1.3
   1087 MinProtocol = TLSv1.3
   1088 Options = -SessionTicket
   1089 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1090 
   1091 [27-resumption-resume-server]
   1092 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1093 CipherString = DEFAULT
   1094 MaxProtocol = TLSv1.1
   1095 Options = -SessionTicket
   1096 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1097 
   1098 [27-resumption-client]
   1099 CipherString = DEFAULT
   1100 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1101 VerifyMode = Peer
   1102 
   1103 [test-27]
   1104 ExpectedProtocol = TLSv1.1
   1105 HandshakeMode = Resume
   1106 ResumptionExpected = No
   1107 
   1108 
   1109 # ===========================================================
   1110 
   1111 [28-resumption]
   1112 ssl_conf = 28-resumption-ssl
   1113 
   1114 [28-resumption-ssl]
   1115 server = 28-resumption-server
   1116 client = 28-resumption-client
   1117 resume-server = 28-resumption-resume-server
   1118 resume-client = 28-resumption-client
   1119 
   1120 [28-resumption-server]
   1121 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1122 CipherString = DEFAULT
   1123 MaxProtocol = TLSv1.3
   1124 MinProtocol = TLSv1.3
   1125 Options = SessionTicket
   1126 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1127 
   1128 [28-resumption-resume-server]
   1129 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1130 CipherString = DEFAULT
   1131 MaxProtocol = TLSv1.2
   1132 Options = SessionTicket
   1133 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1134 
   1135 [28-resumption-client]
   1136 CipherString = DEFAULT
   1137 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1138 VerifyMode = Peer
   1139 
   1140 [test-28]
   1141 ExpectedProtocol = TLSv1.2
   1142 HandshakeMode = Resume
   1143 ResumptionExpected = No
   1144 
   1145 
   1146 # ===========================================================
   1147 
   1148 [29-resumption]
   1149 ssl_conf = 29-resumption-ssl
   1150 
   1151 [29-resumption-ssl]
   1152 server = 29-resumption-server
   1153 client = 29-resumption-client
   1154 resume-server = 29-resumption-resume-server
   1155 resume-client = 29-resumption-client
   1156 
   1157 [29-resumption-server]
   1158 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1159 CipherString = DEFAULT
   1160 MaxProtocol = TLSv1.3
   1161 MinProtocol = TLSv1.3
   1162 Options = -SessionTicket
   1163 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1164 
   1165 [29-resumption-resume-server]
   1166 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1167 CipherString = DEFAULT
   1168 MaxProtocol = TLSv1.2
   1169 Options = -SessionTicket
   1170 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1171 
   1172 [29-resumption-client]
   1173 CipherString = DEFAULT
   1174 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1175 VerifyMode = Peer
   1176 
   1177 [test-29]
   1178 ExpectedProtocol = TLSv1.2
   1179 HandshakeMode = Resume
   1180 ResumptionExpected = No
   1181 
   1182 
   1183 # ===========================================================
   1184 
   1185 [30-resumption]
   1186 ssl_conf = 30-resumption-ssl
   1187 
   1188 [30-resumption-ssl]
   1189 server = 30-resumption-server
   1190 client = 30-resumption-client
   1191 resume-server = 30-resumption-resume-server
   1192 resume-client = 30-resumption-client
   1193 
   1194 [30-resumption-server]
   1195 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1196 CipherString = DEFAULT
   1197 MaxProtocol = TLSv1.3
   1198 MinProtocol = TLSv1.3
   1199 Options = SessionTicket
   1200 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1201 
   1202 [30-resumption-resume-server]
   1203 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1204 CipherString = DEFAULT
   1205 MaxProtocol = TLSv1.3
   1206 Options = SessionTicket
   1207 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1208 
   1209 [30-resumption-client]
   1210 CipherString = DEFAULT
   1211 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1212 VerifyMode = Peer
   1213 
   1214 [test-30]
   1215 ExpectedProtocol = TLSv1.3
   1216 HandshakeMode = Resume
   1217 ResumptionExpected = Yes
   1218 
   1219 
   1220 # ===========================================================
   1221 
   1222 [31-resumption]
   1223 ssl_conf = 31-resumption-ssl
   1224 
   1225 [31-resumption-ssl]
   1226 server = 31-resumption-server
   1227 client = 31-resumption-client
   1228 resume-server = 31-resumption-resume-server
   1229 resume-client = 31-resumption-client
   1230 
   1231 [31-resumption-server]
   1232 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1233 CipherString = DEFAULT
   1234 MaxProtocol = TLSv1.3
   1235 MinProtocol = TLSv1.3
   1236 Options = -SessionTicket
   1237 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1238 
   1239 [31-resumption-resume-server]
   1240 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1241 CipherString = DEFAULT
   1242 MaxProtocol = TLSv1.3
   1243 Options = -SessionTicket
   1244 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1245 
   1246 [31-resumption-client]
   1247 CipherString = DEFAULT
   1248 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1249 VerifyMode = Peer
   1250 
   1251 [test-31]
   1252 ExpectedProtocol = TLSv1.3
   1253 HandshakeMode = Resume
   1254 ResumptionExpected = Yes
   1255 
   1256 
   1257 # ===========================================================
   1258 
   1259 [32-resumption]
   1260 ssl_conf = 32-resumption-ssl
   1261 
   1262 [32-resumption-ssl]
   1263 server = 32-resumption-server
   1264 client = 32-resumption-client
   1265 resume-server = 32-resumption-server
   1266 resume-client = 32-resumption-resume-client
   1267 
   1268 [32-resumption-server]
   1269 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1270 CipherString = DEFAULT
   1271 Options = SessionTicket
   1272 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1273 
   1274 [32-resumption-client]
   1275 CipherString = DEFAULT
   1276 MaxProtocol = TLSv1
   1277 MinProtocol = TLSv1
   1278 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1279 VerifyMode = Peer
   1280 
   1281 [32-resumption-resume-client]
   1282 CipherString = DEFAULT
   1283 MaxProtocol = TLSv1
   1284 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1285 VerifyMode = Peer
   1286 
   1287 [test-32]
   1288 ExpectedProtocol = TLSv1
   1289 HandshakeMode = Resume
   1290 ResumptionExpected = Yes
   1291 
   1292 
   1293 # ===========================================================
   1294 
   1295 [33-resumption]
   1296 ssl_conf = 33-resumption-ssl
   1297 
   1298 [33-resumption-ssl]
   1299 server = 33-resumption-server
   1300 client = 33-resumption-client
   1301 resume-server = 33-resumption-server
   1302 resume-client = 33-resumption-resume-client
   1303 
   1304 [33-resumption-server]
   1305 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1306 CipherString = DEFAULT
   1307 Options = -SessionTicket
   1308 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1309 
   1310 [33-resumption-client]
   1311 CipherString = DEFAULT
   1312 MaxProtocol = TLSv1
   1313 MinProtocol = TLSv1
   1314 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1315 VerifyMode = Peer
   1316 
   1317 [33-resumption-resume-client]
   1318 CipherString = DEFAULT
   1319 MaxProtocol = TLSv1
   1320 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1321 VerifyMode = Peer
   1322 
   1323 [test-33]
   1324 ExpectedProtocol = TLSv1
   1325 HandshakeMode = Resume
   1326 ResumptionExpected = Yes
   1327 
   1328 
   1329 # ===========================================================
   1330 
   1331 [34-resumption]
   1332 ssl_conf = 34-resumption-ssl
   1333 
   1334 [34-resumption-ssl]
   1335 server = 34-resumption-server
   1336 client = 34-resumption-client
   1337 resume-server = 34-resumption-server
   1338 resume-client = 34-resumption-resume-client
   1339 
   1340 [34-resumption-server]
   1341 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1342 CipherString = DEFAULT
   1343 Options = SessionTicket
   1344 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1345 
   1346 [34-resumption-client]
   1347 CipherString = DEFAULT
   1348 MaxProtocol = TLSv1
   1349 MinProtocol = TLSv1
   1350 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1351 VerifyMode = Peer
   1352 
   1353 [34-resumption-resume-client]
   1354 CipherString = DEFAULT
   1355 MaxProtocol = TLSv1.1
   1356 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1357 VerifyMode = Peer
   1358 
   1359 [test-34]
   1360 ExpectedProtocol = TLSv1.1
   1361 HandshakeMode = Resume
   1362 ResumptionExpected = No
   1363 
   1364 
   1365 # ===========================================================
   1366 
   1367 [35-resumption]
   1368 ssl_conf = 35-resumption-ssl
   1369 
   1370 [35-resumption-ssl]
   1371 server = 35-resumption-server
   1372 client = 35-resumption-client
   1373 resume-server = 35-resumption-server
   1374 resume-client = 35-resumption-resume-client
   1375 
   1376 [35-resumption-server]
   1377 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1378 CipherString = DEFAULT
   1379 Options = -SessionTicket
   1380 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1381 
   1382 [35-resumption-client]
   1383 CipherString = DEFAULT
   1384 MaxProtocol = TLSv1
   1385 MinProtocol = TLSv1
   1386 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1387 VerifyMode = Peer
   1388 
   1389 [35-resumption-resume-client]
   1390 CipherString = DEFAULT
   1391 MaxProtocol = TLSv1.1
   1392 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1393 VerifyMode = Peer
   1394 
   1395 [test-35]
   1396 ExpectedProtocol = TLSv1.1
   1397 HandshakeMode = Resume
   1398 ResumptionExpected = No
   1399 
   1400 
   1401 # ===========================================================
   1402 
   1403 [36-resumption]
   1404 ssl_conf = 36-resumption-ssl
   1405 
   1406 [36-resumption-ssl]
   1407 server = 36-resumption-server
   1408 client = 36-resumption-client
   1409 resume-server = 36-resumption-server
   1410 resume-client = 36-resumption-resume-client
   1411 
   1412 [36-resumption-server]
   1413 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1414 CipherString = DEFAULT
   1415 Options = SessionTicket
   1416 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1417 
   1418 [36-resumption-client]
   1419 CipherString = DEFAULT
   1420 MaxProtocol = TLSv1
   1421 MinProtocol = TLSv1
   1422 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1423 VerifyMode = Peer
   1424 
   1425 [36-resumption-resume-client]
   1426 CipherString = DEFAULT
   1427 MaxProtocol = TLSv1.2
   1428 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1429 VerifyMode = Peer
   1430 
   1431 [test-36]
   1432 ExpectedProtocol = TLSv1.2
   1433 HandshakeMode = Resume
   1434 ResumptionExpected = No
   1435 
   1436 
   1437 # ===========================================================
   1438 
   1439 [37-resumption]
   1440 ssl_conf = 37-resumption-ssl
   1441 
   1442 [37-resumption-ssl]
   1443 server = 37-resumption-server
   1444 client = 37-resumption-client
   1445 resume-server = 37-resumption-server
   1446 resume-client = 37-resumption-resume-client
   1447 
   1448 [37-resumption-server]
   1449 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1450 CipherString = DEFAULT
   1451 Options = -SessionTicket
   1452 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1453 
   1454 [37-resumption-client]
   1455 CipherString = DEFAULT
   1456 MaxProtocol = TLSv1
   1457 MinProtocol = TLSv1
   1458 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1459 VerifyMode = Peer
   1460 
   1461 [37-resumption-resume-client]
   1462 CipherString = DEFAULT
   1463 MaxProtocol = TLSv1.2
   1464 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1465 VerifyMode = Peer
   1466 
   1467 [test-37]
   1468 ExpectedProtocol = TLSv1.2
   1469 HandshakeMode = Resume
   1470 ResumptionExpected = No
   1471 
   1472 
   1473 # ===========================================================
   1474 
   1475 [38-resumption]
   1476 ssl_conf = 38-resumption-ssl
   1477 
   1478 [38-resumption-ssl]
   1479 server = 38-resumption-server
   1480 client = 38-resumption-client
   1481 resume-server = 38-resumption-server
   1482 resume-client = 38-resumption-resume-client
   1483 
   1484 [38-resumption-server]
   1485 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1486 CipherString = DEFAULT
   1487 Options = SessionTicket
   1488 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1489 
   1490 [38-resumption-client]
   1491 CipherString = DEFAULT
   1492 MaxProtocol = TLSv1
   1493 MinProtocol = TLSv1
   1494 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1495 VerifyMode = Peer
   1496 
   1497 [38-resumption-resume-client]
   1498 CipherString = DEFAULT
   1499 MaxProtocol = TLSv1.3
   1500 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1501 VerifyMode = Peer
   1502 
   1503 [test-38]
   1504 ExpectedProtocol = TLSv1.3
   1505 HandshakeMode = Resume
   1506 ResumptionExpected = No
   1507 
   1508 
   1509 # ===========================================================
   1510 
   1511 [39-resumption]
   1512 ssl_conf = 39-resumption-ssl
   1513 
   1514 [39-resumption-ssl]
   1515 server = 39-resumption-server
   1516 client = 39-resumption-client
   1517 resume-server = 39-resumption-server
   1518 resume-client = 39-resumption-resume-client
   1519 
   1520 [39-resumption-server]
   1521 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1522 CipherString = DEFAULT
   1523 Options = -SessionTicket
   1524 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1525 
   1526 [39-resumption-client]
   1527 CipherString = DEFAULT
   1528 MaxProtocol = TLSv1
   1529 MinProtocol = TLSv1
   1530 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1531 VerifyMode = Peer
   1532 
   1533 [39-resumption-resume-client]
   1534 CipherString = DEFAULT
   1535 MaxProtocol = TLSv1.3
   1536 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1537 VerifyMode = Peer
   1538 
   1539 [test-39]
   1540 ExpectedProtocol = TLSv1.3
   1541 HandshakeMode = Resume
   1542 ResumptionExpected = No
   1543 
   1544 
   1545 # ===========================================================
   1546 
   1547 [40-resumption]
   1548 ssl_conf = 40-resumption-ssl
   1549 
   1550 [40-resumption-ssl]
   1551 server = 40-resumption-server
   1552 client = 40-resumption-client
   1553 resume-server = 40-resumption-server
   1554 resume-client = 40-resumption-resume-client
   1555 
   1556 [40-resumption-server]
   1557 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1558 CipherString = DEFAULT
   1559 Options = SessionTicket
   1560 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1561 
   1562 [40-resumption-client]
   1563 CipherString = DEFAULT
   1564 MaxProtocol = TLSv1.1
   1565 MinProtocol = TLSv1.1
   1566 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1567 VerifyMode = Peer
   1568 
   1569 [40-resumption-resume-client]
   1570 CipherString = DEFAULT
   1571 MaxProtocol = TLSv1
   1572 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1573 VerifyMode = Peer
   1574 
   1575 [test-40]
   1576 ExpectedProtocol = TLSv1
   1577 HandshakeMode = Resume
   1578 ResumptionExpected = No
   1579 
   1580 
   1581 # ===========================================================
   1582 
   1583 [41-resumption]
   1584 ssl_conf = 41-resumption-ssl
   1585 
   1586 [41-resumption-ssl]
   1587 server = 41-resumption-server
   1588 client = 41-resumption-client
   1589 resume-server = 41-resumption-server
   1590 resume-client = 41-resumption-resume-client
   1591 
   1592 [41-resumption-server]
   1593 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1594 CipherString = DEFAULT
   1595 Options = -SessionTicket
   1596 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1597 
   1598 [41-resumption-client]
   1599 CipherString = DEFAULT
   1600 MaxProtocol = TLSv1.1
   1601 MinProtocol = TLSv1.1
   1602 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1603 VerifyMode = Peer
   1604 
   1605 [41-resumption-resume-client]
   1606 CipherString = DEFAULT
   1607 MaxProtocol = TLSv1
   1608 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1609 VerifyMode = Peer
   1610 
   1611 [test-41]
   1612 ExpectedProtocol = TLSv1
   1613 HandshakeMode = Resume
   1614 ResumptionExpected = No
   1615 
   1616 
   1617 # ===========================================================
   1618 
   1619 [42-resumption]
   1620 ssl_conf = 42-resumption-ssl
   1621 
   1622 [42-resumption-ssl]
   1623 server = 42-resumption-server
   1624 client = 42-resumption-client
   1625 resume-server = 42-resumption-server
   1626 resume-client = 42-resumption-resume-client
   1627 
   1628 [42-resumption-server]
   1629 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1630 CipherString = DEFAULT
   1631 Options = SessionTicket
   1632 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1633 
   1634 [42-resumption-client]
   1635 CipherString = DEFAULT
   1636 MaxProtocol = TLSv1.1
   1637 MinProtocol = TLSv1.1
   1638 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1639 VerifyMode = Peer
   1640 
   1641 [42-resumption-resume-client]
   1642 CipherString = DEFAULT
   1643 MaxProtocol = TLSv1.1
   1644 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1645 VerifyMode = Peer
   1646 
   1647 [test-42]
   1648 ExpectedProtocol = TLSv1.1
   1649 HandshakeMode = Resume
   1650 ResumptionExpected = Yes
   1651 
   1652 
   1653 # ===========================================================
   1654 
   1655 [43-resumption]
   1656 ssl_conf = 43-resumption-ssl
   1657 
   1658 [43-resumption-ssl]
   1659 server = 43-resumption-server
   1660 client = 43-resumption-client
   1661 resume-server = 43-resumption-server
   1662 resume-client = 43-resumption-resume-client
   1663 
   1664 [43-resumption-server]
   1665 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1666 CipherString = DEFAULT
   1667 Options = -SessionTicket
   1668 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1669 
   1670 [43-resumption-client]
   1671 CipherString = DEFAULT
   1672 MaxProtocol = TLSv1.1
   1673 MinProtocol = TLSv1.1
   1674 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1675 VerifyMode = Peer
   1676 
   1677 [43-resumption-resume-client]
   1678 CipherString = DEFAULT
   1679 MaxProtocol = TLSv1.1
   1680 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1681 VerifyMode = Peer
   1682 
   1683 [test-43]
   1684 ExpectedProtocol = TLSv1.1
   1685 HandshakeMode = Resume
   1686 ResumptionExpected = Yes
   1687 
   1688 
   1689 # ===========================================================
   1690 
   1691 [44-resumption]
   1692 ssl_conf = 44-resumption-ssl
   1693 
   1694 [44-resumption-ssl]
   1695 server = 44-resumption-server
   1696 client = 44-resumption-client
   1697 resume-server = 44-resumption-server
   1698 resume-client = 44-resumption-resume-client
   1699 
   1700 [44-resumption-server]
   1701 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1702 CipherString = DEFAULT
   1703 Options = SessionTicket
   1704 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1705 
   1706 [44-resumption-client]
   1707 CipherString = DEFAULT
   1708 MaxProtocol = TLSv1.1
   1709 MinProtocol = TLSv1.1
   1710 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1711 VerifyMode = Peer
   1712 
   1713 [44-resumption-resume-client]
   1714 CipherString = DEFAULT
   1715 MaxProtocol = TLSv1.2
   1716 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1717 VerifyMode = Peer
   1718 
   1719 [test-44]
   1720 ExpectedProtocol = TLSv1.2
   1721 HandshakeMode = Resume
   1722 ResumptionExpected = No
   1723 
   1724 
   1725 # ===========================================================
   1726 
   1727 [45-resumption]
   1728 ssl_conf = 45-resumption-ssl
   1729 
   1730 [45-resumption-ssl]
   1731 server = 45-resumption-server
   1732 client = 45-resumption-client
   1733 resume-server = 45-resumption-server
   1734 resume-client = 45-resumption-resume-client
   1735 
   1736 [45-resumption-server]
   1737 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1738 CipherString = DEFAULT
   1739 Options = -SessionTicket
   1740 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1741 
   1742 [45-resumption-client]
   1743 CipherString = DEFAULT
   1744 MaxProtocol = TLSv1.1
   1745 MinProtocol = TLSv1.1
   1746 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1747 VerifyMode = Peer
   1748 
   1749 [45-resumption-resume-client]
   1750 CipherString = DEFAULT
   1751 MaxProtocol = TLSv1.2
   1752 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1753 VerifyMode = Peer
   1754 
   1755 [test-45]
   1756 ExpectedProtocol = TLSv1.2
   1757 HandshakeMode = Resume
   1758 ResumptionExpected = No
   1759 
   1760 
   1761 # ===========================================================
   1762 
   1763 [46-resumption]
   1764 ssl_conf = 46-resumption-ssl
   1765 
   1766 [46-resumption-ssl]
   1767 server = 46-resumption-server
   1768 client = 46-resumption-client
   1769 resume-server = 46-resumption-server
   1770 resume-client = 46-resumption-resume-client
   1771 
   1772 [46-resumption-server]
   1773 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1774 CipherString = DEFAULT
   1775 Options = SessionTicket
   1776 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1777 
   1778 [46-resumption-client]
   1779 CipherString = DEFAULT
   1780 MaxProtocol = TLSv1.1
   1781 MinProtocol = TLSv1.1
   1782 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1783 VerifyMode = Peer
   1784 
   1785 [46-resumption-resume-client]
   1786 CipherString = DEFAULT
   1787 MaxProtocol = TLSv1.3
   1788 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1789 VerifyMode = Peer
   1790 
   1791 [test-46]
   1792 ExpectedProtocol = TLSv1.3
   1793 HandshakeMode = Resume
   1794 ResumptionExpected = No
   1795 
   1796 
   1797 # ===========================================================
   1798 
   1799 [47-resumption]
   1800 ssl_conf = 47-resumption-ssl
   1801 
   1802 [47-resumption-ssl]
   1803 server = 47-resumption-server
   1804 client = 47-resumption-client
   1805 resume-server = 47-resumption-server
   1806 resume-client = 47-resumption-resume-client
   1807 
   1808 [47-resumption-server]
   1809 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1810 CipherString = DEFAULT
   1811 Options = -SessionTicket
   1812 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1813 
   1814 [47-resumption-client]
   1815 CipherString = DEFAULT
   1816 MaxProtocol = TLSv1.1
   1817 MinProtocol = TLSv1.1
   1818 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1819 VerifyMode = Peer
   1820 
   1821 [47-resumption-resume-client]
   1822 CipherString = DEFAULT
   1823 MaxProtocol = TLSv1.3
   1824 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1825 VerifyMode = Peer
   1826 
   1827 [test-47]
   1828 ExpectedProtocol = TLSv1.3
   1829 HandshakeMode = Resume
   1830 ResumptionExpected = No
   1831 
   1832 
   1833 # ===========================================================
   1834 
   1835 [48-resumption]
   1836 ssl_conf = 48-resumption-ssl
   1837 
   1838 [48-resumption-ssl]
   1839 server = 48-resumption-server
   1840 client = 48-resumption-client
   1841 resume-server = 48-resumption-server
   1842 resume-client = 48-resumption-resume-client
   1843 
   1844 [48-resumption-server]
   1845 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1846 CipherString = DEFAULT
   1847 Options = SessionTicket
   1848 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1849 
   1850 [48-resumption-client]
   1851 CipherString = DEFAULT
   1852 MaxProtocol = TLSv1.2
   1853 MinProtocol = TLSv1.2
   1854 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1855 VerifyMode = Peer
   1856 
   1857 [48-resumption-resume-client]
   1858 CipherString = DEFAULT
   1859 MaxProtocol = TLSv1
   1860 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1861 VerifyMode = Peer
   1862 
   1863 [test-48]
   1864 ExpectedProtocol = TLSv1
   1865 HandshakeMode = Resume
   1866 ResumptionExpected = No
   1867 
   1868 
   1869 # ===========================================================
   1870 
   1871 [49-resumption]
   1872 ssl_conf = 49-resumption-ssl
   1873 
   1874 [49-resumption-ssl]
   1875 server = 49-resumption-server
   1876 client = 49-resumption-client
   1877 resume-server = 49-resumption-server
   1878 resume-client = 49-resumption-resume-client
   1879 
   1880 [49-resumption-server]
   1881 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1882 CipherString = DEFAULT
   1883 Options = -SessionTicket
   1884 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1885 
   1886 [49-resumption-client]
   1887 CipherString = DEFAULT
   1888 MaxProtocol = TLSv1.2
   1889 MinProtocol = TLSv1.2
   1890 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1891 VerifyMode = Peer
   1892 
   1893 [49-resumption-resume-client]
   1894 CipherString = DEFAULT
   1895 MaxProtocol = TLSv1
   1896 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1897 VerifyMode = Peer
   1898 
   1899 [test-49]
   1900 ExpectedProtocol = TLSv1
   1901 HandshakeMode = Resume
   1902 ResumptionExpected = No
   1903 
   1904 
   1905 # ===========================================================
   1906 
   1907 [50-resumption]
   1908 ssl_conf = 50-resumption-ssl
   1909 
   1910 [50-resumption-ssl]
   1911 server = 50-resumption-server
   1912 client = 50-resumption-client
   1913 resume-server = 50-resumption-server
   1914 resume-client = 50-resumption-resume-client
   1915 
   1916 [50-resumption-server]
   1917 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1918 CipherString = DEFAULT
   1919 Options = SessionTicket
   1920 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1921 
   1922 [50-resumption-client]
   1923 CipherString = DEFAULT
   1924 MaxProtocol = TLSv1.2
   1925 MinProtocol = TLSv1.2
   1926 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1927 VerifyMode = Peer
   1928 
   1929 [50-resumption-resume-client]
   1930 CipherString = DEFAULT
   1931 MaxProtocol = TLSv1.1
   1932 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1933 VerifyMode = Peer
   1934 
   1935 [test-50]
   1936 ExpectedProtocol = TLSv1.1
   1937 HandshakeMode = Resume
   1938 ResumptionExpected = No
   1939 
   1940 
   1941 # ===========================================================
   1942 
   1943 [51-resumption]
   1944 ssl_conf = 51-resumption-ssl
   1945 
   1946 [51-resumption-ssl]
   1947 server = 51-resumption-server
   1948 client = 51-resumption-client
   1949 resume-server = 51-resumption-server
   1950 resume-client = 51-resumption-resume-client
   1951 
   1952 [51-resumption-server]
   1953 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1954 CipherString = DEFAULT
   1955 Options = -SessionTicket
   1956 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1957 
   1958 [51-resumption-client]
   1959 CipherString = DEFAULT
   1960 MaxProtocol = TLSv1.2
   1961 MinProtocol = TLSv1.2
   1962 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1963 VerifyMode = Peer
   1964 
   1965 [51-resumption-resume-client]
   1966 CipherString = DEFAULT
   1967 MaxProtocol = TLSv1.1
   1968 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1969 VerifyMode = Peer
   1970 
   1971 [test-51]
   1972 ExpectedProtocol = TLSv1.1
   1973 HandshakeMode = Resume
   1974 ResumptionExpected = No
   1975 
   1976 
   1977 # ===========================================================
   1978 
   1979 [52-resumption]
   1980 ssl_conf = 52-resumption-ssl
   1981 
   1982 [52-resumption-ssl]
   1983 server = 52-resumption-server
   1984 client = 52-resumption-client
   1985 resume-server = 52-resumption-server
   1986 resume-client = 52-resumption-resume-client
   1987 
   1988 [52-resumption-server]
   1989 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   1990 CipherString = DEFAULT
   1991 Options = SessionTicket
   1992 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   1993 
   1994 [52-resumption-client]
   1995 CipherString = DEFAULT
   1996 MaxProtocol = TLSv1.2
   1997 MinProtocol = TLSv1.2
   1998 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   1999 VerifyMode = Peer
   2000 
   2001 [52-resumption-resume-client]
   2002 CipherString = DEFAULT
   2003 MaxProtocol = TLSv1.2
   2004 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2005 VerifyMode = Peer
   2006 
   2007 [test-52]
   2008 ExpectedProtocol = TLSv1.2
   2009 HandshakeMode = Resume
   2010 ResumptionExpected = Yes
   2011 
   2012 
   2013 # ===========================================================
   2014 
   2015 [53-resumption]
   2016 ssl_conf = 53-resumption-ssl
   2017 
   2018 [53-resumption-ssl]
   2019 server = 53-resumption-server
   2020 client = 53-resumption-client
   2021 resume-server = 53-resumption-server
   2022 resume-client = 53-resumption-resume-client
   2023 
   2024 [53-resumption-server]
   2025 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2026 CipherString = DEFAULT
   2027 Options = -SessionTicket
   2028 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2029 
   2030 [53-resumption-client]
   2031 CipherString = DEFAULT
   2032 MaxProtocol = TLSv1.2
   2033 MinProtocol = TLSv1.2
   2034 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2035 VerifyMode = Peer
   2036 
   2037 [53-resumption-resume-client]
   2038 CipherString = DEFAULT
   2039 MaxProtocol = TLSv1.2
   2040 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2041 VerifyMode = Peer
   2042 
   2043 [test-53]
   2044 ExpectedProtocol = TLSv1.2
   2045 HandshakeMode = Resume
   2046 ResumptionExpected = Yes
   2047 
   2048 
   2049 # ===========================================================
   2050 
   2051 [54-resumption]
   2052 ssl_conf = 54-resumption-ssl
   2053 
   2054 [54-resumption-ssl]
   2055 server = 54-resumption-server
   2056 client = 54-resumption-client
   2057 resume-server = 54-resumption-server
   2058 resume-client = 54-resumption-resume-client
   2059 
   2060 [54-resumption-server]
   2061 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2062 CipherString = DEFAULT
   2063 Options = SessionTicket
   2064 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2065 
   2066 [54-resumption-client]
   2067 CipherString = DEFAULT
   2068 MaxProtocol = TLSv1.2
   2069 MinProtocol = TLSv1.2
   2070 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2071 VerifyMode = Peer
   2072 
   2073 [54-resumption-resume-client]
   2074 CipherString = DEFAULT
   2075 MaxProtocol = TLSv1.3
   2076 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2077 VerifyMode = Peer
   2078 
   2079 [test-54]
   2080 ExpectedProtocol = TLSv1.3
   2081 HandshakeMode = Resume
   2082 ResumptionExpected = No
   2083 
   2084 
   2085 # ===========================================================
   2086 
   2087 [55-resumption]
   2088 ssl_conf = 55-resumption-ssl
   2089 
   2090 [55-resumption-ssl]
   2091 server = 55-resumption-server
   2092 client = 55-resumption-client
   2093 resume-server = 55-resumption-server
   2094 resume-client = 55-resumption-resume-client
   2095 
   2096 [55-resumption-server]
   2097 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2098 CipherString = DEFAULT
   2099 Options = -SessionTicket
   2100 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2101 
   2102 [55-resumption-client]
   2103 CipherString = DEFAULT
   2104 MaxProtocol = TLSv1.2
   2105 MinProtocol = TLSv1.2
   2106 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2107 VerifyMode = Peer
   2108 
   2109 [55-resumption-resume-client]
   2110 CipherString = DEFAULT
   2111 MaxProtocol = TLSv1.3
   2112 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2113 VerifyMode = Peer
   2114 
   2115 [test-55]
   2116 ExpectedProtocol = TLSv1.3
   2117 HandshakeMode = Resume
   2118 ResumptionExpected = No
   2119 
   2120 
   2121 # ===========================================================
   2122 
   2123 [56-resumption]
   2124 ssl_conf = 56-resumption-ssl
   2125 
   2126 [56-resumption-ssl]
   2127 server = 56-resumption-server
   2128 client = 56-resumption-client
   2129 resume-server = 56-resumption-server
   2130 resume-client = 56-resumption-resume-client
   2131 
   2132 [56-resumption-server]
   2133 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2134 CipherString = DEFAULT
   2135 Options = SessionTicket
   2136 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2137 
   2138 [56-resumption-client]
   2139 CipherString = DEFAULT
   2140 MaxProtocol = TLSv1.3
   2141 MinProtocol = TLSv1.3
   2142 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2143 VerifyMode = Peer
   2144 
   2145 [56-resumption-resume-client]
   2146 CipherString = DEFAULT
   2147 MaxProtocol = TLSv1
   2148 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2149 VerifyMode = Peer
   2150 
   2151 [test-56]
   2152 ExpectedProtocol = TLSv1
   2153 HandshakeMode = Resume
   2154 ResumptionExpected = No
   2155 
   2156 
   2157 # ===========================================================
   2158 
   2159 [57-resumption]
   2160 ssl_conf = 57-resumption-ssl
   2161 
   2162 [57-resumption-ssl]
   2163 server = 57-resumption-server
   2164 client = 57-resumption-client
   2165 resume-server = 57-resumption-server
   2166 resume-client = 57-resumption-resume-client
   2167 
   2168 [57-resumption-server]
   2169 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2170 CipherString = DEFAULT
   2171 Options = -SessionTicket
   2172 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2173 
   2174 [57-resumption-client]
   2175 CipherString = DEFAULT
   2176 MaxProtocol = TLSv1.3
   2177 MinProtocol = TLSv1.3
   2178 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2179 VerifyMode = Peer
   2180 
   2181 [57-resumption-resume-client]
   2182 CipherString = DEFAULT
   2183 MaxProtocol = TLSv1
   2184 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2185 VerifyMode = Peer
   2186 
   2187 [test-57]
   2188 ExpectedProtocol = TLSv1
   2189 HandshakeMode = Resume
   2190 ResumptionExpected = No
   2191 
   2192 
   2193 # ===========================================================
   2194 
   2195 [58-resumption]
   2196 ssl_conf = 58-resumption-ssl
   2197 
   2198 [58-resumption-ssl]
   2199 server = 58-resumption-server
   2200 client = 58-resumption-client
   2201 resume-server = 58-resumption-server
   2202 resume-client = 58-resumption-resume-client
   2203 
   2204 [58-resumption-server]
   2205 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2206 CipherString = DEFAULT
   2207 Options = SessionTicket
   2208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2209 
   2210 [58-resumption-client]
   2211 CipherString = DEFAULT
   2212 MaxProtocol = TLSv1.3
   2213 MinProtocol = TLSv1.3
   2214 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2215 VerifyMode = Peer
   2216 
   2217 [58-resumption-resume-client]
   2218 CipherString = DEFAULT
   2219 MaxProtocol = TLSv1.1
   2220 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2221 VerifyMode = Peer
   2222 
   2223 [test-58]
   2224 ExpectedProtocol = TLSv1.1
   2225 HandshakeMode = Resume
   2226 ResumptionExpected = No
   2227 
   2228 
   2229 # ===========================================================
   2230 
   2231 [59-resumption]
   2232 ssl_conf = 59-resumption-ssl
   2233 
   2234 [59-resumption-ssl]
   2235 server = 59-resumption-server
   2236 client = 59-resumption-client
   2237 resume-server = 59-resumption-server
   2238 resume-client = 59-resumption-resume-client
   2239 
   2240 [59-resumption-server]
   2241 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2242 CipherString = DEFAULT
   2243 Options = -SessionTicket
   2244 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2245 
   2246 [59-resumption-client]
   2247 CipherString = DEFAULT
   2248 MaxProtocol = TLSv1.3
   2249 MinProtocol = TLSv1.3
   2250 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2251 VerifyMode = Peer
   2252 
   2253 [59-resumption-resume-client]
   2254 CipherString = DEFAULT
   2255 MaxProtocol = TLSv1.1
   2256 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2257 VerifyMode = Peer
   2258 
   2259 [test-59]
   2260 ExpectedProtocol = TLSv1.1
   2261 HandshakeMode = Resume
   2262 ResumptionExpected = No
   2263 
   2264 
   2265 # ===========================================================
   2266 
   2267 [60-resumption]
   2268 ssl_conf = 60-resumption-ssl
   2269 
   2270 [60-resumption-ssl]
   2271 server = 60-resumption-server
   2272 client = 60-resumption-client
   2273 resume-server = 60-resumption-server
   2274 resume-client = 60-resumption-resume-client
   2275 
   2276 [60-resumption-server]
   2277 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2278 CipherString = DEFAULT
   2279 Options = SessionTicket
   2280 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2281 
   2282 [60-resumption-client]
   2283 CipherString = DEFAULT
   2284 MaxProtocol = TLSv1.3
   2285 MinProtocol = TLSv1.3
   2286 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2287 VerifyMode = Peer
   2288 
   2289 [60-resumption-resume-client]
   2290 CipherString = DEFAULT
   2291 MaxProtocol = TLSv1.2
   2292 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2293 VerifyMode = Peer
   2294 
   2295 [test-60]
   2296 ExpectedProtocol = TLSv1.2
   2297 HandshakeMode = Resume
   2298 ResumptionExpected = No
   2299 
   2300 
   2301 # ===========================================================
   2302 
   2303 [61-resumption]
   2304 ssl_conf = 61-resumption-ssl
   2305 
   2306 [61-resumption-ssl]
   2307 server = 61-resumption-server
   2308 client = 61-resumption-client
   2309 resume-server = 61-resumption-server
   2310 resume-client = 61-resumption-resume-client
   2311 
   2312 [61-resumption-server]
   2313 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2314 CipherString = DEFAULT
   2315 Options = -SessionTicket
   2316 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2317 
   2318 [61-resumption-client]
   2319 CipherString = DEFAULT
   2320 MaxProtocol = TLSv1.3
   2321 MinProtocol = TLSv1.3
   2322 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2323 VerifyMode = Peer
   2324 
   2325 [61-resumption-resume-client]
   2326 CipherString = DEFAULT
   2327 MaxProtocol = TLSv1.2
   2328 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2329 VerifyMode = Peer
   2330 
   2331 [test-61]
   2332 ExpectedProtocol = TLSv1.2
   2333 HandshakeMode = Resume
   2334 ResumptionExpected = No
   2335 
   2336 
   2337 # ===========================================================
   2338 
   2339 [62-resumption]
   2340 ssl_conf = 62-resumption-ssl
   2341 
   2342 [62-resumption-ssl]
   2343 server = 62-resumption-server
   2344 client = 62-resumption-client
   2345 resume-server = 62-resumption-server
   2346 resume-client = 62-resumption-resume-client
   2347 
   2348 [62-resumption-server]
   2349 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2350 CipherString = DEFAULT
   2351 Options = SessionTicket
   2352 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2353 
   2354 [62-resumption-client]
   2355 CipherString = DEFAULT
   2356 MaxProtocol = TLSv1.3
   2357 MinProtocol = TLSv1.3
   2358 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2359 VerifyMode = Peer
   2360 
   2361 [62-resumption-resume-client]
   2362 CipherString = DEFAULT
   2363 MaxProtocol = TLSv1.3
   2364 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2365 VerifyMode = Peer
   2366 
   2367 [test-62]
   2368 ExpectedProtocol = TLSv1.3
   2369 HandshakeMode = Resume
   2370 ResumptionExpected = Yes
   2371 
   2372 
   2373 # ===========================================================
   2374 
   2375 [63-resumption]
   2376 ssl_conf = 63-resumption-ssl
   2377 
   2378 [63-resumption-ssl]
   2379 server = 63-resumption-server
   2380 client = 63-resumption-client
   2381 resume-server = 63-resumption-server
   2382 resume-client = 63-resumption-resume-client
   2383 
   2384 [63-resumption-server]
   2385 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2386 CipherString = DEFAULT
   2387 Options = -SessionTicket
   2388 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2389 
   2390 [63-resumption-client]
   2391 CipherString = DEFAULT
   2392 MaxProtocol = TLSv1.3
   2393 MinProtocol = TLSv1.3
   2394 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2395 VerifyMode = Peer
   2396 
   2397 [63-resumption-resume-client]
   2398 CipherString = DEFAULT
   2399 MaxProtocol = TLSv1.3
   2400 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2401 VerifyMode = Peer
   2402 
   2403 [test-63]
   2404 ExpectedProtocol = TLSv1.3
   2405 HandshakeMode = Resume
   2406 ResumptionExpected = Yes
   2407 
   2408 
   2409 # ===========================================================
   2410 
   2411 [64-resumption-with-hrr]
   2412 ssl_conf = 64-resumption-with-hrr-ssl
   2413 
   2414 [64-resumption-with-hrr-ssl]
   2415 server = 64-resumption-with-hrr-server
   2416 client = 64-resumption-with-hrr-client
   2417 resume-server = 64-resumption-with-hrr-server
   2418 resume-client = 64-resumption-with-hrr-resume-client
   2419 
   2420 [64-resumption-with-hrr-server]
   2421 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2422 CipherString = DEFAULT
   2423 Curves = P-256
   2424 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2425 
   2426 [64-resumption-with-hrr-client]
   2427 CipherString = DEFAULT
   2428 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2429 VerifyMode = Peer
   2430 
   2431 [64-resumption-with-hrr-resume-client]
   2432 CipherString = DEFAULT
   2433 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2434 VerifyMode = Peer
   2435 
   2436 [test-64]
   2437 ExpectedProtocol = TLSv1.3
   2438 HandshakeMode = Resume
   2439 Method = TLS
   2440 ResumptionExpected = Yes
   2441 
   2442 
   2443 # ===========================================================
   2444 
   2445 [65-resumption-when-mfl-ext-is-missing]
   2446 ssl_conf = 65-resumption-when-mfl-ext-is-missing-ssl
   2447 
   2448 [65-resumption-when-mfl-ext-is-missing-ssl]
   2449 server = 65-resumption-when-mfl-ext-is-missing-server
   2450 client = 65-resumption-when-mfl-ext-is-missing-client
   2451 resume-server = 65-resumption-when-mfl-ext-is-missing-server
   2452 resume-client = 65-resumption-when-mfl-ext-is-missing-resume-client
   2453 
   2454 [65-resumption-when-mfl-ext-is-missing-server]
   2455 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2456 CipherString = DEFAULT
   2457 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2458 
   2459 [65-resumption-when-mfl-ext-is-missing-client]
   2460 CipherString = DEFAULT
   2461 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2462 VerifyMode = Peer
   2463 
   2464 [65-resumption-when-mfl-ext-is-missing-resume-client]
   2465 CipherString = DEFAULT
   2466 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2467 VerifyMode = Peer
   2468 
   2469 [test-65]
   2470 ExpectedResult = ServerFail
   2471 HandshakeMode = Resume
   2472 ResumptionExpected = No
   2473 client = 65-resumption-when-mfl-ext-is-missing-client-extra
   2474 
   2475 [65-resumption-when-mfl-ext-is-missing-client-extra]
   2476 MaxFragmentLenExt = 512
   2477 
   2478 
   2479 # ===========================================================
   2480 
   2481 [66-resumption-when-mfl-ext-is-different]
   2482 ssl_conf = 66-resumption-when-mfl-ext-is-different-ssl
   2483 
   2484 [66-resumption-when-mfl-ext-is-different-ssl]
   2485 server = 66-resumption-when-mfl-ext-is-different-server
   2486 client = 66-resumption-when-mfl-ext-is-different-client
   2487 resume-server = 66-resumption-when-mfl-ext-is-different-server
   2488 resume-client = 66-resumption-when-mfl-ext-is-different-resume-client
   2489 
   2490 [66-resumption-when-mfl-ext-is-different-server]
   2491 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2492 CipherString = DEFAULT
   2493 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2494 
   2495 [66-resumption-when-mfl-ext-is-different-client]
   2496 CipherString = DEFAULT
   2497 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2498 VerifyMode = Peer
   2499 
   2500 [66-resumption-when-mfl-ext-is-different-resume-client]
   2501 CipherString = DEFAULT
   2502 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2503 VerifyMode = Peer
   2504 
   2505 [test-66]
   2506 ExpectedResult = ServerFail
   2507 HandshakeMode = Resume
   2508 ResumptionExpected = No
   2509 client = 66-resumption-when-mfl-ext-is-different-client-extra
   2510 resume-client = 66-resumption-when-mfl-ext-is-different-resume-client-extra
   2511 
   2512 [66-resumption-when-mfl-ext-is-different-client-extra]
   2513 MaxFragmentLenExt = 512
   2514 
   2515 [66-resumption-when-mfl-ext-is-different-resume-client-extra]
   2516 MaxFragmentLenExt = 1024
   2517 
   2518 
   2519 # ===========================================================
   2520 
   2521 [67-resumption-when-mfl-ext-is-correct]
   2522 ssl_conf = 67-resumption-when-mfl-ext-is-correct-ssl
   2523 
   2524 [67-resumption-when-mfl-ext-is-correct-ssl]
   2525 server = 67-resumption-when-mfl-ext-is-correct-server
   2526 client = 67-resumption-when-mfl-ext-is-correct-client
   2527 resume-server = 67-resumption-when-mfl-ext-is-correct-server
   2528 resume-client = 67-resumption-when-mfl-ext-is-correct-resume-client
   2529 
   2530 [67-resumption-when-mfl-ext-is-correct-server]
   2531 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
   2532 CipherString = DEFAULT
   2533 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
   2534 
   2535 [67-resumption-when-mfl-ext-is-correct-client]
   2536 CipherString = DEFAULT
   2537 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2538 VerifyMode = Peer
   2539 
   2540 [67-resumption-when-mfl-ext-is-correct-resume-client]
   2541 CipherString = DEFAULT
   2542 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
   2543 VerifyMode = Peer
   2544 
   2545 [test-67]
   2546 ExpectedResult = Success
   2547 HandshakeMode = Resume
   2548 ResumptionExpected = Yes
   2549 client = 67-resumption-when-mfl-ext-is-correct-client-extra
   2550 resume-client = 67-resumption-when-mfl-ext-is-correct-resume-client-extra
   2551 
   2552 [67-resumption-when-mfl-ext-is-correct-client-extra]
   2553 MaxFragmentLenExt = 512
   2554 
   2555 [67-resumption-when-mfl-ext-is-correct-resume-client-extra]
   2556 MaxFragmentLenExt = 512
   2557 
   2558 
   2559