Home
last modified time | relevance | path

Searched refs:dhfile (Results 1 – 4 of 4) sorted by relevance

/external/python/pyopenssl/src/OpenSSL/
DSSL.py1063 def load_tmp_dh(self, dhfile): argument
1072 dhfile = _path_string(dhfile)
1074 bio = _lib.BIO_new_file(dhfile, b"r")
/external/python/pyopenssl/tests/
Dtest_ssl.py1639 with open(dhfilename, "w") as dhfile:
1640 dhfile.write(dhparam)
/external/python/cpython2/Doc/library/
Dssl.rst1261 .. method:: SSLContext.load_dh_params(dhfile)
1266 The *dhfile* parameter should be the path to a file containing DH
/external/python/cpython3/Doc/library/
Dssl.rst1748 .. method:: SSLContext.load_dh_params(dhfile)
1753 The *dhfile* parameter should be the path to a file containing DH