Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for SSLContext (0.030 sec.)
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 15606
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 より洗練されたアプリケーションのために、 ssl.SSLContext クラスが設定と証明書の管理の助けとなるでしょう。そ ... れは SSLContext.wrap_socket() メソッドを通して SSL ソケットを作成す ... に使います。Python 3.2 からは、これよりもっと柔軟な SSLContext.wrap_socket() が使えます。 ssl. wrap_socket ( sock ... no TLSv1.2 no no yes no no yes 脚注 [1] ( 1 , 2 ) SSLContext では、デフォルトで OP_NO_SSLv2 によりSSLv2 が無効に ...
https://man.plustar.jp/python/library/ssl.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 8998
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェクトよりも長く存在し続けうる) 構造にまとめた ssl.SSLContext オブジェクトで、省略可能です。ベストプラクティスに ... されました。 バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ... re deprecated in favor of context . Please use ssl.SSLContext.load_cert_chain() instead, or let ssl.create_defau ... ジェクトよりも長く存在し続けうる) 構造にまとめた ssl.SSLContext オブジェクトです。ベストプラクティスについては セキ ...
https://man.plustar.jp/python/library/poplib.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 8605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... -over-SSL port (993) is used. ssl_context is a ssl.SSLContext object which allows bundling SSL configuration opt ... ter added. バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ... eprecated in favor of ssl_context . Please use ssl.SSLContext.load_cert_chain() instead, or let ssl.create_defau ... l_context argument is optional and should be a ssl.SSLContext object. This will enable encryption on the IMAP co ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SMTP class. context , also optional, can contain a SSLContext and allows configuring various aspects of the secu ... されました。 バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ... re deprecated in favor of context . Please use ssl.SSLContext.load_cert_chain() instead, or let ssl.create_defau ... 数に渡されます。 Optional context parameter is a ssl.SSLContext object; This is an alternative to using a keyfile ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 8469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、秘密鍵を一つの(潜在的に長生きの)構造にまとめた ssl.SSLContext オブジェクトです。ベストプラクティスについての セキ ... されました。 バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ... re deprecated in favor of context . Please use ssl.SSLContext.load_cert_chain() instead, or let ssl.create_defau ... tribute. バージョン 3.4 で変更: このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... S) is used. ssl_context is also optional, and is a SSLContext object. Please read セキュリティで考慮すべき点 for ... .2 で追加. バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ... l_context argument is optional and should be a ssl.SSLContext object. Please read セキュリティで考慮すべき点 for ... で追加. バージョン 3.4 で変更: このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名 ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8401
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... SNI (Server Name Indication) サポート の追加。 ssl.SSLContext クラスに 多数の改善 がなされました。 SSL をサポート ... 効リスト (CRLs=certification revocation lists。 ssl.SSLContext.load_verify_locations() 参照) を含むサーバ証明書検 ... セキュリティの間の程よいバランスとなるよう調整された SSLContext を得るための標準手段として追加されました。それらの ... 設定は SSLContext コンストラクタが与えるデフォルトよりも厳しく、そし ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されれば、それは様々な SSL オプションを記述する ssl.SSLContext インスタンスでなければなりません。 ベストプラクティ ... re deprecated in favor of context . Please use ssl.SSLContext.load_cert_chain() instead, or let ssl.create_defau ... eck_hostname parameter is also deprecated; the ssl.SSLContext.check_hostname attribute of context should be used ...
https://man.plustar.jp/python/library/http.client.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8213
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 準ライブラリ全体を通じて無効化されました。ただし ssl.SSLContext を手動でインスタンス化することによってなら今でも有 ... lers.HTTPHandler class now accepts an optional ssl.SSLContext instance to configure SSL settings used in an HTTP ... diness model ("select/poll") is inefficient. A new SSLContext.wrap_bio() method can be used to create a new SSLO ... n TLS extension as described in RFC 7301 . The new SSLContext.set_alpn_protocols() can be used to specify which ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 8008
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーン TCP トランスポートが作成されます)。 ssl が ssl.SSLContext オブジェクトの場合、このコンテキストはトランスポー ... ョンの最大数になります (デフォルトは 100)。 ssl には SSLContext を指定できます。指定すると、受け付けたコネクション ... 出しが返す既存のソケットオブジェクトです。 ssl には SSLContext を指定できます。指定すると、受け付けたコネクション ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
PREV 1 2 NEXT