Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for SSLSocket (0.013 sec.)
- 18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 12777
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
セクションを参照してください。 このモジュールは ssl.SSLSocket クラスを提供します。このクラスは socket.socket クラ...
け取る必要があるデータが不足した場合に non-blocking SSL socket によって送出される SSLError サブクラス例外です。...
信する必要があるデータが不足した場合に non-blocking SSL socket によって送出される SSLError サブクラス例外です。...
を受け取り、 socket.socket のサブタイプである ssl.SSLSocket のインスタンスを返します。 ssl.SSLSocket は低レイヤ...
- https://man.plustar.jp/python/library/ssl.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8971
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ort for cases when the network I/O capabilities of SSLSocket are not necessary or are suboptimal. SSLObject rep...
frameworks implementing asynchronous I/O for which SSLSocket 's readiness model ("select/poll") is inefficient....
should advertise during the TLS handshake. The new SSLSocket.selected_alpn_protocol() returns the protocol that...
support is present. その他の変更 ¶ There is a new SSLSocket.version() method to query the actual protocol vers...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- 18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 8309
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ソケット: 'compression' : 圧縮アルゴリズムで、 ssl.SSLSocket.compression() の結果になります。圧縮されていないと...
用されている秘密鍵のビット数) からなるタプルで、 ssl.SSLSocket.cipher() の結果になります 'peercert' : ピアの証明書...
で、 ssl.SSLSocket.getpeercert() の結果になります 'sslcontext' : ssl....
スになります 'ssl_object' : ssl.SSLObject または ssl.SSLSocket インスタンス パイプ: 'pipe' : パイプオブジェクトで...
- https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 8034
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ました。 (Contributed by Daniel Black in bpo-8109 .) SSLSocket.getpeercert() が返す辞書に X509v3 拡張アイテムを含...
y では既にこれが行われています。 ( bpo-17434 ) ssl.SSLSocket.getpeercert() と ssl.SSLSocket.do_handshake() は、...
SSLSocket が未接続時に以前は AttributeError を投げていました...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
- What's New in Python 2.7 — Python 3.6.5 ドキュメント 7813
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
さい。 (Updated by Gerhard Häring.) ssl モジュールの SSLSocket オブジェクトは、バッファ API をサポートするようにな...
- https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV
1
NEXT