mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
[pyOpenSSL] Update to 24.0.* (#11338)
This commit is contained in:
@@ -175,6 +175,7 @@ class Connection:
|
||||
def get_peer_finished(self) -> bytes | None: ...
|
||||
def set_alpn_protos(self, protos: Sequence[bytes]) -> None: ...
|
||||
def get_alpn_proto_negotiated(self) -> bytes: ...
|
||||
def get_selected_srtp_profile(self) -> bytes: ...
|
||||
def request_ocsp(self) -> None: ...
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
Reference in New Issue
Block a user