pyOpenSSL supports the necessary APIs, basically all one needs is: a temporary DH file (can be created using openssl dhparam -rand - 1024 >tmp_dh_file ); call ...
確定! 回上一頁