mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
[pyOpenSSL] Update to 24.0.* (#11338)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "23.3.*"
|
||||
version = "24.0.*"
|
||||
upstream_repository = "https://github.com/pyca/pyopenssl"
|
||||
# Requires a version of cryptography with a `py.typed` file
|
||||
requires = ["cryptography>=35.0.0"]
|
||||
|
||||
@@ -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