(*name)
| 64 | PROTOCOL_TO_TLS_VERSION[proto] = ver |
| 65 | |
| 66 | def data_file(*name): |
| 67 | return os.path.join(os.path.dirname(__file__), "certdata", *name) |
| 68 | |
| 69 | # The custom key and certificate files used in test_ssl are generated |
| 70 | # using Lib/test/certdata/make_ssl_certs.py. |