Home | History | Annotate | Line # | Download | only in ssl-tests
      1  1.1  christos # Generated with generate_ssl_tests.pl
      2  1.1  christos 
      3  1.1  christos num_tests = 22
      4  1.1  christos 
      5  1.1  christos test-0 = 0-one-fragment-minus-app-data
      6  1.1  christos test-1 = 1-one-fragment-app-data
      7  1.1  christos test-2 = 2-one-fragment-plus-app-data
      8  1.1  christos test-3 = 3-small-app-data
      9  1.1  christos test-4 = 4-small-app-data-large-fragment-size
     10  1.1  christos test-5 = 5-medium-app-data
     11  1.1  christos test-6 = 6-medium-plus-app-data
     12  1.1  christos test-7 = 7-large-app-data
     13  1.1  christos test-8 = 8-large-app-data-large-fragment-size
     14  1.1  christos test-9 = 9-large-app-data-odd-fragment-size
     15  1.1  christos test-10 = 10-large-app-data-aes-sha1-multibuffer
     16  1.1  christos test-11 = 11-large-app-data-aes-sha2-multibuffer
     17  1.1  christos test-12 = 12-large-app-data-aes-sha1-multibuffer-odd-fragment
     18  1.1  christos test-13 = 13-large-app-data-aes-sha2-multibuffer-odd-fragment
     19  1.1  christos test-14 = 14-small-app-data-aes-sha1-multibuffer
     20  1.1  christos test-15 = 15-small-app-data-aes-sha2-multibuffer
     21  1.1  christos test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled
     22  1.1  christos test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
     23  1.1  christos test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
     24  1.1  christos test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
     25  1.1  christos test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
     26  1.1  christos test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
     27  1.1  christos # ===========================================================
     28  1.1  christos 
     29  1.1  christos [0-one-fragment-minus-app-data]
     30  1.1  christos ssl_conf = 0-one-fragment-minus-app-data-ssl
     31  1.1  christos 
     32  1.1  christos [0-one-fragment-minus-app-data-ssl]
     33  1.1  christos server = 0-one-fragment-minus-app-data-server
     34  1.1  christos client = 0-one-fragment-minus-app-data-client
     35  1.1  christos 
     36  1.1  christos [0-one-fragment-minus-app-data-server]
     37  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
     38  1.1  christos CipherString = DEFAULT
     39  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
     40  1.1  christos 
     41  1.1  christos [0-one-fragment-minus-app-data-client]
     42  1.1  christos CipherString = DEFAULT
     43  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
     44  1.1  christos VerifyMode = Peer
     45  1.1  christos 
     46  1.1  christos [test-0]
     47  1.1  christos ApplicationData = 511
     48  1.1  christos 
     49  1.1  christos 
     50  1.1  christos # ===========================================================
     51  1.1  christos 
     52  1.1  christos [1-one-fragment-app-data]
     53  1.1  christos ssl_conf = 1-one-fragment-app-data-ssl
     54  1.1  christos 
     55  1.1  christos [1-one-fragment-app-data-ssl]
     56  1.1  christos server = 1-one-fragment-app-data-server
     57  1.1  christos client = 1-one-fragment-app-data-client
     58  1.1  christos 
     59  1.1  christos [1-one-fragment-app-data-server]
     60  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
     61  1.1  christos CipherString = DEFAULT
     62  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
     63  1.1  christos 
     64  1.1  christos [1-one-fragment-app-data-client]
     65  1.1  christos CipherString = DEFAULT
     66  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
     67  1.1  christos VerifyMode = Peer
     68  1.1  christos 
     69  1.1  christos [test-1]
     70  1.1  christos ApplicationData = 512
     71  1.1  christos 
     72  1.1  christos 
     73  1.1  christos # ===========================================================
     74  1.1  christos 
     75  1.1  christos [2-one-fragment-plus-app-data]
     76  1.1  christos ssl_conf = 2-one-fragment-plus-app-data-ssl
     77  1.1  christos 
     78  1.1  christos [2-one-fragment-plus-app-data-ssl]
     79  1.1  christos server = 2-one-fragment-plus-app-data-server
     80  1.1  christos client = 2-one-fragment-plus-app-data-client
     81  1.1  christos 
     82  1.1  christos [2-one-fragment-plus-app-data-server]
     83  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
     84  1.1  christos CipherString = DEFAULT
     85  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
     86  1.1  christos 
     87  1.1  christos [2-one-fragment-plus-app-data-client]
     88  1.1  christos CipherString = DEFAULT
     89  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
     90  1.1  christos VerifyMode = Peer
     91  1.1  christos 
     92  1.1  christos [test-2]
     93  1.1  christos ApplicationData = 513
     94  1.1  christos 
     95  1.1  christos 
     96  1.1  christos # ===========================================================
     97  1.1  christos 
     98  1.1  christos [3-small-app-data]
     99  1.1  christos ssl_conf = 3-small-app-data-ssl
    100  1.1  christos 
    101  1.1  christos [3-small-app-data-ssl]
    102  1.1  christos server = 3-small-app-data-server
    103  1.1  christos client = 3-small-app-data-client
    104  1.1  christos 
    105  1.1  christos [3-small-app-data-server]
    106  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    107  1.1  christos CipherString = DEFAULT
    108  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    109  1.1  christos 
    110  1.1  christos [3-small-app-data-client]
    111  1.1  christos CipherString = DEFAULT
    112  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    113  1.1  christos VerifyMode = Peer
    114  1.1  christos 
    115  1.1  christos [test-3]
    116  1.1  christos ApplicationData = 4097
    117  1.1  christos 
    118  1.1  christos 
    119  1.1  christos # ===========================================================
    120  1.1  christos 
    121  1.1  christos [4-small-app-data-large-fragment-size]
    122  1.1  christos ssl_conf = 4-small-app-data-large-fragment-size-ssl
    123  1.1  christos 
    124  1.1  christos [4-small-app-data-large-fragment-size-ssl]
    125  1.1  christos server = 4-small-app-data-large-fragment-size-server
    126  1.1  christos client = 4-small-app-data-large-fragment-size-client
    127  1.1  christos 
    128  1.1  christos [4-small-app-data-large-fragment-size-server]
    129  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    130  1.1  christos CipherString = DEFAULT
    131  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    132  1.1  christos 
    133  1.1  christos [4-small-app-data-large-fragment-size-client]
    134  1.1  christos CipherString = DEFAULT
    135  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    136  1.1  christos VerifyMode = Peer
    137  1.1  christos 
    138  1.1  christos [test-4]
    139  1.1  christos ApplicationData = 4097
    140  1.1  christos MaxFragmentSize = 16384
    141  1.1  christos 
    142  1.1  christos 
    143  1.1  christos # ===========================================================
    144  1.1  christos 
    145  1.1  christos [5-medium-app-data]
    146  1.1  christos ssl_conf = 5-medium-app-data-ssl
    147  1.1  christos 
    148  1.1  christos [5-medium-app-data-ssl]
    149  1.1  christos server = 5-medium-app-data-server
    150  1.1  christos client = 5-medium-app-data-client
    151  1.1  christos 
    152  1.1  christos [5-medium-app-data-server]
    153  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    154  1.1  christos CipherString = DEFAULT
    155  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    156  1.1  christos 
    157  1.1  christos [5-medium-app-data-client]
    158  1.1  christos CipherString = DEFAULT
    159  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    160  1.1  christos VerifyMode = Peer
    161  1.1  christos 
    162  1.1  christos [test-5]
    163  1.1  christos ApplicationData = 32775
    164  1.1  christos 
    165  1.1  christos 
    166  1.1  christos # ===========================================================
    167  1.1  christos 
    168  1.1  christos [6-medium-plus-app-data]
    169  1.1  christos ssl_conf = 6-medium-plus-app-data-ssl
    170  1.1  christos 
    171  1.1  christos [6-medium-plus-app-data-ssl]
    172  1.1  christos server = 6-medium-plus-app-data-server
    173  1.1  christos client = 6-medium-plus-app-data-client
    174  1.1  christos 
    175  1.1  christos [6-medium-plus-app-data-server]
    176  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    177  1.1  christos CipherString = DEFAULT
    178  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    179  1.1  christos 
    180  1.1  christos [6-medium-plus-app-data-client]
    181  1.1  christos CipherString = DEFAULT
    182  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    183  1.1  christos VerifyMode = Peer
    184  1.1  christos 
    185  1.1  christos [test-6]
    186  1.1  christos ApplicationData = 131069
    187  1.1  christos 
    188  1.1  christos 
    189  1.1  christos # ===========================================================
    190  1.1  christos 
    191  1.1  christos [7-large-app-data]
    192  1.1  christos ssl_conf = 7-large-app-data-ssl
    193  1.1  christos 
    194  1.1  christos [7-large-app-data-ssl]
    195  1.1  christos server = 7-large-app-data-server
    196  1.1  christos client = 7-large-app-data-client
    197  1.1  christos 
    198  1.1  christos [7-large-app-data-server]
    199  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    200  1.1  christos CipherString = DEFAULT
    201  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    202  1.1  christos 
    203  1.1  christos [7-large-app-data-client]
    204  1.1  christos CipherString = DEFAULT
    205  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    206  1.1  christos VerifyMode = Peer
    207  1.1  christos 
    208  1.1  christos [test-7]
    209  1.1  christos ApplicationData = 1048576
    210  1.1  christos 
    211  1.1  christos 
    212  1.1  christos # ===========================================================
    213  1.1  christos 
    214  1.1  christos [8-large-app-data-large-fragment-size]
    215  1.1  christos ssl_conf = 8-large-app-data-large-fragment-size-ssl
    216  1.1  christos 
    217  1.1  christos [8-large-app-data-large-fragment-size-ssl]
    218  1.1  christos server = 8-large-app-data-large-fragment-size-server
    219  1.1  christos client = 8-large-app-data-large-fragment-size-client
    220  1.1  christos 
    221  1.1  christos [8-large-app-data-large-fragment-size-server]
    222  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    223  1.1  christos CipherString = DEFAULT
    224  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    225  1.1  christos 
    226  1.1  christos [8-large-app-data-large-fragment-size-client]
    227  1.1  christos CipherString = DEFAULT
    228  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    229  1.1  christos VerifyMode = Peer
    230  1.1  christos 
    231  1.1  christos [test-8]
    232  1.1  christos ApplicationData = 1048576
    233  1.1  christos MaxFragmentSize = 16384
    234  1.1  christos 
    235  1.1  christos 
    236  1.1  christos # ===========================================================
    237  1.1  christos 
    238  1.1  christos [9-large-app-data-odd-fragment-size]
    239  1.1  christos ssl_conf = 9-large-app-data-odd-fragment-size-ssl
    240  1.1  christos 
    241  1.1  christos [9-large-app-data-odd-fragment-size-ssl]
    242  1.1  christos server = 9-large-app-data-odd-fragment-size-server
    243  1.1  christos client = 9-large-app-data-odd-fragment-size-client
    244  1.1  christos 
    245  1.1  christos [9-large-app-data-odd-fragment-size-server]
    246  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    247  1.1  christos CipherString = DEFAULT
    248  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    249  1.1  christos 
    250  1.1  christos [9-large-app-data-odd-fragment-size-client]
    251  1.1  christos CipherString = DEFAULT
    252  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    253  1.1  christos VerifyMode = Peer
    254  1.1  christos 
    255  1.1  christos [test-9]
    256  1.1  christos ApplicationData = 1048576
    257  1.1  christos MaxFragmentSize = 5115
    258  1.1  christos 
    259  1.1  christos 
    260  1.1  christos # ===========================================================
    261  1.1  christos 
    262  1.1  christos [10-large-app-data-aes-sha1-multibuffer]
    263  1.1  christos ssl_conf = 10-large-app-data-aes-sha1-multibuffer-ssl
    264  1.1  christos 
    265  1.1  christos [10-large-app-data-aes-sha1-multibuffer-ssl]
    266  1.1  christos server = 10-large-app-data-aes-sha1-multibuffer-server
    267  1.1  christos client = 10-large-app-data-aes-sha1-multibuffer-client
    268  1.1  christos 
    269  1.1  christos [10-large-app-data-aes-sha1-multibuffer-server]
    270  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    271  1.1  christos CipherString = DEFAULT
    272  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    273  1.1  christos 
    274  1.1  christos [10-large-app-data-aes-sha1-multibuffer-client]
    275  1.1  christos CipherString = AES128-SHA
    276  1.1  christos MaxProtocol = TLSv1.2
    277  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    278  1.1  christos VerifyMode = Peer
    279  1.1  christos 
    280  1.1  christos [test-10]
    281  1.1  christos ApplicationData = 1048576
    282  1.1  christos MaxFragmentSize = 4096
    283  1.1  christos 
    284  1.1  christos 
    285  1.1  christos # ===========================================================
    286  1.1  christos 
    287  1.1  christos [11-large-app-data-aes-sha2-multibuffer]
    288  1.1  christos ssl_conf = 11-large-app-data-aes-sha2-multibuffer-ssl
    289  1.1  christos 
    290  1.1  christos [11-large-app-data-aes-sha2-multibuffer-ssl]
    291  1.1  christos server = 11-large-app-data-aes-sha2-multibuffer-server
    292  1.1  christos client = 11-large-app-data-aes-sha2-multibuffer-client
    293  1.1  christos 
    294  1.1  christos [11-large-app-data-aes-sha2-multibuffer-server]
    295  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    296  1.1  christos CipherString = DEFAULT
    297  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    298  1.1  christos 
    299  1.1  christos [11-large-app-data-aes-sha2-multibuffer-client]
    300  1.1  christos CipherString = AES128-SHA256
    301  1.1  christos MaxProtocol = TLSv1.2
    302  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    303  1.1  christos VerifyMode = Peer
    304  1.1  christos 
    305  1.1  christos [test-11]
    306  1.1  christos ApplicationData = 1048576
    307  1.1  christos MaxFragmentSize = 4096
    308  1.1  christos 
    309  1.1  christos 
    310  1.1  christos # ===========================================================
    311  1.1  christos 
    312  1.1  christos [12-large-app-data-aes-sha1-multibuffer-odd-fragment]
    313  1.1  christos ssl_conf = 12-large-app-data-aes-sha1-multibuffer-odd-fragment-ssl
    314  1.1  christos 
    315  1.1  christos [12-large-app-data-aes-sha1-multibuffer-odd-fragment-ssl]
    316  1.1  christos server = 12-large-app-data-aes-sha1-multibuffer-odd-fragment-server
    317  1.1  christos client = 12-large-app-data-aes-sha1-multibuffer-odd-fragment-client
    318  1.1  christos 
    319  1.1  christos [12-large-app-data-aes-sha1-multibuffer-odd-fragment-server]
    320  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    321  1.1  christos CipherString = DEFAULT
    322  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    323  1.1  christos 
    324  1.1  christos [12-large-app-data-aes-sha1-multibuffer-odd-fragment-client]
    325  1.1  christos CipherString = AES128-SHA
    326  1.1  christos MaxProtocol = TLSv1.2
    327  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    328  1.1  christos VerifyMode = Peer
    329  1.1  christos 
    330  1.1  christos [test-12]
    331  1.1  christos ApplicationData = 1048579
    332  1.1  christos MaxFragmentSize = 5115
    333  1.1  christos 
    334  1.1  christos 
    335  1.1  christos # ===========================================================
    336  1.1  christos 
    337  1.1  christos [13-large-app-data-aes-sha2-multibuffer-odd-fragment]
    338  1.1  christos ssl_conf = 13-large-app-data-aes-sha2-multibuffer-odd-fragment-ssl
    339  1.1  christos 
    340  1.1  christos [13-large-app-data-aes-sha2-multibuffer-odd-fragment-ssl]
    341  1.1  christos server = 13-large-app-data-aes-sha2-multibuffer-odd-fragment-server
    342  1.1  christos client = 13-large-app-data-aes-sha2-multibuffer-odd-fragment-client
    343  1.1  christos 
    344  1.1  christos [13-large-app-data-aes-sha2-multibuffer-odd-fragment-server]
    345  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    346  1.1  christos CipherString = DEFAULT
    347  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    348  1.1  christos 
    349  1.1  christos [13-large-app-data-aes-sha2-multibuffer-odd-fragment-client]
    350  1.1  christos CipherString = AES128-SHA256
    351  1.1  christos MaxProtocol = TLSv1.2
    352  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    353  1.1  christos VerifyMode = Peer
    354  1.1  christos 
    355  1.1  christos [test-13]
    356  1.1  christos ApplicationData = 1048573
    357  1.1  christos MaxFragmentSize = 5125
    358  1.1  christos 
    359  1.1  christos 
    360  1.1  christos # ===========================================================
    361  1.1  christos 
    362  1.1  christos [14-small-app-data-aes-sha1-multibuffer]
    363  1.1  christos ssl_conf = 14-small-app-data-aes-sha1-multibuffer-ssl
    364  1.1  christos 
    365  1.1  christos [14-small-app-data-aes-sha1-multibuffer-ssl]
    366  1.1  christos server = 14-small-app-data-aes-sha1-multibuffer-server
    367  1.1  christos client = 14-small-app-data-aes-sha1-multibuffer-client
    368  1.1  christos 
    369  1.1  christos [14-small-app-data-aes-sha1-multibuffer-server]
    370  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    371  1.1  christos CipherString = DEFAULT
    372  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    373  1.1  christos 
    374  1.1  christos [14-small-app-data-aes-sha1-multibuffer-client]
    375  1.1  christos CipherString = AES128-SHA
    376  1.1  christos MaxProtocol = TLSv1.2
    377  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    378  1.1  christos VerifyMode = Peer
    379  1.1  christos 
    380  1.1  christos [test-14]
    381  1.1  christos ApplicationData = 4096
    382  1.1  christos MaxFragmentSize = 4096
    383  1.1  christos 
    384  1.1  christos 
    385  1.1  christos # ===========================================================
    386  1.1  christos 
    387  1.1  christos [15-small-app-data-aes-sha2-multibuffer]
    388  1.1  christos ssl_conf = 15-small-app-data-aes-sha2-multibuffer-ssl
    389  1.1  christos 
    390  1.1  christos [15-small-app-data-aes-sha2-multibuffer-ssl]
    391  1.1  christos server = 15-small-app-data-aes-sha2-multibuffer-server
    392  1.1  christos client = 15-small-app-data-aes-sha2-multibuffer-client
    393  1.1  christos 
    394  1.1  christos [15-small-app-data-aes-sha2-multibuffer-server]
    395  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    396  1.1  christos CipherString = DEFAULT
    397  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    398  1.1  christos 
    399  1.1  christos [15-small-app-data-aes-sha2-multibuffer-client]
    400  1.1  christos CipherString = AES128-SHA256
    401  1.1  christos MaxProtocol = TLSv1.2
    402  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    403  1.1  christos VerifyMode = Peer
    404  1.1  christos 
    405  1.1  christos [test-15]
    406  1.1  christos ApplicationData = 4096
    407  1.1  christos MaxFragmentSize = 4096
    408  1.1  christos 
    409  1.1  christos 
    410  1.1  christos # ===========================================================
    411  1.1  christos 
    412  1.1  christos [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled]
    413  1.1  christos ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl
    414  1.1  christos 
    415  1.1  christos [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl]
    416  1.1  christos server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server
    417  1.1  christos client = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client
    418  1.1  christos 
    419  1.1  christos [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server]
    420  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    421  1.1  christos CipherString = DEFAULT
    422  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    423  1.1  christos 
    424  1.1  christos [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client]
    425  1.1  christos CipherString = DEFAULT
    426  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    427  1.1  christos VerifyMode = Peer
    428  1.1  christos 
    429  1.1  christos [test-16]
    430  1.1  christos ApplicationData = 3072
    431  1.1  christos MaxFragmentSize = 16384
    432  1.1  christos client = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client-extra
    433  1.1  christos 
    434  1.1  christos [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client-extra]
    435  1.1  christos MaxFragmentLenExt = 1024
    436  1.1  christos 
    437  1.1  christos 
    438  1.1  christos # ===========================================================
    439  1.1  christos 
    440  1.1  christos [17-Maximum Fragment Len extension equal FragmentSize to 2048]
    441  1.1  christos ssl_conf = 17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl
    442  1.1  christos 
    443  1.1  christos [17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl]
    444  1.1  christos server = 17-Maximum Fragment Len extension equal FragmentSize to 2048-server
    445  1.1  christos client = 17-Maximum Fragment Len extension equal FragmentSize to 2048-client
    446  1.1  christos 
    447  1.1  christos [17-Maximum Fragment Len extension equal FragmentSize to 2048-server]
    448  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    449  1.1  christos CipherString = DEFAULT
    450  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    451  1.1  christos 
    452  1.1  christos [17-Maximum Fragment Len extension equal FragmentSize to 2048-client]
    453  1.1  christos CipherString = DEFAULT
    454  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    455  1.1  christos VerifyMode = Peer
    456  1.1  christos 
    457  1.1  christos [test-17]
    458  1.1  christos ApplicationData = 3072
    459  1.1  christos MaxFragmentSize = 2048
    460  1.1  christos client = 17-Maximum Fragment Len extension equal FragmentSize to 2048-client-extra
    461  1.1  christos 
    462  1.1  christos [17-Maximum Fragment Len extension equal FragmentSize to 2048-client-extra]
    463  1.1  christos MaxFragmentLenExt = 2048
    464  1.1  christos 
    465  1.1  christos 
    466  1.1  christos # ===========================================================
    467  1.1  christos 
    468  1.1  christos [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024]
    469  1.1  christos ssl_conf = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl
    470  1.1  christos 
    471  1.1  christos [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl]
    472  1.1  christos server = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-server
    473  1.1  christos client = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client
    474  1.1  christos 
    475  1.1  christos [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-server]
    476  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    477  1.1  christos CipherString = DEFAULT
    478  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    479  1.1  christos 
    480  1.1  christos [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client]
    481  1.1  christos CipherString = DEFAULT
    482  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    483  1.1  christos VerifyMode = Peer
    484  1.1  christos 
    485  1.1  christos [test-18]
    486  1.1  christos ApplicationData = 3072
    487  1.1  christos MaxFragmentSize = 1024
    488  1.1  christos client = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client-extra
    489  1.1  christos 
    490  1.1  christos [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client-extra]
    491  1.1  christos MaxFragmentLenExt = 512
    492  1.1  christos 
    493  1.1  christos 
    494  1.1  christos # ===========================================================
    495  1.1  christos 
    496  1.1  christos [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024]
    497  1.1  christos ssl_conf = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-ssl
    498  1.1  christos 
    499  1.1  christos [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-ssl]
    500  1.1  christos server = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-server
    501  1.1  christos client = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-client
    502  1.1  christos 
    503  1.1  christos [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-server]
    504  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    505  1.1  christos CipherString = DEFAULT
    506  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    507  1.1  christos 
    508  1.1  christos [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-client]
    509  1.1  christos CipherString = DEFAULT
    510  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    511  1.1  christos VerifyMode = Peer
    512  1.1  christos 
    513  1.1  christos [test-19]
    514  1.1  christos ApplicationData = 3072
    515  1.1  christos MaxFragmentSize = 1024
    516  1.1  christos client = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-client-extra
    517  1.1  christos 
    518  1.1  christos [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-client-extra]
    519  1.1  christos MaxFragmentLenExt = 2048
    520  1.1  christos 
    521  1.1  christos 
    522  1.1  christos # ===========================================================
    523  1.1  christos 
    524  1.1  christos [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048]
    525  1.1  christos ssl_conf = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-ssl
    526  1.1  christos 
    527  1.1  christos [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-ssl]
    528  1.1  christos server = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-server
    529  1.1  christos client = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client
    530  1.1  christos 
    531  1.1  christos [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-server]
    532  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    533  1.1  christos CipherString = DEFAULT
    534  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    535  1.1  christos 
    536  1.1  christos [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client]
    537  1.1  christos CipherString = DEFAULT
    538  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    539  1.1  christos VerifyMode = Peer
    540  1.1  christos 
    541  1.1  christos [test-20]
    542  1.1  christos ApplicationData = 8196
    543  1.1  christos MaxFragmentSize = 2048
    544  1.1  christos client = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client-extra
    545  1.1  christos 
    546  1.1  christos [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client-extra]
    547  1.1  christos MaxFragmentLenExt = 4096
    548  1.1  christos 
    549  1.1  christos 
    550  1.1  christos # ===========================================================
    551  1.1  christos 
    552  1.1  christos [21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024]
    553  1.1  christos ssl_conf = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-ssl
    554  1.1  christos 
    555  1.1  christos [21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-ssl]
    556  1.1  christos server = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-server
    557  1.1  christos client = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-client
    558  1.1  christos 
    559  1.1  christos [21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-server]
    560  1.1  christos Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
    561  1.1  christos CipherString = DEFAULT
    562  1.1  christos PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
    563  1.1  christos 
    564  1.1  christos [21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-client]
    565  1.1  christos CipherString = DEFAULT
    566  1.1  christos VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
    567  1.1  christos VerifyMode = Peer
    568  1.1  christos 
    569  1.1  christos [test-21]
    570  1.1  christos ApplicationData = 3072
    571  1.1  christos MaxFragmentSize = 1024
    572  1.1  christos client = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-client-extra
    573  1.1  christos 
    574  1.1  christos [21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024-client-extra]
    575  1.1  christos MaxFragmentLenExt = 2048
    576  1.1  christos 
    577  1.1  christos 
    578